diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 19:02:27 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 19:11:56 +0000 |
commit | 577bd4ce110d8ddbad18cb0dfabbf1f82113eb69 (patch) | |
tree | c602dd49f32959d17eaaad0befecd4630557b2c3 | |
parent | Releasing debian version 1.5-1. (diff) | |
download | plzip-577bd4ce110d8ddbad18cb0dfabbf1f82113eb69.tar.xz plzip-577bd4ce110d8ddbad18cb0dfabbf1f82113eb69.zip |
Switching to debhelper compat 10.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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 ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 70f18d1..cd42877 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Daniel Baumann <mail@daniel-baumann.ch> Build-Depends: - debhelper (>= 9), + debhelper (>= 9.20160402~), liblz-dev, texinfo, Standards-Version: 3.9.8 |