← Back to team overview

gnome-colors-packagers team mailing list archive

[Merge] lp:~debian-janitor/gnome-colors-pkg/lintian-fixes into lp:gnome-colors-pkg

 

Debian Janitor has proposed merging lp:~debian-janitor/gnome-colors-pkg/lintian-fixes into lp:gnome-colors-pkg.

Commit message:
Fix lintian issues: Bump debhelper from old 9 to 12., Drop unnecessary dh arguments: --parallel, Set debhelper-compat version in Build-Depends., Use secure URI in debian/watch., Use secure copyright file specification URI.

Requested reviews:
  GNOME-Colors Packagers (gnome-colors-packagers)

For more details, see:
https://code.launchpad.net/~debian-janitor/gnome-colors-pkg/lintian-fixes/+merge/376681

Fix some issues reported by lintian
* Use secure copyright file specification URI.
* Use secure URI in debian/watch.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Drop unnecessary dh arguments: --parallel


This merge proposal was created automatically by the Janitor bot
(https://janitor.debian.net/lintian-fixes).

You can follow up to this merge proposal as you normally would.

Build and test logs for this branch can be found at
https://janitor.debian.net/lintian-fixes/pkg/gnome-colors/a41603b8-6b9f-4fdd-ad3b-5bfc06104f68.
-- 
Your team GNOME-Colors Packagers is requested to review the proposed merge of lp:~debian-janitor/gnome-colors-pkg/lintian-fixes into lp:gnome-colors-pkg.
=== modified file 'debian/changelog'
--- debian/changelog	2014-01-13 22:55:17 +0000
+++ debian/changelog	2019-12-12 11:33:52 +0000
@@ -1,3 +1,13 @@
+gnome-colors (5.5.1-3) UNRELEASED; urgency=medium
+
+  * Use secure copyright file specification URI.
+  * Use secure URI in debian/watch.
+  * Bump debhelper from old 9 to 12.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dh arguments: --parallel
+
+ -- Debian Janitor <janitor@xxxxxxxxx>  Wed, 20 Nov 2019 23:53:57 +0000
+
 gnome-colors (5.5.1-2) unstable; urgency=medium
 
   * Update my email address.

=== removed file 'debian/compat'
--- debian/compat	2014-01-13 22:30:30 +0000
+++ debian/compat	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-9

=== modified file 'debian/control'
--- debian/control	2014-01-13 22:31:13 +0000
+++ debian/control	2019-12-12 11:33:52 +0000
@@ -4,7 +4,7 @@
 Maintainer: GNOME-Colors Packagers <gnome-colors-packagers@xxxxxxxxxxxxxxxxxxx>
 Uploaders: Benjamin Drung <bdrung@xxxxxxxxxx>,
            Andrew Starr-Bochicchio <a.starr.b@xxxxxxxxx>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 12)
 Build-Depends-Indep: imagemagick, inkscape
 Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/gnome-colors/

=== modified file 'debian/copyright'
--- debian/copyright	2014-01-13 22:09:07 +0000
+++ debian/copyright	2019-12-12 11:33:52 +0000
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: GNOME-Colors
 Upstream-Contact: Victor Castillejo <perfectska04@xxxxxxxxx>
 Source: http://code.google.com/p/gnome-colors/

=== modified file 'debian/rules'
--- debian/rules	2014-01-13 22:54:06 +0000
+++ debian/rules	2019-12-12 11:33:52 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_clean:
 	dh_auto_clean

=== modified file 'debian/watch'
--- debian/watch	2009-07-14 08:51:32 +0000
+++ debian/watch	2019-12-12 11:33:52 +0000
@@ -1,3 +1,3 @@
 version=3
-http://code.google.com/p/gnome-colors/downloads/list \
-  http://gnome-colors.googlecode.com/files/gnome-colors-src-([0-9.]+)\.tar\.gz
+https://code.google.com/p/gnome-colors/downloads/list \
+  https://gnome-colors.googlecode.com/files/gnome-colors-src-([0-9.]+)\.tar\.gz


Follow ups