projects
/
osspd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
be652ff
)
fix lintian warnings
author
Ralf Jung
<post@ralfj.de>
Sun, 11 Apr 2021 15:45:17 +0000
(17:45 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sun, 11 Apr 2021 15:45:17 +0000
(17:45 +0200)
debian/control
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index c3cd2da70589dded6473ede9ac29298b91994ada..f838a84b63c794c3f7c56f4bf9385c0da1e1026c 100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-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},
diff --git
a/debian/rules
b/debian/rules
index 9150e8430fd5849fb1be8c509de02160c8bfb59a..2a3824085b541a343241ea020af92ed77d5a747f 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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)