diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 05:20:10 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 05:20:10 +0100 |
commit | abe28723f5e0331b1f4daa287589ca0e588dffb9 (patch) | |
tree | 8b80ccd1e22ddfb1100d049d97f66838ef3facbd | |
parent | 336b60ea2372352d82af10c32445ae3cee472c63 (diff) | |
download | zsh-abe28723f5e0331b1f4daa287589ca0e588dffb9.tar.gz zsh-abe28723f5e0331b1f4daa287589ca0e588dffb9.zip |
Add build-dependency on dpkg-dev (>= 1.16.1~)
... as usage of /usr/share/dpkg/buildflags.mk is no more optional
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 9e12aedab..08dfdce15 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Build-Depends: bsdmainutils, debhelper (>= 7~), dh-autoreconf, + dpkg-dev (>= 1.16.1~), ghostscript, groff, groff-base, |