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
=== modified file 'debian/changelog'
--- debian/changelog 2018-10-15 23:11:51 +0000
+++ debian/changelog 2019-02-17 01:55:37 +0000
@@ -1,6 +1,9 @@
1meliae (0.4.0+bzr199-5) UNRELEASED; urgency=medium1meliae (0.4.0+bzr199-5) UNRELEASED; urgency=medium
22
3 * Remove unnecessary XS-Testsuite field in debian/control.3 * Remove unnecessary XS-Testsuite field in debian/control.
4 * Bump debhelper from old 9 to 10.
5 * Change priority extra to priority optional.
6 * Remove obsolete debian/pycompat file.
47
5 -- Jelmer Vernooij <jelmer@debian.org> Mon, 15 Oct 2018 23:11:51 +00008 -- Jelmer Vernooij <jelmer@debian.org> Mon, 15 Oct 2018 23:11:51 +0000
69
710
=== modified file 'debian/compat'
--- debian/compat 2016-12-25 16:32:04 +0000
+++ debian/compat 2019-02-17 01:55:37 +0000
@@ -1,1 +1,1 @@
19110
22
=== modified file 'debian/control'
--- debian/control 2018-10-15 23:11:51 +0000
+++ debian/control 2019-02-17 01:55:37 +0000
@@ -3,7 +3,7 @@
3Priority: optional3Priority: optional
4Maintainer: Jelmer Vernooij <jelmer@debian.org>4Maintainer: Jelmer Vernooij <jelmer@debian.org>
5Build-Depends: cython-dbg (>= 0.25.2-2),5Build-Depends: cython-dbg (>= 0.25.2-2),
6 debhelper (>= 9),6 debhelper (>= 10~),
7 python-all-dev (>= 2.6.6-3),7 python-all-dev (>= 2.6.6-3),
8 python-all-dbg (>= 2.6.6-3),8 python-all-dbg (>= 2.6.6-3),
9 python-simplejson9 python-simplejson
@@ -35,7 +35,7 @@
35Recommends: python-dbg35Recommends: python-dbg
36Provides: ${python:Provides}36Provides: ${python:Provides}
37Section: debug37Section: debug
38Priority: extra38Priority: optional
39Description: Memory analysis tool for Python - Debug extension39Description: Memory analysis tool for Python - Debug extension
40 Meliae is a library meant to help people understand how their memory is being40 Meliae is a library meant to help people understand how their memory is being
41 used in Python.41 used in Python.
4242
=== removed file 'debian/pycompat'
--- debian/pycompat 2009-12-19 17:33:35 +0000
+++ debian/pycompat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
12

Subscribers

People subscribed via source and target branches

to all changes: