Lintian Fixes - certmonger

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index e176b89e..863dc9e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+certmonger (0.79.17-3) UNRELEASED; urgency=medium
+
+  * Use versioned copyright format URI.
+  * Don't specify --with=quilt, since package uses '3.0 (quilt)' source format.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 31 May 2023 19:00:36 -0000
+
 certmonger (0.79.17-2) unstable; urgency=medium
 
   * control: Respect nocheck, thanks Chris Lamb! (Closes: #1032058)
diff --git a/debian/control b/debian/control
index 07b4cce7..b900d863 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: debhelper-compat (= 13), quilt,
  openssl,
  pkg-config,
  uuid-dev,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Homepage: https://pagure.io/certmonger/
 Vcs-Git: https://salsa.debian.org/freeipa-team/certmonger.git
 Vcs-Browser: https://salsa.debian.org/freeipa-team/certmonger
diff --git a/debian/copyright b/debian/copyright
index 21970abd..70f010e7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: certmonger
 Source: https://pagure.io/certmonger
 
diff --git a/debian/rules b/debian/rules
index 6a7dacd8..a9696e76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,6 @@ override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test || true
 endif
-
-override_dh_clean:
-	dh_clean
 #	rm -f po/*.gmo
 
 gentarball: SOURCE=certmonger
@@ -42,4 +39,4 @@ gentarball:
 	        -cJf ../$(SOURCE)_$(UV).orig.tar.xz .
 
 %:
-	dh $@ --with quilt --builddirectory=build/
+	dh $@ --builddirectory=build/

Run locally

More details

Full run details

Historical runs