Run of lintian-fixes for chirp
Try this locally (using the lintian-brush package):
debcheckout chirp
cd chirp
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/chirp lintian-fixes/main
Summary
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-07-30 12:33:32 +0000
+++ b/debian/changelog 2019-10-16 11:08:09 +0000
@@ -1,3 +1,9 @@
+chirp (1:20190718-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper from old 11 to 12.
+
+ -- Debian Janitor <janitor@jelmer.uk> Wed, 16 Oct 2019 11:08:03 +0000
+
chirp (1:20190718-1) unstable; urgency=medium
[ Ana C. Custura ]
=== removed file 'debian/compat'
--- a/debian/compat 2019-01-06 22:35:37 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2019-07-29 13:22:09 +0000
+++ b/debian/control 2019-10-16 11:08:09 +0000
@@ -3,7 +3,7 @@
Uploaders: Iain R. Learmonth <irl@debian.org>, Ana Custura <ana@netstat.org.uk>, Dave Hibberd <d@vehibberd.com>
Section: hamradio
Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python,
python-libxml2,
=== modified file 'debian/rules'
--- a/debian/rules 2015-11-01 15:54:51 +0000
+++ b/debian/rules 2019-10-16 11:08:09 +0000
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@ --with python2 --buildsystem=pybuild
Publish History
- 2019-12-10T12:17: Changes not significant enough for merge request. (Success)