fix lintian warnings
authorRalf Jung <post@ralfj.de>
Sun, 11 Apr 2021 15:45:17 +0000 (17:45 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 11 Apr 2021 15:45:17 +0000 (17:45 +0200)
debian/control
debian/rules

index c3cd2da70589dded6473ede9ac29298b91994ada..f838a84b63c794c3f7c56f4bf9385c0da1e1026c 100644 (file)
@@ -2,7 +2,7 @@ Source: osspd
 Section: sound
 Priority: optional
 Maintainer: Ralf Jung <post@ralfj.de>
 Section: sound
 Priority: optional
 Maintainer: Ralf Jung <post@ralfj.de>
-Build-Depends: debhelper (>= 9.20160709),
+Build-Depends: debhelper (>= 13),
                libasound2-dev,
                libfuse-dev,
                libpulse-dev
                libasound2-dev,
                libfuse-dev,
                libpulse-dev
@@ -14,6 +14,7 @@ Vcs-Git: git://ralfj.de/osspd.git
 Package: osspd
 Architecture: linux-any
 Multi-Arch: foreign
 Package: osspd
 Architecture: linux-any
 Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
 Depends: lsb-base (>= 3.2-14),
          osspd-pulseaudio | osspd-backend,
          ${misc:Depends},
 Depends: lsb-base (>= 3.2-14),
          osspd-pulseaudio | osspd-backend,
          ${misc:Depends},
index 9150e8430fd5849fb1be8c509de02160c8bfb59a..2a3824085b541a343241ea020af92ed77d5a747f 100755 (executable)
@@ -4,7 +4,7 @@ SLAVESDIR=/usr/lib/osspd
 UDEVDIR=/lib/udev/rules.d
 
 %:
 UDEVDIR=/lib/udev/rules.d
 
 %:
-       dh $@ --parallel
+       dh $@
 
 override_dh_auto_build:
        dh_auto_build -- SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)
 
 override_dh_auto_build:
        dh_auto_build -- SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)