Lintian Fixes - nted

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index ccaac4d..91efea6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+nted (1.10.18-14) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Remove unnecessary get-orig-source-target.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 21 Aug 2023 09:11:37 -0000
+
 nted (1.10.18-13) unstable; urgency=medium
 
   [ Ondřej Nový ]
@@ -976,4 +987,3 @@ nted (0.6.1-1) unstable; urgency=low
   * Initial release (Closes: #444673)
 
  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 30 Sep 2007 15:40:26 +0200
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 4140efd..517486b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: nted
 Section: sound
 Priority: optional
 Maintainer: Gilles Filippini <pini@debian.org>
-Homepage: http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml
-Build-Depends: debhelper (>= 10~), libasound2-dev, libcairo2-dev, libgtk2.0-dev, xmlto, poxml
+Homepage: https://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml
+Build-Depends: debhelper-compat (= 13), libasound2-dev, libcairo2-dev, libgtk2.0-dev, xmlto, poxml
 Standards-Version: 3.9.6
 Vcs-Browser: https://salsa.debian.org/debian/nted
 Vcs-Git: https://salsa.debian.org/debian/nted.git
diff --git a/debian/rules b/debian/rules
index e65a0c4..2fdd051 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CONFFLAGS += --prefix=/usr
 export YELP=/usr/bin/yelp
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_autoreconf:
 	mv configure.in configure.ac
@@ -24,6 +24,3 @@ override_dh_auto_install:
 	for file in $$(find debian/tmp/usr/share/doc/nted -type f -name \*.docbook); do \
 	  sed -i 's:"../docimages/:"/usr/share/doc/nted/docimages/:g' $$file; \
 	done
-
-get-orig-source:
-	uscan

Run locally

More details

Full run details

Historical runs