Merge lp:~debian-janitor/friendly-recovery/lintian-fixes into lp:~ubuntu-core-dev/friendly-recovery/ubuntu

Proposed by Debian Janitor
Status: Merged
Merged at revision: 166
Proposed branch: lp:~debian-janitor/friendly-recovery/lintian-fixes
Merge into: lp:~ubuntu-core-dev/friendly-recovery/ubuntu
Diff against target: 79 lines (+17/-9)
4 files modified
debian/changelog (+12/-2)
debian/compat (+0/-1)
debian/control (+2/-3)
debian/rules (+3/-3)
To merge this branch: bzr merge lp:~debian-janitor/friendly-recovery/lintian-fixes
Reviewer Review Type Date Requested Status
Balint Reczey Approve
Review via email: mp+375943@code.launchpad.net

Commit message

Fix lintian issues: Add missing build dependency on dh addon., Bump debhelper from old 10 to 12., Set debhelper-compat version in Build-Depends., Trim trailing whitespace., Use secure URI in Vcs control header Vcs-Bzr.

Description of the change

Fix some issues reported by lintian
* Trim trailing whitespace. (file-contains-trailing-whitespace)
* Add missing build dependency on dh addon. (missing-build-dependency-for-dh-addon)
* Bump debhelper from old 10 to 12. (package-uses-old-debhelper-compat-version)
* Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
* Use secure URI in Vcs control header Vcs-Bzr. (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.

The bot will automatically update the merge proposal to resolve merge conflicts
or close the merge proposal when all changes are applied through other means
(e.g. cherry-picks). Updates may take several hours to propagate.

Build and test logs for this branch can be found at
https://janitor.debian.net/lintian-fixes/pkg/friendly-recovery/117675fd-4d49-4b3e-8c4a-1f14f880fda6.

These changes have no impact on the binary debdiff. See
https://janitor.debian.net/api/run/117675fd-4d49-4b3e-8c4a-1f14f880fda6/debdiff?filter_boring=1 to
download the raw debdiff.

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/117675fd-4d49-4b3e-8c4a-1f14f880fda6/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/117675fd-4d49-4b3e-8c4a-1f14f880fda6/diffoscope.

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

Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html

167. By Debian Janitor

Add missing build dependency on dh addon.

Fixes: lintian: missing-build-dependency-for-dh-addon
See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html

168. By Debian Janitor

Bump debhelper from old 10 to 12.
+ Use dh_installsystemd rather than deprecated dh_systemd_start.

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

169. By Debian Janitor

Set debhelper-compat version in Build-Depends.

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

170. By Debian Janitor

Use secure URI in Vcs control header Vcs-Bzr.

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

Revision history for this message
Balint Reczey (rbalint) :
review: Approve

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 2019-06-21 12:31:13 +0000
3+++ debian/changelog 2020-01-16 03:47:07 +0000
4@@ -1,3 +1,13 @@
5+friendly-recovery (0.2.42) UNRELEASED; urgency=medium
6+
7+ * Trim trailing whitespace.
8+ * Add missing build dependency on dh addon.
9+ * Bump debhelper from old 10 to 12.
10+ * Set debhelper-compat version in Build-Depends.
11+ * Use secure URI in Vcs control header Vcs-Bzr.
12+
13+ -- Debian Janitor <janitor@jelmer.uk> Thu, 16 Jan 2020 01:13:13 +0000
14+
15 friendly-recovery (0.2.41) experimental; urgency=medium
16
17 [ Janitor ]
18@@ -5,8 +15,8 @@
19 * Use secure URI in Vcs control header.
20
21 [ Steven Clarkson ]
22- * Symlink default.taget to earlydir instead of normaldir to be able
23- to access recovery mode even if default target has been set via
24+ * Symlink default.taget to earlydir instead of normaldir to be able
25+ to access recovery mode even if default target has been set via
26 systemctl set-default (LP: #1821252).
27
28 -- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 21 Jun 2019 13:29:33 +0100
29
30=== removed file 'debian/compat'
31--- debian/compat 2018-03-29 13:08:15 +0000
32+++ debian/compat 1970-01-01 00:00:00 +0000
33@@ -1,1 +0,0 @@
34-10
35
36=== modified file 'debian/control'
37--- debian/control 2019-06-21 12:27:43 +0000
38+++ debian/control 2020-01-16 03:47:07 +0000
39@@ -2,9 +2,9 @@
40 Section: admin
41 Priority: optional
42 Maintainer: Debian QA Group <packages@qa.debian.org>
43-Build-Depends: debhelper (>= 10)
44+Build-Depends: debhelper-compat (= 12)
45 Standards-Version: 4.2.1
46-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/friendly-recovery/ubuntu
47+Vcs-Bzr: https://bazaar.launchpad.net/~ubuntu-core-dev/friendly-recovery/ubuntu
48
49 Package: friendly-recovery
50 Architecture: all
51@@ -14,4 +14,3 @@
52 Description: Make recovery boot mode more user-friendly
53 Make the recovery boot mode more user-friendly by providing a menu
54 with pluggable options.
55-
56
57=== modified file 'debian/rules'
58--- debian/rules 2017-03-29 16:52:25 +0000
59+++ debian/rules 2020-01-16 03:47:07 +0000
60@@ -6,7 +6,7 @@
61 endif
62
63 %:
64- dh "$@" --with systemd
65+ dh "$@"
66
67 override_dh_auto_build:
68 cd po; make
69@@ -14,8 +14,8 @@
70 override_dh_installinit:
71 dh_installinit --no-start
72
73-override_dh_systemd_start:
74- dh_systemd_start --no-start
75+override_dh_installsystemd:
76+ dh_installsystemd --no-start
77
78 override_dh_gencontrol:
79 dh_gencontrol -- -VUbuntu:Recommends=$(UBUNTU_RECOMMENDS)

Subscribers

People subscribed via source and target branches