rules: Use $(overridden_command)

This commit is contained in:
JBBgameich 2018-06-19 19:43:15 +02:00 committed by Adam Boardman
parent 407371a656
commit 31aa7777d6

10
debian/rules vendored
View file

@ -7,21 +7,21 @@ include /usr/share/dpkg/default.mk
dh $@ --with=autoreconf --parallel
override_dh_auto_configure:
dh_auto_configure -- --disable-static --libdir /usr/lib
$(overridden_command) -- --disable-static --libdir /usr/lib
override_dh_autoreconf:
echo ${DEB_VERSION_UPSTREAM} > .tarball-version
dh_autoreconf
$(overridden_command)
override_dh_auto_clean:
if [ -f .tarball-version ]; then rm .tarball-version; fi
dh_auto_clean
$(overridden_command)
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l/usr/lib/${DEB_HOST_MULTIARCH}/pulseaudio:/usr/lib/pulse-*/modules
$(overridden_command) --dpkg-shlibdeps-params=--ignore-missing-info -l/usr/lib/${DEB_HOST_MULTIARCH}/pulseaudio:/usr/lib/pulse-*/modules
override_dh_auto_install:
dh_auto_install
$(overridden_command)
rm debian/tmp/usr/lib/pulse-*/modules/*.la