debian/rules: Switch from DEB_DH_INSTALL_ARGS += --fail-missing to list-missing target from CDBS's utils.mk.
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@ -16,8 +16,6 @@ DEB_BUILD_PARALLEL = 1
|
|||||||
DEB_DH_INSTALLCHANGELOGS_ARGS = NEWS
|
DEB_DH_INSTALLCHANGELOGS_ARGS = NEWS
|
||||||
DEB_INSTALL_DOCS_ALL = README AUTHORS HACKING
|
DEB_INSTALL_DOCS_ALL = README AUTHORS HACKING
|
||||||
|
|
||||||
DEB_DH_INSTALL_ARGS += --fail-missing
|
|
||||||
|
|
||||||
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
|
DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
|
||||||
@ -31,6 +29,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
|
|||||||
|
|
||||||
common-install-indep:: remove-cruft install-wrapper
|
common-install-indep:: remove-cruft install-wrapper
|
||||||
common-install-arch:: remove-cruft install-wrapper
|
common-install-arch:: remove-cruft install-wrapper
|
||||||
|
common-binary-post-install-arch:: list-missing
|
||||||
|
|
||||||
remove-cruft::
|
remove-cruft::
|
||||||
rm -fv debian/tmp/usr/lib/*/*.la
|
rm -fv debian/tmp/usr/lib/*/*.la
|
||||||
|
Reference in New Issue
Block a user