Lintian Fixes - knxd

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 3da88ee..7bdfa79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -479,7 +479,7 @@ knxd (0.14.1-1) unstable; urgency=medium
 
 knxd (0.12.16-1) unstable; urgency=medium
 
-  * Heartbeat counter 
+  * Heartbeat counter
   * add udev rule for MDT SCN-USBR.01
   * Add knxd.socket to knxd.service's After= stanza
   * cEMI: clear the address table
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 9d0a07f..8e11f1a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: knxd
 Section: net
 Priority: optional
 Maintainer: Matthias Urlichs <matthias@urlichs.de>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 13),
   autoconf, automake, libtool,
   git,
   libusb-1.0-0-dev (>= 1.0.9),
@@ -48,4 +48,3 @@ Description: development files for knxd
  KNX is a standard protocol for home and building control.
  .
  These are the development files for knxd clients.
-
diff --git a/debian/rules b/debian/rules
index 9a52b7a..47fb392 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_BUILD_HARDENING_FORMAT=0
 export DH_OPTIONS
 
 %:
-	dh $@ 
+	dh $@
 
 override_dh_clean:
 	dh_clean
@@ -26,8 +26,8 @@ configure install-sh: configure.ac
 
 override_dh_install: debian/knxd.install debian/knxd.socket debian/knxd.service debian/knxd.udev
 	dh_install
-	dh_systemd_enable || true
-	dh_systemd_start || true
+	dh_installsystemd || true
+	dh_installsystemd || true
 
 override_dh_compress:
 	dh_compress -X.rst

Run locally

More details

Full run details

Historical runs