diff options
author | Steven Schubiger <stsc@refcnt.org> | 2020-01-21 21:45:09 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2020-01-21 21:45:09 +0100 |
commit | accba42b73fd2d263751c0c30b6057c09bf6630e (patch) | |
tree | 3fd21b2033300a9eee362c6c02069ffe26f20a6f /debian | |
parent | 8d07aeb988a9be824cc8c2707ec31d02093df6e7 (diff) | |
download | colorize-accba42b73fd2d263751c0c30b6057c09bf6630e.tar.gz colorize-accba42b73fd2d263751c0c30b6057c09bf6630e.tar.bz2 |
debian/control: declare Rules-Requires-Root
P: colorize source: rules-requires-root-missing
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a9cc3e9..e4f0ae6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ colorize (0.64-2) UNRELEASED; urgency=medium + * debian/control: declare "Rules-Requires-Root: no". * debian/copyright: update link to HTTPS, reported by duck(1). - -- Steven Schubiger <stsc@refcnt.org> Tue, 14 Jan 2020 21:52:39 +0100 + -- Steven Schubiger <stsc@refcnt.org> Tue, 21 Jan 2020 21:36:57 +0100 colorize (0.64-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1fd2752..c17e04b 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Steven Schubiger <stsc@refcnt.org> Build-Depends: debhelper (>= 9) Standards-Version: 4.1.4 +Rules-Requires-Root: no Homepage: http://cgit.refcnt.org/colorize.git/tree/README Vcs-Git: git://refcnt.org/colorize.git Vcs-Browser: http://cgit.refcnt.org/colorize.git/ |