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:31:34 +0000 |
commit | 206e3a8b661ecb34acf3a5387ecf90045496cc21 (patch) | |
tree | 3a39328a8147cf651629447a16fd238f5de23bab | |
parent | Releasing debian version 1.11-1. (diff) | |
download | clzip-206e3a8b661ecb34acf3a5387ecf90045496cc21.tar.xz clzip-206e3a8b661ecb34acf3a5387ecf90045496cc21.zip |
Using build-depends to specify debhelper compatibility.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 29121fb..6617a89 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), texinfo, Rules-Requires-Root: no Standards-Version: 4.3.0 |