diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 37ca47b..1d49e7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ colorize (0.65-2) UNRELEASED; urgency=medium + * debian/control: use v13 mode of debhelper-compat package. * debian/control: update Homepage link. - -- Steven Schubiger <stsc@refcnt.org> Tue, 23 Jun 2020 14:09:26 +0200 + -- Steven Schubiger <stsc@refcnt.org> Sun, 09 Jun 2024 20:28:48 +0200 colorize (0.65-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 00bfb3d..05502db 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-compat (= 12) +Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: http://cgit.refcnt.org/colorize.git/about/ |