[SCM] mate-user-share Debian package branch, master, updated. 8622bf6a10a3ca3b49231f3dee5366890487aa1b

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Thu Apr 24 19:57:35 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-user-share.git;a=commitdiff;h=56fdf4e

The following commit has been merged in the master branch:
commit 56fdf4ee6cc4254b731654deb8e51036051b8d2c
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Thu Apr 24 08:44:32 2014 +0300

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

diff --git a/debian/control b/debian/control
index 292ae1d..1016925 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Mike Gabriel <sunweaver at debian.org>,
            John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
            Stefano Karapetsas <stefano at karapetsas.com>,
            Vangelis Mouhtsis <vangelis at gnugr.org>,
-Build-Depends: debhelper (>= 9),
+Build-Depends: cdbs,
+               debhelper (>= 9),
                quilt,
                intltool (>= 0.35.0),
                mate-doc-utils,
diff --git a/debian/rules b/debian/rules
index 4ccf58e..7e3a40e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
 DEB_DH_MAKESHLIBS_ARGS += --exclude=libcaja-share-extension.so
 
-DEB_CONFIGURE_EXTRA_FLAGS += \
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-silent-rules \
 	--with-httpd=/usr/lib/apache2/mpm-worker/apache2 \
 	--with-modules-path=/usr/lib/apache2/modules/
 

-- 
mate-user-share Debian package



More information about the pkg-mate-commits mailing list