Run of lintian-fixes for bpm-tools
Try this locally (using the lintian-brush package):
debcheckout bpm-tools
cd bpm-tools
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/bpm-tools lintian-fixes/main
Summary
- Use secure URI in Homepage field. (homepage-field-uses-insecure-uri)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2018-11-25 22:15:25 +0000
+++ b/debian/changelog 2020-06-07 14:55:41 +0000
@@ -1,3 +1,11 @@
+bpm-tools (0.3-5) UNRELEASED; urgency=low
+
+ * Use secure URI in Homepage field.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 07 Jun 2020 14:54:09 -0000
+
bpm-tools (0.3-4) unstable; urgency=medium
[ Ondřej Nový ]
=== removed file 'debian/compat'
--- a/debian/compat 2018-07-01 14:48:47 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2018-11-25 22:10:16 +0000
+++ b/debian/control 2020-06-07 14:55:41 +0000
@@ -2,9 +2,9 @@
Section: sound
Priority: optional
Maintainer: tony mancill <tmancill@debian.org>
-Build-Depends: debhelper (>= 11)
+Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.2.1
-Homepage: http://www.pogo.org.uk/~mark/bpm-tools/
+Homepage: https://www.pogo.org.uk/~mark/bpm-tools/
Vcs-Browser: https://salsa.debian.org/debian/bpm-tools
Vcs-Git: https://salsa.debian.org/debian/bpm-tools.git