Revert "rules: Use $(overridden_command)"

This reverts commit 95860ffe29.
This commit is contained in:
Bhushan Shah 2018-08-27 09:40:14 +05:30 committed by Adam Boardman
parent 268d4a1230
commit e5f6f476a3

10
debian/rules vendored
View file

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