[SCM] mozo Debian package branch, master, updated. debian/1.6.1-1-10-gb8a08c2
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Thu Apr 24 19:59:02 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mozo.git;a=commitdiff;h=b8a08c2
The following commit has been merged in the master branch:
commit b8a08c2561ad41ecb856990f5b33c7a732452059
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Thu Apr 24 18:15:51 2014 +0300
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 dea578a..c197f0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ DEB_DH_INSTALL_ARGS += --list-missing
DEB_CONFIGURE_SCRIPT := ./autogen.sh
-DEB_CONFIGURE_EXTRA_FLAGS += pythondir=/usr/share/mozo
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-silent-rules \
+ --with-pythondir=/usr/share/mozo
install/mozo::
dh_python2
--
mozo Debian package
More information about the pkg-mate-commits
mailing list