Lintian Fixes - newmat

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index b1581a1..5399775 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ newmat (1.10.4-9) UNRELEASED; urgency=medium
 
   * Apply multi-arch hints.
     + libnewmat10-dev, libnewmat10ldbl: Add Multi-Arch: same.
+  * Use secure URI in debian/watch.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
 
  -- Debian Janitor <janitor@jelmer.uk>  Fri, 16 Jul 2021 20:07:02 -0000
 
diff --git a/debian/compat b/debian/compat
index b4de394..b1bd38b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+13
diff --git a/debian/control b/debian/control
index 9c65422..fa03da2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.
 Uploaders: Philippe Coval <rzr@gna.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper (>= 13~),
                libltdl7-dev | libltdl-dev,
                d-shlibs
 Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/science-team/newmat
 Vcs-Git: https://salsa.debian.org/science-team/newmat.git
-Homepage: http://www.robertnz.net/nm_intro.htm
+Homepage: https://www.robertnz.net/nm_intro.htm
 
 Package: libnewmat10ldbl
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 721e316..11acda2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,11 +36,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	./example
 	./tmt
 	./test_exc
-endif
 
 override_dh_clean:
 	rm -rf libltdl
diff --git a/debian/watch b/debian/watch
index b25adfc..43cf87d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://www.robertnz.net/download.html \
+https://www.robertnz.net/download.html \
   ftp/newmat(.*)\.tar\.gz

Run locally

More details

Full run details

Historical runs