Lintian Fixes - ert-async-el

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 9a0f93d..5bdda9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,15 @@
 ert-async-el (0.1.2-6) UNRELEASED; urgency=medium
 
+  [ Nicholas D Steeves ]
   * Drop emacs24 from Enhances (package does not exist in bullseye).
 
+  [ Debian Janitor ]
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository, Repository-Browse.
+  * Drop unnecessary dh arguments: --parallel
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+
  -- Nicholas D Steeves <sten@debian.org>  Wed, 28 Jul 2021 18:31:50 -0400
 
 ert-async-el (0.1.2-5) 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 a538a9b..da282bf 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 (>= 10),
- dh-elpa
+Build-Depends: debhelper-compat (= 13), dh-elpa
 Standards-Version: 3.9.8
 Vcs-Browser: https://salsa.debian.org/emacsen-team/ert-async-el
 Vcs-Git: https://salsa.debian.org/emacsen-team/ert-async-el.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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..0d2966e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/rejeep/ert-async.el/issues
+Bug-Submit: https://github.com/rejeep/ert-async.el/issues/new
+Repository: https://github.com/rejeep/ert-async.el.git
+Repository-Browse: https://github.com/rejeep/ert-async.el

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details