rules: Use $(overridden_command)
This commit is contained in:
parent
407371a656
commit
31aa7777d6
1 changed files with 5 additions and 5 deletions
10
debian/rules
vendored
10
debian/rules
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue