diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-08-10 21:40:15 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-08-10 21:40:15 +0200 |
commit | d092760816ef0149321db35dc9ac68d707600407 (patch) | |
tree | fad2d4859d52a433b7f46ac554ed8f85fc637e7c | |
parent | 4d67d694c4f4ea54e473ce24fdc47aa83f71b132 (diff) | |
download | zsh-d092760816ef0149321db35dc9ac68d707600407.tar.gz zsh-d092760816ef0149321db35dc9ac68d707600407.zip |
Drop build-dependencies on autotools-dev and dh-autoreconf
No more needed with debhelper compatibility level 10 and the according
versioned build-dependency.
Thanks: Lintian for the hint.
Gbp-Dch: Full
-rw-r--r-- | debian/control | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 79a42d9a3..3bc7ba5f8 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,9 @@ Source: zsh Section: shells Priority: optional -Build-Depends: autotools-dev, - bsdmainutils, +Build-Depends: bsdmainutils, cm-super-minimal, debhelper (>= 10), - dh-autoreconf, dpkg-dev (>= 1.16.2~), ghostscript, groff, |