Lintian Fixes - debbugs

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 60dfa6c7..078d9c15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+debbugs (3.0.0~alpha.2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper dependency to >= 12, since that's what is used in
+    debian/compat.
+  * Bump debhelper from old 12 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dh arguments: --parallel
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 13 May 2023 08:14:17 -0000
+
 debbugs (3.0.0~alpha.1) unstable; urgency=medium
 
   * Use Text::Xslate instead of Text::Template; Text::Xslate is significantly
@@ -176,7 +187,7 @@ debbugs (2.4.2~exp1) experimental; urgency=low
     Wirzenius
   * Don't RFC1522 escape ", ( and ). (Closes: #588859). Thanks to Glenn
     Morris
-  * Various changes to make debbugs-local work better (Closes: #585796) 
+  * Various changes to make debbugs-local work better (Closes: #585796)
     - Add libnet-server-fork-perl to Depends for debbugs-local
     - Sanitize env in -T code
 
@@ -238,7 +249,7 @@ debbugs (2.4.2~exp0) experimental; urgency=low
     configuration file which implements the rewrite rules that are
     currently used on bugs.debian.org. (closes: #222264)
   * Change spamscan.in to work with SA 3.0; This is an incompatible
-    change with SA 2.6, and as such, we now Suggests: spamassassin 
+    change with SA 2.6, and as such, we now Suggests: spamassassin
     (>=3.0) (closes: #290501)
   * Update MTA to exim4 (closes: #228597) and add instructions on using
     exim 4 (thanks to Marc Haber) (closes: #248335)
@@ -297,7 +308,7 @@ debbugs (2.4.2~exp0) experimental; urgency=low
   * Add links to Closes: text for closed bugs. (closes: #320986)
   * Add X-$gProject-PR-Source: line (closes: #219230)
   * Use the %cats data structure properly in pkgreport.cgi
-    (closes: #367514)  
+    (closes: #367514)
   * Document nnn.*@foobar addresses (closes: #188670)
   * Support cloned bugs in control blocking (closes: #337329)
   * Indicate which bugs are blocked after blocking (closes: #367496)
@@ -442,7 +453,7 @@ debbugs (2.4.2~exp0) experimental; urgency=low
   * Forcibly wrap format flowed and other messages (closes: #601242)
   * Add a link to ack_thanks in process (Closes: #863274)
 
-  
+
  -- Don Armstrong <don@debian.org>  Sun, 26 Jul 2009 05:48:16 -0700
 
 debbugs (2.4.1) unstable; urgency=low
@@ -650,7 +661,7 @@ debbugs (2.3-1) unstable; urgency=low
   * Added optional bug archiving for expired bugs
   * Added "fixed" to the default severities
   * Some scripts are now perl -w clean.
-  * Added "severity display" to "Summary of outstanding reports" 
+  * Added "severity display" to "Summary of outstanding reports"
     (db/ix/summary.html and db/ix/psummary.html)
   * Added a variable to allow for a uniformed <BODY> and starting text tag
   * Send both message that closes and original bug to bug submitter
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f72..00000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 61bfceea..a9b610fd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
 Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/debbugs-team/debbugs
 Vcs-Git: https://salsa.debian.org/debbugs-team/debbugs.git
-Build-Depends: debhelper
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: libparams-validate-perl,
  libmailtools-perl, libmime-tools-perl, libio-stringy-perl, libmldbm-perl,
  liburi-perl, libsoap-lite-perl, libcgi-simple-perl,
diff --git a/debian/rules b/debian/rules
index 75d02ac4..2edb4706 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install -- INSTALLDIRS=vendor

Run locally

More details

Full run details

Historical runs