Lintian Fixes - emacs-noflet

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 298ecb2..42fdbe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
 emacs-noflet (0.0.15-6) UNRELEASED; urgency=medium
 
+  [ Nicholas D Steeves ]
   * Drop emacs24 from Enhances (package does not exist in bullseye).
 
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Drop unnecessary dh arguments: --parallel
+  * Set upstream metadata fields: Repository.
+
  -- Nicholas D Steeves <sten@debian.org>  Wed, 28 Jul 2021 18:29:27 -0400
 
 emacs-noflet (0.0.15-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 a31f439..187c89f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +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 (>= 1.7)
+Build-Depends: debhelper-compat (= 13), dh-elpa (>= 1.7)
 Standards-Version: 4.0.0
 Homepage: https://github.com/nicferrier/emacs-noflet
 Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-noflet
@@ -22,4 +22,3 @@ Description: Emacs Lisp noflet macro for dynamic, local advice
  This package provides the Emacs Lisp macro noflet, Nic Ferrier's
  overriding flet, for fleting functions for the purpose of decorating
  them.  It is a replacement for the deprecated flet macro.
-
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..b8e5849
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/nicferrier/emacs-noflet/issues
+Bug-Submit: https://github.com/nicferrier/emacs-noflet/issues/new
+Repository: https://github.com/nicferrier/emacs-noflet.git
+Repository-Browse: https://github.com/nicferrier/emacs-noflet

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details