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

Proposed by Jelmer Vernooij
Status: Needs review
Proposed branch: lp:~jelmer/debian/sid/bzr-email/lintian-fixes
Merge into: lp:~debian-bazaar/debian/sid/bzr-email/unstable
Diff against target: 43 lines (+9/-3)
4 files modified
debian/changelog (+7/-0)
debian/compat (+1/-1)
debian/control (+1/-1)
debian/rules (+0/-1)
To merge this branch: bzr merge lp:~jelmer/debian/sid/bzr-email/lintian-fixes
Reviewer Review Type Date Requested Status
Debian/Ubuntu Bazaar Maintainers Pending
Review via email: mp+361376@code.launchpad.net

Description of the change

Fix some issues reported by lintian
* Trim trailing whitespace.
* Bump debhelper from deprecated 7 to 11.

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

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/pkg/bzr-email/logs/ec16fa24-c5d1-4859-bdda-7fe6ccb7d2ea.

To post a comment you must log in.

Unmerged revisions

93. By Jelmer Vernooij

Bump debhelper from deprecated 7 to 11.

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

92. By Jelmer Vernooij

Trim trailing whitespace.

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.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 2018-09-20 17:31:25 +0000
3+++ debian/changelog 2019-01-04 02:24:06 +0000
4@@ -1,3 +1,10 @@
5+bzr-email (0.0.1~bzr58-7) UNRELEASED; urgency=medium
6+
7+ * Trim trailing whitespace.
8+ * Bump debhelper from deprecated 7 to 11.
9+
10+ -- Jelmer Vernooij <jelmer@debian.org> Fri, 04 Jan 2019 02:13:27 +0000
11+
12 bzr-email (0.0.1~bzr58-6) unstable; urgency=medium
13
14 * Remove unnecessary XS-Testsuite field in debian/control.
15
16=== modified file 'debian/compat'
17--- debian/compat 2011-03-07 04:08:01 +0000
18+++ debian/compat 2019-01-04 02:24:06 +0000
19@@ -1,1 +1,1 @@
20-7
21+11
22
23=== modified file 'debian/control'
24--- debian/control 2018-09-20 17:31:25 +0000
25+++ debian/control 2019-01-04 02:24:06 +0000
26@@ -7,7 +7,7 @@
27 Build-Depends-Indep: python-bzrlib.tests | bzr (<< 2.4.0~beta1-2),
28 bzr (>= 1.0),
29 python-testtools (>= 0.9.5)
30-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
31+Build-Depends: debhelper (>= 11~), python (>= 2.6.6-3)
32 Standards-Version: 3.9.8
33 Vcs-Bzr: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr-email/unstable
34 Vcs-Browser: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr-email/unstable
35
36=== modified file 'debian/rules'
37--- debian/rules 2019-01-04 02:08:15 +0000
38+++ debian/rules 2019-01-04 02:24:06 +0000
39@@ -14,4 +14,3 @@
40 mv \~bzr/bzr-email/trunk bzr-email-0.0.1\~bzr58
41 tar cf - bzr-email-0.0.1\~bzr58 | gzip -9 > ../bzr-email_0.0.1\~bzr58.orig.tar.gz
42 rm -r \~bzr bzr-email-0.0.1\~bzr58 bzr-email.new.tgz
43-

Subscribers

People subscribed via source and target branches