Lintian Fixes - picprog

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 546909d..b458e0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+picprog (1.9.1-6) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 01:25:28 -0000
+
 picprog (1.9.1-5) unstable; urgency=medium
 
   * QA upload.
diff --git a/debian/control b/debian/control
index 1b35371..107cb2d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: electronics
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
 Standards-Version: 4.2.1
 Homepage: https://hyvatti.fi/~jaakko/pic/picprog.html
 Vcs-Git: https://salsa.debian.org/debian/picprog.git
diff --git a/debian/rules b/debian/rules
index 8aaa2f4..73728ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,5 @@
 # see FEATURE AREAS in dpkg-buildflags(1)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
 %:
 	dh $@
-
-override_dh_missing:
-	dh_missing --fail-missing

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details