Merge lp:~jelmer/debian/sid/meliae/lintian-fixes into lp:~jelmer/debian/sid/meliae/unstable

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: 164
Proposed branch: lp:~jelmer/debian/sid/meliae/lintian-fixes
Merge into: lp:~jelmer/debian/sid/meliae/unstable
Diff against target: 48 lines (+6/-4)
4 files modified
debian/changelog (+3/-0)
debian/compat (+1/-1)
debian/control (+2/-2)
debian/pycompat (+0/-1)
To merge this branch: bzr merge lp:~jelmer/debian/sid/meliae/lintian-fixes
Reviewer Review Type Date Requested Status
Jelmer Vernooij Pending
Review via email: mp+361712@code.launchpad.net

Commit message

Fix some issues reported by lintian

Description of the change

Fix some issues reported by lintian
* Bump debhelper from old 9 to 10.
* Change priority extra to priority optional.
* Remove obsolete debian/pycompat file.

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

Remove obsolete debian/pycompat file.

Fixes lintian: debian-pycompat-is-obsolete
See https://lintian.debian.org/tags/debian-pycompat-is-obsolete.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-10-15 23:11:51 +0000
3+++ debian/changelog 2019-02-17 01:55:37 +0000
4@@ -1,6 +1,9 @@
5 meliae (0.4.0+bzr199-5) UNRELEASED; urgency=medium
6
7 * Remove unnecessary XS-Testsuite field in debian/control.
8+ * Bump debhelper from old 9 to 10.
9+ * Change priority extra to priority optional.
10+ * Remove obsolete debian/pycompat file.
11
12 -- Jelmer Vernooij <jelmer@debian.org> Mon, 15 Oct 2018 23:11:51 +0000
13
14
15=== modified file 'debian/compat'
16--- debian/compat 2016-12-25 16:32:04 +0000
17+++ debian/compat 2019-02-17 01:55:37 +0000
18@@ -1,1 +1,1 @@
19-9
20+10
21
22=== modified file 'debian/control'
23--- debian/control 2018-10-15 23:11:51 +0000
24+++ debian/control 2019-02-17 01:55:37 +0000
25@@ -3,7 +3,7 @@
26 Priority: optional
27 Maintainer: Jelmer Vernooij <jelmer@debian.org>
28 Build-Depends: cython-dbg (>= 0.25.2-2),
29- debhelper (>= 9),
30+ debhelper (>= 10~),
31 python-all-dev (>= 2.6.6-3),
32 python-all-dbg (>= 2.6.6-3),
33 python-simplejson
34@@ -35,7 +35,7 @@
35 Recommends: python-dbg
36 Provides: ${python:Provides}
37 Section: debug
38-Priority: extra
39+Priority: optional
40 Description: Memory analysis tool for Python - Debug extension
41 Meliae is a library meant to help people understand how their memory is being
42 used in Python.
43
44=== removed file 'debian/pycompat'
45--- debian/pycompat 2009-12-19 17:33:35 +0000
46+++ debian/pycompat 1970-01-01 00:00:00 +0000
47@@ -1,1 +0,0 @@
48-2

Subscribers

People subscribed via source and target branches

to all changes: