From 29211877d0b1907c4b34ec4521157243a8d3ffbe Mon Sep 17 00:00:00 2001
From: Ralf Jung <post@ralfj.de>
Date: Sun, 11 Apr 2021 17:45:17 +0200
Subject: [PATCH] fix lintian warnings

---
 debian/control | 3 ++-
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c3cd2da..f838a84 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: osspd
 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
@@ -14,6 +14,7 @@ Vcs-Git: git://ralfj.de/osspd.git
 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},
diff --git a/debian/rules b/debian/rules
index 9150e84..2a38240 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ SLAVESDIR=/usr/lib/osspd
 UDEVDIR=/lib/udev/rules.d
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
 	dh_auto_build -- SLAVESDIR=$(SLAVESDIR) UDEVDIR=$(UDEVDIR)
-- 
2.39.5