diff options
author | Steven Schubiger <stsc@refcnt.org> | 2020-01-21 22:34:46 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2020-01-21 22:34:46 +0100 |
commit | f595ec52b39aaee0fc55ccb2eb8b7b6ac2eac4f4 (patch) | |
tree | f3ad43b8e5b5d5e274d10e76ceaa2a4f5c06a78c /debian | |
parent | accba42b73fd2d263751c0c30b6057c09bf6630e (diff) | |
download | colorize-f595ec52b39aaee0fc55ccb2eb8b7b6ac2eac4f4.tar.gz colorize-f595ec52b39aaee0fc55ccb2eb8b7b6ac2eac4f4.tar.bz2 |
debian/control: adjust Build-Depends
P: colorize source: package-uses-old-debhelper-compat-version 9
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e4f0ae6..3d38868 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ colorize (0.64-2) UNRELEASED; urgency=medium + * debian/control: adjust Build-Depends (and eliminate debian/compat). * debian/control: declare "Rules-Requires-Root: no". * debian/copyright: update link to HTTPS, reported by duck(1). - -- Steven Schubiger <stsc@refcnt.org> Tue, 21 Jan 2020 21:36:57 +0100 + -- Steven Schubiger <stsc@refcnt.org> Tue, 21 Jan 2020 22:25:41 +0100 colorize (0.64-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index c17e04b..c11fbf5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: colorize Section: utils Priority: optional Maintainer: Steven Schubiger <stsc@refcnt.org> -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper-compat (= 12) Standards-Version: 4.1.4 Rules-Requires-Root: no Homepage: http://cgit.refcnt.org/colorize.git/tree/README |