Run of lintian-fixes for libdata-report-perl
Try this locally (using the lintian-brush package):
debcheckout libdata-report-perl
cd libdata-report-perl
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/libdata-report-perl lintian-fixes/main
Summary
- Bump debhelper from old 10 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 2019-02-18 09:39:25 +0000
+++ b/debian/changelog 2019-12-13 11:49:33 +0000
@@ -6,6 +6,10 @@
[ Laurent Baillet ]
* fix lintian file-contains-trailing-whitespace warning
+ [ Debian Janitor ]
+ * Bump debhelper from old 10 to 12.
+ * Set debhelper-compat version in Build-Depends.
+
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 25 Feb 2018 15:09:33 +0100
libdata-report-perl (0.10-3) unstable; urgency=medium
=== removed file 'debian/compat'
--- a/debian/compat 2018-01-14 19:37:28 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-10
=== modified file 'debian/control'
--- a/debian/control 2019-02-18 09:39:25 +0000
+++ b/debian/control 2019-12-13 11:49:33 +0000
@@ -3,7 +3,7 @@
Uploaders: Angel Abad <angel@debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 12),
libmodule-build-perl,
perl
Build-Depends-Indep: libtext-csv-perl,
Publish History
- 2019-12-16T03:32: Merge proposal updated (Success)