From be652ffe0faa5e2beeda2a13ebc19b7fdd4e109f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 11 Apr 2021 17:06:27 +0200 Subject: [PATCH] update to dh compat level 13 --- debian/changelog | 3 +++ debian/compat | 2 +- debian/rules | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f33d110..d14ee14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ osspd (1.3.2-12) UNRELEASED; urgency=low * Add workaround for pulseaudio >= 13 d/p/Hack-to-work-with-modern-PulseAudio.patch (Closes: #986662) + [ Ralf Jung ] + * Switch to debhelper compat level 13. + -- Ralf Jung Sat, 10 Apr 2021 17:42:32 +0200 osspd (1.3.2-11) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index ec63514..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +13 diff --git a/debian/rules b/debian/rules index 9b9a0a1..9150e84 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ SLAVESDIR=/usr/lib/osspd UDEVDIR=/lib/udev/rules.d %: - dh $@ --parallel --with=systemd + dh $@ --parallel override_dh_auto_build: dh_auto_build -- SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR) @@ -16,7 +16,7 @@ override_dh_strip: dh_strip --ddeb-migration='osspd-dbg (<< 1.3.2-7~)' override_dh_install: - dh_install --fail-missing + dh_install # adding kmod integration install -D -m 0644 debian/osspd.kmod debian/osspd/lib/modules-load.d/osspd.conf -- 2.30.2