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

Proposed by Debian Janitor
Status: Merged
Merged at revision: 771
Proposed branch: lp:~debian-janitor/debian/sid/bzr-debian/lintian-fixes
Merge into: lp:~debian-bazaar/debian/sid/bzr-debian/experimental
Diff against target: 63 lines (+12/-5)
2 files modified
debian/changelog (+11/-4)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~debian-janitor/debian/sid/bzr-debian/lintian-fixes
Reviewer Review Type Date Requested Status
Debian/Ubuntu Bazaar Maintainers Pending
Review via email: mp+377681@code.launchpad.net

Commit message

Fix lintian issues: Use dh $@ sequencer., Wrap long lines in changelog entries: 2.8.0, 2.5.1, 2.1~0ubuntu1, 0.14ubuntu1.

Description of the change

Fix some issues reported by lintian
* Wrap long lines in changelog entries: 2.8.0, 2.5.1, 2.1~0ubuntu1, 0.14ubuntu1. (debian-changelog-line-too-long)
* Use dh $@ sequencer. (no-dh-sequencer)

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-builddeb/76232377-3606-4c89-8a0e-87dca444dfc5.

These changes have no impact on the binary debdiff. See
https://janitor.debian.net/api/run/76232377-3606-4c89-8a0e-87dca444dfc5/debdiff?filter_boring=1 to
download the raw debdiff.

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/76232377-3606-4c89-8a0e-87dca444dfc5/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/76232377-3606-4c89-8a0e-87dca444dfc5/diffoscope.

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

Fix lintian issues: Use dh $@ sequencer., Wrap long lines in changelog entries: 2.8.0, 2.5.1, 2.1~0ubuntu1, 0.14ubuntu1.

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-10-20 17:55:44 +0000
3+++ debian/changelog 2020-01-16 05:58:28 +0000
4@@ -1,6 +1,9 @@
5 bzr-builddeb (2.8.12+bsa) UNRELEASED; urgency=medium
6
7 * Update standards version to 4.4.1, no changes needed.
8+ * Wrap long lines in changelog entries: 2.8.0, 2.5.1, 2.1~0ubuntu1,
9+ 0.14ubuntu1.
10+ * Use dh $@ sequencer.
11
12 -- Debian Janitor <janitor@jelmer.uk> Sun, 20 Oct 2019 17:55:29 +0000
13
14@@ -180,7 +183,8 @@
15 LP: #874263
16 * Support --revision argument to merge-package. LP: #888590
17 * By default, don't override the commit message from debian/changelog
18- unless 'commit-message-from-changelog' is explicitly set to True. LP: #812749
19+ unless 'commit-message-from-changelog' is explicitly set to True. LP:
20+ #812749
21 * Support running dep3-patch against remote repositories, and with
22 open-ended revision ranges. LP: #893608
23 * Fix finding orig tarballs in directories also containing filenames
24@@ -425,7 +429,8 @@
25 * Don't crash when doing merge-upstream with a branch that does a rename
26 and then ships another file with the old path in the tarball that isn't
27 in the branch.
28- * Accept None as a valid previous_version value in merge_upstream(). LP: #680945
29+ * Accept None as a valid previous_version value in merge_upstream(). LP:
30+ #680945
31
32 [ Jelmer Vernooij ]
33
34@@ -695,7 +700,8 @@
35 bzr-builddeb (2.1~0ubuntu1) jaunty; urgency=low
36
37 [ Jelmer Vernooij ]
38- * Add simple deb: directory service for Bazaar that uses the dpkg Vcs-* fields.
39+ * Add simple deb: directory service for Bazaar that uses the dpkg Vcs-*
40+ fields.
41 * Fix mark-uploaded when used in merge mode. (Closes: #500851)
42 * Support merging upstream from a Bazaar branch. (Closes: #493386)
43 + Also support merging from upstream Subversion branches. (LP: #295275)
44@@ -1083,7 +1089,8 @@
45
46 bzr-builddeb (0.14ubuntu1) feisty; urgency=low
47
48- * revert the smart options patch so that the package gets usable with bzr 0.13 again.
49+ * revert the smart options patch so that the package gets usable with bzr 0.13
50+ again.
51
52 -- Reinhard Tartler <siretart@tauware.de> Tue, 16 Jan 2007 23:16:44 +0100
53
54
55=== modified file 'debian/rules'
56--- debian/rules 2019-02-24 01:52:39 +0000
57+++ debian/rules 2020-01-16 05:58:28 +0000
58@@ -5,4 +5,4 @@
59 override_dh_auto_install:
60
61 %:
62- dh $*
63+ dh $@

Subscribers

People subscribed via source and target branches