Lintian Fixes - gitpkg

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 11e53a7..ff70720 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gitpkg (0.31) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Add missing ${misc:Depends} to Depends for gitpkg.
+  * Upgrade to newer source format 3.0 (native).
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 13 Oct 2022 09:40:19 -0000
+
 gitpkg (0.30) unstable; urgency=medium
 
   * New utility functions in repo-config-helper which simplify configuration
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 a3083b3..cebf8e2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: gitpkg
 Section: vcs
 Priority: optional
 Maintainer: Ron Lee <ron@debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 4.5.1.0
 Vcs-Git: https://salsa.debian.org/ron/gitpkg.git
 Vcs-Browser: https://salsa.debian.org/ron/gitpkg
 
 Package: gitpkg
 Architecture: all
-Depends: git (>= 1:1.7.0), dpkg-dev
+Depends: git (>= 1:1.7.0), dpkg-dev, ${misc:Depends}
 Suggests: devscripts
 Description: tools for maintaining Debian packages with git
  This package provides tools and automation to assist with maintaining Debian
@@ -29,4 +29,3 @@ Description: tools for maintaining Debian packages with git
  staying out of your way entirely until that job needs to be done.  Hook points
  are provided for performing additional package and user specific operations as
  you may desire or require at export time.
-
diff --git a/debian/rules b/debian/rules
index 6cd3b83..83753ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DH_OPTIONS
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean 
+	dh_clean
 
 build:
 build-arch:
@@ -31,9 +31,9 @@ binary-indep: DH_OPTIONS = -i
 binary-indep: install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
-	dh_compress 
+	dh_compress
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details