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

Proposed by Debian Janitor
Status: Needs review
Proposed branch: lp:~debian-janitor/gnome-colors-pkg/lintian-fixes
Merge into: lp:gnome-colors-pkg
Diff against target: 83 lines (+23/-6)
6 files modified
debian/changelog (+13/-0)
debian/control (+2/-2)
debian/copyright (+1/-1)
debian/rules (+1/-1)
debian/upstream/metadata (+4/-0)
debian/watch (+2/-2)
To merge this branch: bzr merge lp:~debian-janitor/gnome-colors-pkg/lintian-fixes
Reviewer Review Type Date Requested Status
GNOME-Colors Packagers Pending
Review via email: mp+376681@code.launchpad.net

Commit message

Fix lintian issues: Bump debhelper from old 9 to 12., Drop unnecessary dh arguments: --parallel, Set debhelper-compat version in Build-Depends., Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse., Use secure URI in Vcs control header Vcs-Browser., Use secure URI in debian/watch., Use secure copyright file specification URI.

Description of the change

Fix some issues reported by lintian
* Use secure copyright file specification URI. (insecure-copyright-format-uri)
* Use secure URI in debian/watch. (debian-watch-uses-insecure-uri)
* Bump debhelper from old 9 to 12. (package-uses-old-debhelper-compat-version)
* Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
* Drop unnecessary dh arguments: --parallel (debian-rules-uses-unnecessary-dh-argument)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing, upstream-metadata-missing-bug-tracking, upstream-metadata-missing-repository)
* Use secure URI in Vcs control header Vcs-Browser. (vcs-field-uses-insecure-uri)

This merge proposal was created automatically by the Janitor bot.
For more information, including instructions on how to disable
these merge proposals, see 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/7af0c11e-77d1-4b9e-8fdf-29391a7ca9da.

To post a comment you must log in.
122. By Debian Janitor

Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html

Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

123. By Debian Janitor

Use secure URI in Vcs control header Vcs-Browser.

Fixes: lintian: vcs-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html

Unmerged revisions

123. By Debian Janitor

Use secure URI in Vcs control header Vcs-Browser.

Fixes: lintian: vcs-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html

122. By Debian Janitor

Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html

Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

121. By Debian Janitor

Drop unnecessary dh arguments: --parallel

Fixes lintian: debian-rules-uses-unnecessary-dh-argument
See https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html for more details.

120. By Debian Janitor

Set debhelper-compat version in Build-Depends.

Fixes lintian: uses-debhelper-compat-file
See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.

119. By Debian Janitor

Bump debhelper from old 9 to 12.

Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.

118. By Debian Janitor

Use secure URI in debian/watch.

Fixes lintian: debian-watch-uses-insecure-uri
See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details.

117. By Debian Janitor

Use secure copyright file specification URI.

Fixes lintian: insecure-copyright-format-uri
See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-01-13 22:55:17 +0000
3+++ debian/changelog 2020-05-06 10:41:59 +0000
4@@ -1,3 +1,16 @@
5+gnome-colors (5.5.1-3) UNRELEASED; urgency=medium
6+
7+ * Use secure copyright file specification URI.
8+ * Use secure URI in debian/watch.
9+ * Bump debhelper from old 9 to 12.
10+ * Set debhelper-compat version in Build-Depends.
11+ * Drop unnecessary dh arguments: --parallel
12+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
13+ Repository-Browse.
14+ * Use secure URI in Vcs control header Vcs-Browser.
15+
16+ -- Debian Janitor <janitor@jelmer.uk> Wed, 20 Nov 2019 23:53:57 +0000
17+
18 gnome-colors (5.5.1-2) unstable; urgency=medium
19
20 * Update my email address.
21
22=== removed file 'debian/compat'
23=== modified file 'debian/control'
24--- debian/control 2014-01-13 22:31:13 +0000
25+++ debian/control 2020-05-06 10:41:59 +0000
26@@ -4,12 +4,12 @@
27 Maintainer: GNOME-Colors Packagers <gnome-colors-packagers@lists.launchpad.net>
28 Uploaders: Benjamin Drung <bdrung@debian.org>,
29 Andrew Starr-Bochicchio <a.starr.b@gmail.com>
30-Build-Depends: debhelper (>= 9)
31+Build-Depends: debhelper-compat (= 12)
32 Build-Depends-Indep: imagemagick, inkscape
33 Standards-Version: 3.9.5
34 Homepage: http://code.google.com/p/gnome-colors/
35 Vcs-Bzr: https://code.launchpad.net/~gnome-colors-packagers/gnome-colors-pkg/debian/
36-Vcs-Browser: http://bazaar.launchpad.net/~gnome-colors-packagers/gnome-colors-pkg/debian/files
37+Vcs-Browser: https://bazaar.launchpad.net/~gnome-colors-packagers/gnome-colors-pkg/debian/files
38
39 Package: gnome-colors
40 Architecture: all
41
42=== modified file 'debian/copyright'
43--- debian/copyright 2014-01-13 22:09:07 +0000
44+++ debian/copyright 2020-05-06 10:41:59 +0000
45@@ -1,4 +1,4 @@
46-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
47+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
48 Upstream-Name: GNOME-Colors
49 Upstream-Contact: Victor Castillejo <perfectska04@gmail.com>
50 Source: http://code.google.com/p/gnome-colors/
51
52=== modified file 'debian/rules'
53--- debian/rules 2014-01-13 22:54:06 +0000
54+++ debian/rules 2020-05-06 10:41:59 +0000
55@@ -1,7 +1,7 @@
56 #!/usr/bin/make -f
57
58 %:
59- dh $@ --parallel
60+ dh $@
61
62 override_dh_auto_clean:
63 dh_auto_clean
64
65=== added directory 'debian/upstream'
66=== added file 'debian/upstream/metadata'
67--- debian/upstream/metadata 1970-01-01 00:00:00 +0000
68+++ debian/upstream/metadata 2020-05-06 10:41:59 +0000
69@@ -0,0 +1,4 @@
70+Bug-Database: https://gitlab.gnome.org/GNOME/gnome-color-manager/issues
71+Bug-Submit: https://gitlab.gnome.org/GNOME/gnome-color-manager/issues/new
72+Repository: https://gitlab.gnome.org/GNOME/gnome-color-manager.git
73+Repository-Browse: https://gitlab.gnome.org/GNOME/gnome-color-manager
74
75=== modified file 'debian/watch'
76--- debian/watch 2009-07-14 08:51:32 +0000
77+++ debian/watch 2020-05-06 10:41:59 +0000
78@@ -1,3 +1,3 @@
79 version=3
80-http://code.google.com/p/gnome-colors/downloads/list \
81- http://gnome-colors.googlecode.com/files/gnome-colors-src-([0-9.]+)\.tar\.gz
82+https://code.google.com/p/gnome-colors/downloads/list \
83+ https://gnome-colors.googlecode.com/files/gnome-colors-src-([0-9.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches