aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/compat1
-rw-r--r--debian/control7
-rw-r--r--debian/copyright6
4 files changed, 25 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index acb96c2..37ca47b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+colorize (0.65-2) UNRELEASED; urgency=medium
+
+ * debian/control: update Homepage link.
+
+ -- Steven Schubiger <stsc@refcnt.org> Tue, 23 Jun 2020 14:09:26 +0200
+
+colorize (0.65-1) unstable; urgency=low
+
+ * New upstream release.
+ * Declare compliance with Debian Policy 4.5.0.
+ (No changes needed.)
+ * debian/copyright: amend years.
+ * debian/control: use v12 mode of debhelper-compat package.
+ * debian/control: declare "Rules-Requires-Root: no".
+ * debian/copyright: update link to HTTPS, reported by duck(1).
+
+ -- Steven Schubiger <stsc@refcnt.org> Fri, 20 Mar 2020 22:42:04 +0100
+
colorize (0.64-1) unstable; urgency=low
* New upstream release.
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 1fd2752..00bfb3d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,10 @@ Source: colorize
Section: utils
Priority: optional
Maintainer: Steven Schubiger <stsc@refcnt.org>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 4.1.4
-Homepage: http://cgit.refcnt.org/colorize.git/tree/README
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
+Homepage: http://cgit.refcnt.org/colorize.git/about/
Vcs-Git: git://refcnt.org/colorize.git
Vcs-Browser: http://cgit.refcnt.org/colorize.git/
diff --git a/debian/copyright b/debian/copyright
index ca3078c..e38c26b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: colorize
Source: http://cgit.refcnt.org/colorize.git/
Files: *
-Copyright: 2011-2018 Steven Schubiger <stsc@refcnt.org>
+Copyright: 2011-2020 Steven Schubiger <stsc@refcnt.org>
License: GPL-3.0+
Files: debian/*
-Copyright: 2016-2018 Steven Schubiger <stsc@refcnt.org>
+Copyright: 2016-2020 Steven Schubiger <stsc@refcnt.org>
License: GPL-3.0+
License: GPL-3.0+
@@ -22,7 +22,7 @@ License: GPL-3.0+
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".