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