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:30 +0000 |
commit | f42ef13bcef06ff8a56932e201fdba72c9f369f8 (patch) | |
tree | cae17b929636eb9f084f3010e9cc826e930397ca | |
parent | Releasing debian version 0.4-1. (diff) | |
download | xlunzip-f42ef13bcef06ff8a56932e201fdba72c9f369f8.tar.xz xlunzip-f42ef13bcef06ff8a56932e201fdba72c9f369f8.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 708924d..6dc8d79 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), Rules-Requires-Root: no Standards-Version: 4.3.0 Homepage: http://www.nongnu.org/lzip/xlunzip.html |