Lintian Fixes - libnbcompat

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 63999e2..b08271f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libnbcompat (20180822-6) UNRELEASED; urgency=medium
+
+  * Drop use of autotools-dev debhelper.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from deprecated 9 to 10.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 27 Sep 2022 23:32:27 -0000
+
 libnbcompat (20180822-5) unstable; urgency=low
 
   * Do not link -lbsd; causes segfault
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 895d6c7..b82ae75 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libnbcompat
 Priority: optional
 Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 9), autotools-dev, bmake, libncurses-dev, libbsd-dev, libmd-dev
+Build-Depends: debhelper (>= 10~), autotools-dev, bmake, libncurses-dev, libbsd-dev, libmd-dev
 Standards-Version: 3.9.8
 Section: libs
-Homepage: http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/libnbcompat/README.html
+Homepage: https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/libnbcompat/README.html
 Vcs-Git: https://github.com/jgoerzen/libnbcompat.git
 Vcs-Browser: https://github.com/jgoerzen/libnbcompat
 
diff --git a/debian/rules b/debian/rules
index b40857a..e8d45a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
 export MAKE = bmake
 
 %:
-	dh $@ --with autotools_dev
+	dh $@
 
 
 # dh_make generated override targets

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Homepage: http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/libnbcompat/README.html https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/libnbcompat/README.html

Run locally

More details

Full run details