Lintian Fixes - mtree-netbsd

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2126fcb..8394ade 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mtree-netbsd (20180822-7) UNRELEASED; urgency=medium
+
+  * Drop use of autotools-dev debhelper.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from deprecated 9 to 10.
+  * Update standards version to 4.6.0, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 01 Mar 2022 20:28:33 -0000
+
 mtree-netbsd (20180822-6) unstable; urgency=medium
 
   * Remove dependency on freebsd-buildutils for now, since it is
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 928c386..9294b88 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: mtree-netbsd
 Section: utils
 Priority: optional
 Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 9), autotools-dev, bmake, libnbcompat-dev (>= 20180822-5), libarchive-tools | bsdtar, libncurses-dev, libbsd-dev, libmd-dev
-Standards-Version: 4.4.1
-Homepage: http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/mtree/README.html
+Build-Depends: debhelper (>= 10~), autotools-dev, bmake, libnbcompat-dev (>= 20180822-5), libarchive-tools | bsdtar, libncurses-dev, libbsd-dev, libmd-dev
+Standards-Version: 4.6.0
+Homepage: https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/mtree/README.html
 Vcs-Git: https://github.com/jgoerzen/mtree-netbsd.git
 Vcs-Browser: https://github.com/jgoerzen/mtree-netbsd
 
diff --git a/debian/rules b/debian/rules
index 52d7450..8cbcd88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@
 
 
 %:
-	dh $@ --with autotools_dev
+	dh $@
 
 
 # dh_make generated override targets

Run locally

More details

Full run details