[SCM] Packaging for pynac branch, master, updated. upstream/0.2.6-6-gcec23ab

Julien Puydt julien.puydt at laposte.net
Sun Mar 17 18:11:36 UTC 2013


The following commit has been merged in the master branch:
commit cec23abe77eb2d7bd1a9f4b8809e4447b0ea298d
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Mar 17 19:00:13 2013 +0100

    Disable silent rules for more explicit build logs

diff --git a/debian/rules b/debian/rules
index ede04fa..674140b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export ACLOCAL_M4=.
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
+	dh_auto_configure -- --enable-shared --disable-silent-rules --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
 
 override_dh_auto_install:
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install

-- 
Packaging for pynac



More information about the debian-science-commits mailing list