Lintian Fixes - qrouter

Ready changes

Summary

  • Update renamed lintian tag names in lintian overrides. ( renamed-tag )
  • Drop unnecessary dependency on dh-autoreconf.
  • Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  • Update standards version to 4.6.0, no changes needed. ( out-of-date-standards-version )
  • Avoid explicitly specifying -Wl,--as-needed linker flag. ( debian-rules-uses-as-needed-linker-flag )

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a2e58a6..e8dc2c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+qrouter (1.4.71-3) UNRELEASED; urgency=medium
+
+  * Update renamed lintian tag names in lintian overrides.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Update standards version to 4.6.0, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 02:34:59 -0000
+
 qrouter (1.4.71-2) unstable; urgency=medium
 
   * Team Upload.
diff --git a/debian/control b/debian/control
index 2d6714f..fb23d63 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
                tcl-dev,
                tk-dev,
                txt2man
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/science-team/qrouter
 Vcs-Git: https://salsa.debian.org/science-team/qrouter.git
 Homepage: http://opencircuitdesign.com/qrouter/
diff --git a/debian/qrouter.lintian-overrides b/debian/qrouter.lintian-overrides
index 8e6e1f0..6210f84 100644
--- a/debian/qrouter.lintian-overrides
+++ b/debian/qrouter.lintian-overrides
@@ -1,3 +1,3 @@
 # qrouter.so is not a shared library for the whole system. It is only used by
 # qrouter. The shlib-calls-exit lintian is therefore ignored.
-qrouter: shlib-calls-exit usr/lib/qrouter/qrouter.so
+qrouter: exit-in-shared-library usr/lib/qrouter/qrouter.so
diff --git a/debian/rules b/debian/rules
index af2e4ce..a7482e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,13 +8,13 @@ include /usr/share/dpkg/pkg-info.mk
 # enabling the missing hardening options with LDFLAGS_MAINT_APPEND (together
 # with the --as-needed option) instead of with
 # "DEB_BUILD_MAINT_OPTIONS = hardening=+all":
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,now -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,now
 
 
 CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d @$(SOURCE_DATE_EPOCH) +"%d %B %Y")
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 
 override_dh_auto_configure:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index d338cfc..0436932 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,3 @@
 ---
 Bug-Submit: eda-dev@opencircuitdesign.com
-Name: qrouter
 Repository: git://opencircuitdesign.com/qrouter-1.3

Run locally

More details

Full run details