diff options
-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 |