diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-12-30 07:25:33 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-12-30 07:30:05 +0100 |
commit | 90037107ed90c63dd88d4c01f3c5edc4f17f5923 (patch) | |
tree | 75d38be369b3b8b2bb7f101d4e646fc3271d0f2f | |
parent | 40eff61260d4b417fcc759bcfabd8c2cf0d773d9 (diff) | |
download | zsh-90037107ed90c63dd88d4c01f3c5edc4f17f5923.tar.gz zsh-90037107ed90c63dd88d4c01f3c5edc4f17f5923.zip |
Bump debhelper compatibility to 11
Update versioned build-dependency on debhelper accordingly.
Gbp-Dch: Full
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat index f599e28b8..b4de39476 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 0d794f80b..85ce3e817 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: shells Priority: optional Build-Depends: bsdmainutils, cm-super-minimal, - debhelper (>= 10), + debhelper (>= 11~), dpkg-dev (>= 1.16.2~), ghostscript, groff, |