Remove fail-missing
This commit is contained in:
parent
7003fef295
commit
15efaa50ff
2 changed files with 1 additions and 2 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -26,6 +26,5 @@ Description: PulseAudio Droid HAL module. (JOLLA TEST VERSION)
|
|||
Package: pulseaudio-modules-droid-dev
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
pulseaudio-modules-droid
|
||||
Description: PulseAudio Droid HAL module development headers.
|
||||
|
|
|
|||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk
|
|||
PULSEAUDIO_VERSION ?= $(shell dpkg-query --showformat='${Version}' --show pulseaudio | cut -f1 -d"-")
|
||||
|
||||
%:
|
||||
dh $@ --with=autoreconf --parallel --fail-missing
|
||||
dh $@ --with=autoreconf --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --disable-static
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue