update to dh compat level 13
authorRalf Jung <post@ralfj.de>
Sun, 11 Apr 2021 15:06:27 +0000 (17:06 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 11 Apr 2021 15:16:47 +0000 (17:16 +0200)
debian/changelog
debian/compat
debian/rules

index f33d110b380883f14a6c13aac73096eeeec96b81..d14ee14e0678496a9f4e20c5c6808132202b266b 100644 (file)
@@ -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 <post@ralfj.de>  Sat, 10 Apr 2021 17:42:32 +0200
 
 osspd (1.3.2-11) unstable; urgency=medium
index ec635144f60048986bc560c5576355344005e6e7..b1bd38b62a0800a4f6a80c34e21c5acffae52c7e 100644 (file)
@@ -1 +1 @@
-9
+13
index 9b9a0a11b75e7ffad99c73374b278a226027e1a6..9150e8430fd5849fb1be8c509de02160c8bfb59a 100755 (executable)
@@ -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