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 /debian/control | |
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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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, |