[SCM] mate-polkit Debian package branch, master, updated. debian/1.8.0+dfsg1-1-5-gac6dcb1

Mike Gabriel sunweaver at moszumanska.debian.org
Wed Apr 30 14:22:00 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-polkit.git;a=commitdiff;h=a75c7ba

The following commit has been merged in the master branch:
commit a75c7ba0de9405ec43257324b84c9883d6c4eef6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 30 16:19:28 2014 +0200

    debian/rules: Turn on compiler commands during package build (configure option: --disable-silent-rules).
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b13543a..1a533b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@ DEB_DH_INSTALL_ARGS += --list-missing
 
 DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
-DEB_CONFIGURE_EXTRA_FLAGS := --localstatedir=/var \
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
+                             --localstatedir=/var \
                              --libdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
                              --includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
                              --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/polkit-mate \

-- 
mate-polkit Debian package



More information about the pkg-mate-commits mailing list