diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-08 21:08:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-11 09:33:20 +0000 |
commit | 827d8cdb1d5b9d25035c31c6c2df2aea695740f7 (patch) | |
tree | 6d9c17aa15af2e08188a46bf4596df4854a92332 | |
parent | Releasing debian version 1.8-1. (diff) | |
download | plzip-827d8cdb1d5b9d25035c31c6c2df2aea695740f7.tar.xz plzip-827d8cdb1d5b9d25035c31c6c2df2aea695740f7.zip |
Using build-depends to specify debhelper compatibility.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index a4b1d20..c19864d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12), liblz-dev, texinfo, Rules-Requires-Root: no |