Merge lp:~jelmer/zeitgeist-explorer/lintian-fixes into lp:~zeitgeist/zeitgeist-explorer/debian-sid-packaging

Proposed by Jelmer Vernooij
Status: Needs review
Proposed branch: lp:~jelmer/zeitgeist-explorer/lintian-fixes
Merge into: lp:~zeitgeist/zeitgeist-explorer/debian-sid-packaging
Diff against target: 60 lines (+16/-9)
4 files modified
debian/changelog (+9/-0)
debian/compat (+0/-1)
debian/control (+6/-7)
debian/copyright (+1/-1)
To merge this branch: bzr merge lp:~jelmer/zeitgeist-explorer/lintian-fixes
Reviewer Review Type Date Requested Status
Zeitgeist Framework Team Pending
Review via email: mp+356889@code.launchpad.net

Commit message

Fix lintian issues: Bump debhelper from old 9 to 12, change priority extra to priority optional, use secure copyright file specification URI.

Description of the change

Fix some issues reported by lintian
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 9 to 12.
* Change priority extra to priority optional.

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

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.

12. By Jelmer Vernooij

Change priority extra to priority optional.

Fixes lintian: priority-extra-is-replaced-by-priority-optional
See https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html for more details.

Unmerged revisions

12. By Jelmer Vernooij

Change priority extra to priority optional.

Fixes lintian: priority-extra-is-replaced-by-priority-optional
See https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html for more details.

11. By Jelmer Vernooij

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.

10. By Jelmer Vernooij

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.

9. 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 2013-07-10 10:32:18 +0000
3+++ debian/changelog 2019-08-25 13:20:49 +0000
4@@ -1,3 +1,12 @@
5+zeitgeist-explorer (0.2-1~mentors3) UNRELEASED; urgency=medium
6+
7+ * Trim trailing whitespace.
8+ * Use secure copyright file specification URI.
9+ * Bump debhelper from old 9 to 12.
10+ * Change priority extra to priority optional.
11+
12+ -- Jelmer Vernooij <jelmer@debian.org> Tue, 16 Oct 2018 22:55:47 +0000
13+
14 zeitgeist-explorer (0.2-1~mentors2) unstable; urgency=low
15
16 * Second release (Closes: 712748)
17
18=== removed file 'debian/compat'
19--- debian/compat 2013-06-13 07:23:07 +0000
20+++ debian/compat 1970-01-01 00:00:00 +0000
21@@ -1,1 +0,0 @@
22-9
23
24=== modified file 'debian/control'
25--- debian/control 2013-07-10 10:21:36 +0000
26+++ debian/control 2019-08-25 13:20:49 +0000
27@@ -1,10 +1,9 @@
28 Source: zeitgeist-explorer
29 Section: devel
30-Priority: extra
31+Priority: optional
32 Maintainer: Manish Sinha <manishsinha@ubuntu.com>
33-Build-Depends: debhelper (>= 9.2),
34- python-distutils-extra,
35- python (>= 2.6.6-3),
36+Build-Depends: python-distutils-extra,
37+ python (>= 2.6.6-3),,debhelper-compat (= 12)
38 X-Python-Version: >=2.7
39 Standards-Version: 3.9.4
40 Vcs-Bzr: https://code.launchpad.net/~zeitgeist/zeitgeist-explorer/debian-sid-packaging
41@@ -18,6 +17,6 @@
42 python3-gi,
43 zeitgeist (>= 0.9.0)
44 Description: GUI application for monitoring and debugging zeitgeist
45- Zeitgeist explorer is a tool which can be used to monitor and
46- explore the events logged by zeitgeist. In the monitor mode
47- is can show the events logged in real-time just like wireshark.
48+ Zeitgeist explorer is a tool which can be used to monitor and
49+ explore the events logged by zeitgeist. In the monitor mode
50+ is can show the events logged in real-time just like wireshark.
51
52=== modified file 'debian/copyright'
53--- debian/copyright 2013-06-21 05:05:23 +0000
54+++ debian/copyright 2019-08-25 13:20:49 +0000
55@@ -1,4 +1,4 @@
56-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
57+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
58 Upstream-Name: zeitgeist-exploer
59 Source: https://launchpad.net/zeitgeist-explorer
60 Upstream-Contact: Manish Sinha <manishsinha@ubuntu.com>

Subscribers

People subscribed via source and target branches