Lintian Fixes - bam

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 67b264d..a443bc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+bam (0.5.1-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Set upstream metadata fields: Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 13 Oct 2022 01:32:03 -0000
+
 bam (0.5.1-3) unstable; urgency=medium
 
   * Team Upload.
diff --git a/debian/control b/debian/control
index 3bb0e74..8b17f0c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
 Uploaders: Felix Geyer <fgeyer@debian.org>
-Build-Depends: debhelper-compat (= 12), graphviz, python3:any, liblua5.3-dev, pkg-config
+Build-Depends: debhelper-compat (= 13), graphviz, python3:any, liblua5.3-dev, pkg-config
 Standards-Version: 4.2.1
 Homepage: https://matricks.github.com/bam/
 Vcs-Git: https://salsa.debian.org/games-team/bam.git
diff --git a/debian/rules b/debian/rules
index d65271e..a6cb0c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,7 @@ override_dh_auto_install:
 	# do nothing here
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	python3 scripts/test.py
-endif
 
 override_dh_auto_clean:
 	$(RM) bam docs/bam.html scripts/*.pyc
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..2d451b4
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/matricks/bam/issues
+Bug-Submit: https://github.com/matricks/bam/issues/new
+Repository: https://github.com/matricks/bam.git
+Repository-Browse: https://github.com/matricks/bam

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package bam

No differences were encountered between the control files of package bam-dbgsym

Run locally

More details

Full run details