Lintian Fixes - dns2tcp

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index f40e061..fe9a672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+dns2tcp (0.5.2-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Changed vcs type from git to Git based on URL.
+  * Update standards version to 4.6.0, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+  * Use secure URI in Homepage field.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 11:39:26 -0000
+
 dns2tcp (0.5.2-3) unstable; urgency=medium
 
   * Bumped DH level to 13.
@@ -7,7 +19,7 @@ dns2tcp (0.5.2-3) unstable; urgency=medium
       - Bumped Standards-Version to 4.5.0.
       - Updated the package description.
         Thanks Justin B Rye. (Closes: #679412)
-  * debian/dns2tcp.init: 
+  * debian/dns2tcp.init:
       - Updated to remove unnecessary $local_fs dependency. (Closes: #542615)
       - Updated to remove OLDDAEMON check.
   * debian/lintian-overrides: added to avoid a lintian false positive.
@@ -16,7 +28,7 @@ dns2tcp (0.5.2-3) unstable; urgency=medium
         Thanks Antoni Villalonga. (Closes: #957141)
       - Updated the fix_spelling_errors.patch.
   * debian/salsa-ci.yml: added to provide CI tests for Salsa.
-  * debian/tests/control: 
+  * debian/tests/control:
       - Added the simple-test-dns2tcpc.
       - Added the simple-test-dns2tcpd.
   * Ran wrap-and-sort.
diff --git a/debian/control b/debian/control
index 8ca0a7f..75de139 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: dns2tcp
 Section: net
 Priority: optional
 Maintainer: Marcio de Souza Oliveira <marciosouza@debian.org>
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Build-Depends: debhelper-compat (= 13)
-Homepage: http://www.hsc.fr/ressources/outils/dns2tcp/
+Homepage: https://www.hsc.fr/ressources/outils/dns2tcp/
 Vcs-Browser: https://salsa.debian.org/debian/dns2tcp
-Vcs-git: https://salsa.debian.org/debian/dns2tcp.git
+Vcs-Git: https://salsa.debian.org/debian/dns2tcp.git
 
 Package: dns2tcp
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 50fe15c..a1515e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,11 @@
 # export DH_VERBOSE = 1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND  = -pie -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -pie
 export DEB_CFLAGS_MAINT_APPEND  = -fPIE
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_installinit:
 	dh_installinit --no-enable

Run locally

More details

Full run details