Lintian Fixes - snmptt

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index a668fdf..bf895f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+snmptt (1.5~beta2-2) UNRELEASED; urgency=medium
+
+  * Use set -e rather than passing -e on the shebang-line.
+  * Bump debhelper from old 12 to 13.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 26 Sep 2022 14:36:10 -0000
+
 snmptt (1.5~beta2-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 20de358..83ba5a1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: snmptt
 Section: net
 Priority: optional
 Maintainer: Christoph Berg <myon@debian.org>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 13)
 Homepage: http://www.snmptt.org/
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/debian/snmptt.git
 Vcs-Browser: https://salsa.debian.org/debian/snmptt
 
diff --git a/debian/postrm b/debian/postrm
index 3391a45..fc561a6 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 case $1 in
 	purge)

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details