debian/rules: Turn on compiler commands during package build (configure option: --disable-silent-rules).

This commit is contained in:
Vangelis Mouhtsis 2014-04-21 21:40:24 +03:00
parent afa7e1a4ab
commit eb979f5591

1
debian/rules vendored
View File

@ -14,6 +14,7 @@ override_dh_auto_configure:
PKG_NAME=mate-power-manager mate-autogen
dh_auto_configure -- \
--disable-silent-rules \
--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-power-manager \
--disable-scrollkeeper \
--enable-applets \