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

Subscribers

People subscribed via source and target branches