Lintian Fixes - bsdgames-nonfree

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 7d60c8c..d2ae31d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bsdgames-nonfree (2.17-10) UNRELEASED; urgency=medium
+
+  * Use set -e rather than passing -e on the shebang-line.
+  * Update standards version to 4.6.1, no changes needed.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 01:55:03 -0000
+
 bsdgames-nonfree (2.17-9) unstable; urgency=medium
 
   * Standards-Version: 4.5.1 (routine-update)
diff --git a/debian/control b/debian/control
index 4fb24f7..43fdcd4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ XS-Autobuild: yes
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                libncurses-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/ucko/bsdgames-nonfree
 Vcs-Git: https://salsa.debian.org/ucko/bsdgames-nonfree.git
 Rules-Requires-Root: binary-targets
diff --git a/debian/postrm b/debian/postrm
index 72fb1fd..e2e4f1d 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 VARDIR=/var/games/bsdgames-nonfree
 SCOREFILES="$VARDIR/rogue.scores"

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/68/4134ba7d9adf3c128b083793633df4bd0175d4.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/1d/bfd397c6d6f65f345b4e07abecb9a9c94d5626.debug

No differences were encountered between the control files of package bsdgames-nonfree

Control files of package bsdgames-nonfree-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 1dbfd397c6d6f65f345b4e07abecb9a9c94d5626 684134ba7d9adf3c128b083793633df4bd0175d4

Run locally

More details

Full run details