Lintian Fixes - osmo-mgw

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index c9bbf2b..2cf0794 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+osmo-mgw (1.10.0+dfsg1-4) UNRELEASED; urgency=medium
+
+  * Set upstream metadata fields: Repository.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update standards version to 4.6.2, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 29 Apr 2023 16:06:07 -0000
+
 osmo-mgw (1.10.0+dfsg1-3) unstable; urgency=medium
 
   * again upload to unstable
diff --git a/debian/control b/debian/control
index 1cafba2..8ead522 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (=13)
              , libosmocore-dev (>= 1.7.0)
              , libosmo-netif-dev (>= 1.2.0)
              , libosmo-abis-dev (>= 1.3.0)
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmo-mgw
 Vcs-Git: https://salsa.debian.org/debian-mobcom-team/osmo-mgw.git
 Homepage: https://osmocom.org/projects/osmo-mgw
diff --git a/debian/rules b/debian/rules
index 2d91321..ab29573 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,12 @@ include /usr/share/dpkg/pkg-info.mk
 
 CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d @$(SOURCE_DATE_EPOCH) +"%d %B %Y")
 
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 CFLAGS += -g
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_test:
 	dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d0d25a5
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository: git://git.osmocom.org/osmo-mgw

Run locally

More details

Full run details

Historical runs