Lintian Fixes - libpam-script

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 65fbbec..4529d18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libpam-script (1.1.9-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Avoid setting debhelper compat version in debian/rules and debian/compat.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update standards version to 4.6.1, no changes needed.
+  * Set upstream metadata fields: Repository.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 03 Nov 2022 06:42:55 -0000
+
 libpam-script (1.1.9-5) unstable; urgency=medium
 
   * change lib dir (closes: #983183)
@@ -11,7 +23,7 @@ libpam-script (1.1.9-5) unstable; urgency=medium
 libpam-script (1.1.9-4) unstable; urgency=medium
 
   * Add/change Vcs to salsa.debian.org
-  * Change policy(no changes needed) 
+  * Change policy(no changes needed)
 
  -- Martijn van Brummelen <mvb@debian.org>  Wed, 12 Sep 2018 12:46:32 +0200
 
@@ -86,7 +98,7 @@ libpam-script (1.1.5-1) unstable; urgency=low
 libpam-script (1.1.4-1) unstable; urgency=low
 
   * New upstream release
-  * Remove pam-script.7.in.patch no longer needed. 
+  * Remove pam-script.7.in.patch no longer needed.
     (upstream author accepted this patch)
   * pam_script_acct and pam_script_auth examples are removed.
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 0697e55..4414353 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: admin
 Priority: optional
 Maintainer: Martijn van Brummelen <mvb@debian.org>
 Build-Depends: debhelper-compat (= 13), libpam0g-dev, gawk,
- dpkg-dev (>= 1.16.1~), dh-autoreconf
-Standards-Version: 4.5.1
+ dpkg-dev (>= 1.16.1~)
+Standards-Version: 4.6.2
 Homepage: https://github.com/jeroennijhof/pam_script
 Vcs-Browser: https://salsa.debian.org/mvb/libpam-script
 Vcs-Git: https://salsa.debian.org/mvb/libpam-script.git
diff --git a/debian/rules b/debian/rules
index 6fc1434..322fadf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 SHELL := sh -e
 
 %:
-	dh  $@ --with autoreconf
+	dh  $@
 
 override_dh_clean:
 	rm -f config.status config.log Makefile.in configure aclocal.m4 config.h.in\
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..5c585f3
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/jeroennijhof/pam_script/issues
+Bug-Submit: https://github.com/jeroennijhof/pam_script/issues/new
+Repository: https://github.com/jeroennijhof/pam_script.git
+Repository-Browse: https://github.com/jeroennijhof/pam_script

Run locally

More details

Full run details