[SCM] Packaging for ESyS-Particle - Open Source software for particle-based numerical modelling branch, master, updated. debian/2.2-1_exp1-8-gdb2c5f2

Anton Gladky gladky.anton at gmail.com
Sun May 5 19:35:10 UTC 2013


The following commit has been merged in the master branch:
commit 3183764e479f3fc72131078849ab6b771d1e744b
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun May 5 20:41:07 2013 +0200

    Clean in debian/rules

diff --git a/debian/rules b/debian/rules
index 8ceb4ac..3b68111 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,12 @@ CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS := -lboost_system $(shell dpkg-buildflags --get LDFLAGS)
 
-extra_flags += CFLAGS='$(CFLAGS)' CXXFLAGS='$(CXXFLAGS)' CPPFLAGS='$(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' --with-epydoc --with-vtk
+extra_flags += CC=mpicc CXX=mpicxx --prefix=/usr --exec_prefix=/usr\
+ $ CFLAGS='$(CFLAGS)' CXXFLAGS='$(CXXFLAGS)' CPPFLAGS='$(CPPFLAGS)'\
+ LDFLAGS='$(LDFLAGS)' --with-epydoc --with-vtk
 
 override_dh_auto_configure:
-	dh_auto_configure -- CC=mpicc CXX=mpicxx --prefix=/usr --exec_prefix=/usr $(extra_flags) 
+	dh_auto_configure -- (extra_flags) 
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Packaging for ESyS-Particle - Open Source software for particle-based numerical modelling



More information about the debian-science-commits mailing list