[SCM] Paraview packaging branch, master, updated. debian/3.14.1-6-5-g500098a

Anton Gladky gladky.anton at gmail.com
Fri Jul 13 18:59:02 UTC 2012


The following commit has been merged in the master branch:
commit bdef31bc567d15e8b5016e7c4772711017d61b99
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Jul 13 19:58:58 2012 +0200

    Add -Wall -pedantic -Wl,--as-needed to buildflags.

diff --git a/debian/rules b/debian/rules
index 6fc255c..b47b1b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/ { sub("-[^-]*$
 
 export LD_LIBRARY_PATH+=:$(CURDIR)/debian/paraview/usr/lib/paraview
 
+export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # Explicit settings of MPI_* is required see
 # http://www.vtk.org/Bug/view.php?id=12572

-- 
Paraview packaging



More information about the debian-science-commits mailing list