diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2019-01-05 13:44:57 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2019-01-05 13:44:57 +0100 |
commit | 30825099cd6731543b94a23b35d21fb74697dc41 (patch) | |
tree | 297357095ddb52e1566fe7e708a9d35916e93d06 | |
parent | 2c01967cbe8915ac19d639d1f64945a4b6b31952 (diff) | |
download | zsh-30825099cd6731543b94a23b35d21fb74697dc41.tar.gz zsh-30825099cd6731543b94a23b35d21fb74697dc41.zip |
Bump debhelper compatibility level to 12
Use b-d on "debhelper-compat (= 12)" instead of debian/compat
Gbp-Dch: Full
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de39476..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 6a568a141..c190181d1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: shells Priority: optional Build-Depends: bsdmainutils, cm-super-minimal, - debhelper (>= 11~), + debhelper-compat (= 12), dpkg-dev (>= 1.16.2~), ghostscript, groff, |