Lintian Fixes - aoetools

Ready changes

Summary

Diff

diff --git a/debian/aoetools.aoe-discover.service b/debian/aoetools.aoe-discover.service
index ea018d1..7af3453 100644
--- a/debian/aoetools.aoe-discover.service
+++ b/debian/aoetools.aoe-discover.service
@@ -5,6 +5,7 @@ BindsTo=sys-devices-virtual-aoe-discover.device
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=network-online.target
+Before=shutdown.target
 
 [Service]
 Type=oneshot
diff --git a/debian/changelog b/debian/changelog
index 3baec9c..3c70017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+aoetools (36-6) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace --no-restart-on-upgrade with --no-stop-on-upgrade.
+    + Use dh_installsystemd rather than deprecated dh_systemd_enable.
+  * Set debhelper-compat version in Build-Depends.
+  * Add Before=shutdown.target to Unit section.
+  * Update standards version to 4.4.1, no changes needed.
+  * Use secure URI in Homepage field.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 01 Mar 2022 20:23:51 -0000
+
 aoetools (36-5) unstable; urgency=medium
 
   * postinst: Don't abort from failing module load
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 16a6194..83335c5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: aoetools
 Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-Homepage: http://aoetools.sf.net
-Standards-Version: 4.3.0
-Build-Depends: debhelper (>> 10~),
+Homepage: https://aoetools.sf.net
+Standards-Version: 4.4.1
+Build-Depends: debhelper-compat (= 13)
 Vcs-Browser: https://git.in-ulm.de/cbiedl/aoetools
 Vcs-Git: https://git.in-ulm.de/cbiedl/aoetools.git
 Priority: optional
diff --git a/debian/rules b/debian/rules
index 3eb0c8b..fa7e477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with systemd
+	dh $@
 
 override_dh_auto_install:
 	$(MAKE) install PREFIX=debian/aoetools SBINDIR=debian/aoetools/sbin
@@ -14,5 +14,5 @@ override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
 override_dh_installinit:
-	dh_installinit --no-restart-on-upgrade -u"start 41 S . start 34 0 6 ."
-	dh_systemd_enable --name=aoe-discover
+	dh_installinit --no-stop-on-upgrade -u"start 41 S . start 34 0 6 ."
+	dh_installsystemd --name=aoe-discover

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.dwz/x86_64-linux-gnu/aoetools.debug
-rw-r--r--  root/root   DEBIAN/triggers

Control files of package aoetools: lines which differ (wdiff format)

  • Homepage: http://aoetools.sf.net https://aoetools.sf.net

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

Run locally

More details

Full run details