Merge lp:~debian-janitor/debian/sid/bzr/lintian-fixes into lp:~debian-bazaar/debian/sid/bzr/unstable

Proposed by Debian Janitor
Status: Merged
Merged at revision: 4241
Proposed branch: lp:~debian-janitor/debian/sid/bzr/lintian-fixes
Merge into: lp:~debian-bazaar/debian/sid/bzr/unstable
Diff against target: 37 lines (+9/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~debian-janitor/debian/sid/bzr/lintian-fixes
Reviewer Review Type Date Requested Status
Debian/Ubuntu Bazaar Maintainers Pending
Review via email: mp+377798@code.launchpad.net

Commit message

Fix lintian issues: Remove patches missing from debian/patches/series., Update standards version to 4.4.1, no changes needed., Use dh $@ sequencer.

Description of the change

Fix some issues reported by lintian
* Remove patches missing from debian/patches/series. (patch-file-present-but-not-mentioned-in-series)
* Use dh $@ sequencer. (no-dh-sequencer)
* Update standards version to 4.4.1, no changes needed. (out-of-date-standards-version)

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/bzr/1c2b652b-84bc-4f0c-b14a-01a1fdc2f6ae.

These changes have no impact on the binary debdiff. See
https://janitor.debian.net/api/run/1c2b652b-84bc-4f0c-b14a-01a1fdc2f6ae/debdiff?filter_boring=1 to
download the raw debdiff.

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/1c2b652b-84bc-4f0c-b14a-01a1fdc2f6ae/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/1c2b652b-84bc-4f0c-b14a-01a1fdc2f6ae/diffoscope.

To post a comment you must log in.
4241. By Jelmer Vernooij

Fix lintian issues: Remove patches missing from debian/patches/series., Update standards version to 4.4.1, no changes needed., Use dh $@ sequencer.

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-09-19 22:25:39 +0000
3+++ debian/changelog 2020-01-18 16:41:41 +0000
4@@ -1,3 +1,10 @@
5+bzr (2.7.0+bzr6622+bsa) UNRELEASED; urgency=medium
6+
7+ * Use dh $@ sequencer.
8+ * Update standards version to 4.4.1, no changes needed.
9+
10+ -- Debian Janitor <janitor@jelmer.uk> Sat, 18 Jan 2020 06:55:31 +0000
11+
12 bzr (2.7.0+bzr6622+brz) unstable; urgency=medium
13
14 * Add transitional packages to brz.
15
16=== modified file 'debian/control'
17--- debian/control 2019-09-19 22:25:26 +0000
18+++ debian/control 2020-01-18 16:41:41 +0000
19@@ -7,7 +7,7 @@
20 Jelmer Vernooij <jelmer@debian.org>,
21 Vincent Ladeuil <v.ladeuil+lp@free.fr>
22 Build-Depends: debhelper-compat (= 12)
23-Standards-Version: 4.4.0
24+Standards-Version: 4.4.1
25 Vcs-Bzr: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr/unstable
26 Vcs-Browser: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr/unstable
27 Homepage: https://bazaar-vcs.org
28
29=== modified file 'debian/rules'
30--- debian/rules 2019-09-18 18:51:10 +0000
31+++ debian/rules 2020-01-18 16:41:41 +0000
32@@ -5,4 +5,4 @@
33 override_dh_auto_install:
34
35 %:
36- dh $*
37+ dh $@

Subscribers

People subscribed via source and target branches