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

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

Description of the change

Fix some issues reported by lintian
* Bump debhelper from old 9 to 10.
* Change priority extra to priority optional.

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/meliae/cdfa9f56-9cb0-49f8-b7ad-7e4d3bb04efb/.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
165. By Debian Janitor

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 02:09:00 +0000
@@ -1,7 +1,13 @@
1meliae (0.4.0+bzr199-5) UNRELEASED; urgency=medium1meliae (0.4.0+bzr199-5) UNRELEASED; urgency=medium
22
3 [ Jelmer Vernooij ]
3 * Remove unnecessary XS-Testsuite field in debian/control.4 * Remove unnecessary XS-Testsuite field in debian/control.
45
6 [ Debian Janitor ]
7 * Bump debhelper from old 9 to 10.
8 * Change priority extra to priority optional.
9 * Remove obsolete debian/pycompat file.
10
5 -- Jelmer Vernooij <jelmer@debian.org> Mon, 15 Oct 2018 23:11:51 +000011 -- Jelmer Vernooij <jelmer@debian.org> Mon, 15 Oct 2018 23:11:51 +0000
612
7meliae (0.4.0+bzr199-4) unstable; urgency=low13meliae (0.4.0+bzr199-4) unstable; urgency=low
814
=== modified file 'debian/compat'
--- debian/compat 2016-12-25 16:32:04 +0000
+++ debian/compat 2019-02-17 02:09:00 +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 02:09:00 +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