Lintian Fixes - gr-dab

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index ebbff29..71a38ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+gr-dab (0.4-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Update standards version to 4.6.2, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 25 May 2023 17:47:42 -0000
+
 gr-dab (0.4-2) unstable; urgency=medium
 
   [ Jeremy Bicha ]
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 7d3f2ef..919b9a7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gr-dab
 Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
 Section: hamradio
 Priority: optional
-Build-Depends: debhelper (>= 12),
+Build-Depends: debhelper-compat (= 13),
                gnuradio-dev,
                cmake,
                libfaad-dev,
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12),
                libgmp-dev,
                liborc-0.4-dev,
                txt2man
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/rubund/gr-dab
 Vcs-Git: https://salsa.debian.org/rubund/gr-dab.git
 Homepage: https://github.com/andrmuel/gr-dab
diff --git a/debian/rules b/debian/rules
index 0d6b39c..fc36809 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
 #export DH_VERBOSE = 1
 
 include /usr/share/dpkg/pkg-info.mk
-
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d @$(SOURCE_DATE_EPOCH) +"%d %B %Y")
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 048bce9..6e43171 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,5 @@
 ---
 Bug-Database: https://github.com/andrmuel/gr-dab/issues
 Bug-Submit: https://github.com/andrmuel/gr-dab/issues/new
-Name: gr-dab
 Repository: https://github.com/andrmuel/gr-dab.git
 Repository-Browse: https://github.com/andrmuel/gr-dab

Run locally

More details

Full run details

Historical runs