diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-13 14:06:29 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-13 15:23:04 +0100 |
commit | 6c668f5eba56ca74f5c0024f3a4b68b0943136ea (patch) | |
tree | d7d75bfcfde19a8e8e083eacf32126df81bf0937 | |
parent | b607fe2e3704e8f150b9c801b9c3246fef3e57f7 (diff) | |
download | zsh-6c668f5eba56ca74f5c0024f3a4b68b0943136ea.tar.gz zsh-6c668f5eba56ca74f5c0024f3a4b68b0943136ea.zip |
Bump dh compat to 9 for multiarch and additional debug symbol features
* Enables compressed debugging symbols, saving > 50% space on disk
* Enables Build-IDs for debugging symbols
* Enables multiarch support, /usr/lib/zsh becomes e.g.
/usr/lib/x86_64-linux-gnu/zsh on amd64
Git-Dch: Full
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/zsh-dbg.dirs | 1 | ||||
-rw-r--r-- | debian/zsh.dirs | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat index 7f8f011eb..ec635144f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 08dfdce15..d5d4a0dd0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zsh Section: shells Priority: optional Build-Depends: bsdmainutils, - debhelper (>= 7~), + debhelper (>= 9~), dh-autoreconf, dpkg-dev (>= 1.16.1~), ghostscript, diff --git a/debian/zsh-dbg.dirs b/debian/zsh-dbg.dirs deleted file mode 100644 index 4fbd1b17d..000000000 --- a/debian/zsh-dbg.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/lib/debug/bin diff --git a/debian/zsh.dirs b/debian/zsh.dirs index 05607ece4..ba077a403 100644 --- a/debian/zsh.dirs +++ b/debian/zsh.dirs @@ -1,2 +1 @@ bin -usr/lib/zsh |