Lintian Fixes - ws-butler

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a011c7c..b2f25f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,18 @@
 ws-butler (0.6-5) UNRELEASED; urgency=medium
 
+  [ Nicholas D Steeves ]
   * Drop emacs24 from Enhances (package does not exist in bullseye).
 
+  [ Debian Janitor ]
+  * Bump debhelper dependency to >= 10, since that's what is used in
+    debian/compat.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Update renamed lintian tag names in lintian overrides.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Drop unnecessary dh arguments: --parallel
+
  -- Nicholas D Steeves <sten@debian.org>  Wed, 28 Jul 2021 19:03:19 -0400
 
 ws-butler (0.6-4) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 352a372..d543048 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
 Uploaders: Sean Whitton <spwhitton@spwhitton.name>
-Build-Depends: debhelper (>= 9.20160402),
- dh-elpa
+Build-Depends: debhelper-compat (= 13), dh-elpa
 Standards-Version: 3.9.8
 Vcs-Browser: https://salsa.debian.org/emacsen-team/ws-butler
 Vcs-Git: https://salsa.debian.org/emacsen-team/ws-butler.git
diff --git a/debian/rules b/debian/rules
index 8eb7ccb..e8e22ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with elpa
+	dh $@ --with elpa
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 54ccc2e..a659b11 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,2 +1,2 @@
 # using experimental compat for dh_elpa_test
-package-needs-versioned-debhelper-build-depends 10
+no-versioned-debhelper-prerequisite 10
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d2a0c19
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/lewang/ws-butler/issues
+Bug-Submit: https://github.com/lewang/ws-butler/issues/new
+Repository: https://github.com/lewang/ws-butler.git
+Repository-Browse: https://github.com/lewang/ws-butler

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details