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/control | |
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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |