Lintian Fixes - awffull

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 43daa1f..24aa2da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+awffull (3.10.2-9) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Bump debhelper dependency to >= 9, since that's what is used in
+    debian/compat.
+  * Bump debhelper from deprecated 9 to 10.
+  * Drop unnecessary dh arguments: --parallel
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 03 Jun 2023 03:30:33 -0000
+
 awffull (3.10.2-8) unstable; urgency=medium
 
   * QA upload.
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 396a86c..8493709 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
 Build-Depends: autotools-dev,
-               debhelper,
+               debhelper (>= 10~),
                gettext,
                help2man,
                libfreetype6,
diff --git a/debian/rules b/debian/rules
index 240c3c9..d18c6de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ CFLAGS+=-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-z,defs
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	[ -f config/config.guess.orig ] || mv -f config/config.guess config/config.guess.orig
@@ -34,7 +34,3 @@ override_dh_installman:
 		-o $(CURDIR)/debian/awffull_history_regen.1 \
 		--version-string="$(shell dpkg-parsechangelog -SVersion | perl -pe chomp)"
 	dh_installman debian/awffull_history_regen.1
-
-.PHONY: override_dh_strip
-override_dh_strip:
-	dh_strip
diff --git a/debian/watch b/debian/watch
index 591d45d..cab6686 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://www.stedee.id.au/awffull/ /files/awffull-(.*)\.tar\.gz

Run locally

More details

Full run details

Historical runs