Lintian Fixes - libvoikko

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index dffa176..9b8243e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libvoikko (4.3.1-2) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 24 Jul 2022 00:04:42 -0000
+
 libvoikko (4.3.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 12ee560..6c562e2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
 Source: libvoikko
 Priority: optional
 Maintainer: Timo Jyrinki <timo@debian.org>
-Build-Depends: debhelper (>= 13.0.0),
+Build-Depends: debhelper-compat (= 13),
+               debhelper (>= 13.0.0),
                dh-python,
                hfst-ospell-dev,
                pkg-config,
                python3,
 Standards-Version: 4.6.0.1
 Section: libs
-Homepage: http://voikko.puimula.org/
+Homepage: https://voikko.puimula.org/
 Vcs-Git: https://salsa.debian.org/debian/libvoikko.git
 Vcs-Browser: https://salsa.debian.org/debian/libvoikko/
 
diff --git a/debian/rules b/debian/rules
index e377d3a..691d47d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with python3,autoreconf
+	dh $@ --with python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-dictionary-path=/usr/lib/voikko:/usr/share/voikko

Run locally

More details

Full run details