[code-saturne] 50/70: Fix release 3.3.2-2 before uploading

Gilles Filippini pini at debian.org
Sun Jan 18 22:33:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository code-saturne.

commit d63e6d69abac022194ae7c9b5e12af0379771c03
Author: Gilles Filippini <pini at debian.org>
Date:   Tue Sep 23 11:13:35 2014 +0000

    Fix release 3.3.2-2 before uploading
    
    Remove deprecated configure flag --with-syrthes.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5ea6055..d7becdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 code-saturne (3.3.2-2) unstable; urgency=medium
 
   * Team upload.
+  * debian/rules: drop configure flag --with-syrthes (not valid
+    anymore since release 2.3.0).
   * debian/control:
     - Add myself to Uploaders (closes: #754477).
     - Remove useless build dependency on syrthes.
diff --git a/debian/rules b/debian/rules
index da66203..16514e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/cdbs/1/rules/autoreconf.mk
 # set ARCH_DEFAULT_MPI_IMPL
 include /usr/share/mpi-default-dev/debian_defaults
 
-DEB_CONFIGURE_USER_FLAGS := --with-syrthes=/usr/lib/syrthes/ --with-mpi  --libexecdir=/usr/lib/
+DEB_CONFIGURE_USER_FLAGS := --with-mpi --libexecdir=/usr/lib/
 
 ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)/libhdf5.so),)
   DEB_CONFIGURE_USER_FLAGS += \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/code-saturne.git



More information about the debian-science-commits mailing list