Lintian Fixes - geany-plugins

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index d1cb339..a81a4e3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: devel
 Priority: optional
 Maintainer: Geany Packaging Team <pkg-geany-team@lists.alioth.debian.org>
 Uploaders: Chow Loong Jin <hyperair@debian.org>, Evgeni Golov <evgeni@debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 13),
                dpkg-dev (>= 1.16.1~),
-               dh-autoreconf (>= 4),
                autotools-dev,
                intltool (>= 0.35),
                geany (>= 1.38),
@@ -28,7 +27,7 @@ Build-Depends: debhelper (>= 9),
                valac (>= 0.7.0),
                libvte-2.91-dev,
 Standards-Version: 4.1.2
-Homepage: http://plugins.geany.org
+Homepage: https://plugins.geany.org
 Vcs-Browser: https://salsa.debian.org/geany-team/geany-plugins
 Vcs-Git: https://salsa.debian.org/geany-team/geany-plugins.git
 
diff --git a/debian/copyright b/debian/copyright
index 9b150cc..a014ebf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: geany-plugins
 Source: http://plugins.geany.org/geany-plugins/
 Files-Excluded: devhelp/data/*devhelp-plugin*.png
@@ -57,7 +57,7 @@ Copyright: 1998-1999, Alex Roberts
            2008, Sven Herzberg
            2010, Lanedo GmbH
 License: GPL-2+
-X-Comment: Bundled copy of Devhelp prior to Gtk+3 port
+Comment: Bundled copy of Devhelp prior to Gtk+3 port
 
 Files: geanyctags/* projectorganizer/*
 Copyright: 2010-2015 Jiri Techet <techet@gmail.com>
diff --git a/debian/rules b/debian/rules
index 200fbaf..80901ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,7 @@ override_dh_makeshlibs:
 
 override_dh_install:
 	find debian/tmp/ -name '*.pyc' -delete
-	dh_install --list-missing -Xusr/share/doc/geany-plugins/ -X.la
+	dh_install -Xusr/share/doc/geany-plugins/ -X.la
 
 %:
-	dh $@ --with=autoreconf --parallel
+	dh $@

Run locally

More details

Full run details

Historical runs