Lintian Fixes - nwipe

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index b478c5c..4e30dd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+nwipe (0.34-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
+    page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
+  * Set upstream metadata fields: Repository.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 30 Oct 2022 20:48:45 -0000
+
 nwipe (0.34-1) unstable; urgency=medium
 
   * New upstream release.
@@ -8,7 +22,7 @@ nwipe (0.34-1) unstable; urgency=medium
 
 nwipe (0.31-1) unstable; urgency=medium
 
-  * New upstream release. (Closes: 991997) 
+  * New upstream release. (Closes: 991997)
 
  -- Martijn van Brummelen <mvb@debian.org>  Tue, 24 Aug 2021 16:07:09 +0200
 
@@ -33,7 +47,7 @@ nwipe (0.28-1) unstable; urgency=medium
 nwipe (0.26-1) unstable; urgency=medium
 
   * New upstream release
-  * Fix Vcs 
+  * Fix Vcs
   * Change policy(no changes needed)
 
  -- Martijn van Brummelen <mvb@debian.org>  Thu, 05 Sep 2019 10:36:47 +0200
@@ -88,7 +102,7 @@ nwipe (0.17-1) unstable; urgency=medium
 nwipe (0.16-1) unstable; urgency=medium
 
   * New upstream release.
-  * Changed rules file. Upstream changed a bit and is now using 
+  * Changed rules file. Upstream changed a bit and is now using
     init.sh(automake/autoconf) script.
     - added dh_autoreconf override options
   * Add pkg-config as dependency.
diff --git a/debian/control b/debian/control
index 45657b5..b0ccc48 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Martijn van Brummelen <mvb@debian.org>
 Build-Depends: debhelper-compat (=13), libparted-dev, libncurses5-dev, dpkg-dev (>= 1.16.1~), pkg-config
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/martijnvanbrummelen/nwipe
 Vcs-Browser: https://salsa.debian.org/mvb/nwipe
 Vcs-Git: https://salsa.debian.org/mvb/nwipe.git
@@ -14,4 +14,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Utility to securely erase disks
  Nwipe is a command that will securely erase disks using a variety of
  recognised methods. It is a fork of the dwipe command used by Darik's Boot and
- Nuke (DBAN). 
+ Nuke (DBAN).
diff --git a/debian/copyright b/debian/copyright
index fd409e1..6bd6baf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: nwipe
 Source: https://github.com/martijnvanbrummelen/nwipe
 
diff --git a/debian/rules b/debian/rules
index 6f183d4..0493b32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_autoreconf:
 	aclocal
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c645898
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/martijnvanbrummelen/nwipe/issues
+Bug-Submit: https://github.com/martijnvanbrummelen/nwipe/issues/new
+Repository: https://github.com/martijnvanbrummelen/nwipe.git
+Repository-Browse: https://github.com/martijnvanbrummelen/nwipe
diff --git a/debian/watch b/debian/watch
index 7c1f8ed..4b05584 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-https://github.com/martijnvanbrummelen/nwipe/tags .*/archive/(\d\S*)\.tar\.gz
+version=4
+https://github.com/martijnvanbrummelen/nwipe/tags .*/archive/refs/tags/(\d\S*)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package nwipe

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

Run locally

More details

Full run details