Lintian Fixes - xcursor-themes

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a59ffbc..802831b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xcursor-themes (1.0.5-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Drop unnecessary dh arguments: --parallel
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 16:10:00 -0000
+
 xcursor-themes (1.0.5-1) unstable; urgency=medium
 
   * Update Vcs-* control fields for move to salsa.
@@ -35,7 +45,7 @@ xcursor-themes (1.0.2-1) unstable; urgency=low
   [ David Nusinow ]
   * Update xsfbs to 5693792171d885769e58dcccc053c08b11acd12a
   * Put dh_clean -k back where it belongs but use dh_prep instead
-  
+
   [ Timo Aaltonen ]
   * New upstream release (closes: #561604).
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index cfc774e..568a34a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper-compat (= 13),
  quilt,
  pkg-config,
  x11-apps | xcursorgen,
diff --git a/debian/rules b/debian/rules
index cd7410e..72019ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with quilt,autoreconf --builddirectory=build/ --parallel
+	dh $@ --with quilt --builddirectory=build/
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

Run locally

More details

Full run details