[code-saturne] 03/07: * Fix a build issue under kfreebsd-*. Thanks to Petr Salinger for the patch (Closes: #571007) * code-saturne recommends pdf-viewer

Gilles Filippini pini at debian.org
Sun Jan 18 22:37:16 UTC 2015


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

pini pushed a commit to annotated tag debian/2.0.0.rc1-5
in repository code-saturne.

commit 99f4cf6bb68903d67c38cac81c261fff161f8464
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Wed Feb 24 17:35:30 2010 +0000

      * Fix a build issue under kfreebsd-*. Thanks to Petr Salinger for the patch
       (Closes: #571007)
      * code-saturne recommends pdf-viewer
---
 changelog                |  8 ++++++++
 control                  |  4 ++--
 patches/pypathissue.diff | 13 +++++++++++++
 rules                    |  4 ++++
 4 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index ff66e95..2f6b6ba 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+code-saturne (2.0.0.rc1-4) unstable; urgency=low
+
+  * Fix a build issue under kfreebsd-*. Thanks to Petr Salinger for the patch
+   (Closes: #571007)
+  * code-saturne recommends pdf-viewer
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 24 Feb 2010 18:04:26 +0100
+
 code-saturne (2.0.0.rc1-3) unstable; urgency=low
 
   * Do not compress pdf files
diff --git a/control b/control
index ff17ccf..90f8dfd 100644
--- a/control
+++ b/control
@@ -6,7 +6,7 @@ Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev (>= 1.1.2),
  libfvm-dev (>= 0.15.0), libmei-dev (>= 1.0.1), python-qt4, pyqt4-dev-tools, 
  texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, 
- fig2ps, syrthes, ecs (>= 2.0.0.rc1), gfortran,
+ fig2ps, syrthes, ecs (>= 2.0.0.rc1), gfortran, autoconf,
 # To help the configure detection on cs lib
   zlib1g-dev, libhdf5-serial-dev, libcgns-dev, mpi-default-dev, libmedc-dev,
   libxml2-dev, libblas-dev | libatlas-dev  
@@ -22,7 +22,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ecs,
  code-saturne-bin (= ${binary:Version}),
  code-saturne-data (= ${source:Version}),
  code-saturne-include (= ${binary:Version}), python-qt4
-Recommends: syrthes, bash-completion, paraview
+Recommends: syrthes, bash-completion, paraview, pdf-viewer
 Description: General purpose Computational Fluid Dynamics (CFD) software
  The basic capabilities of Code_Saturne enable the handling of either
  incompressible or expandable flows with or without heat transfer and
diff --git a/patches/pypathissue.diff b/patches/pypathissue.diff
new file mode 100644
index 0000000..2a108c1
--- /dev/null
+++ b/patches/pypathissue.diff
@@ -0,0 +1,13 @@
+Index: code-saturne-2.0.0.rc1/configure.ac
+===================================================================
+--- code-saturne-2.0.0.rc1.orig/configure.ac	2010-02-24 18:05:28.000000000 +0100
++++ code-saturne-2.0.0.rc1/configure.ac	2010-02-24 18:05:45.000000000 +0100
+@@ -447,7 +447,7 @@
+ path = app.applicationDirPath()
+ sys.stdout.write(path)]"
+ 
+-    PYPATH=`${PYTHON} -c "${prog}"`
++    PYPATH=$PATH:`${PYTHON} -c "${prog}"`
+ 
+   else
+     PYPATH=${PYQT4_EXE}
diff --git a/rules b/rules
index d9de437..e25f91b 100755
--- a/rules
+++ b/rules
@@ -10,6 +10,10 @@ DEB_MAKE_BUILD_TARGET    := all pdf
 DEB_MAKE_INSTALL_TARGET  := install install-pdf DESTDIR=`pwd`/debian/tmp
 DEB_COMPRESS_EXCLUDE := .pdf
 
+debian/stamp-autotools-files:
+	autoconf
+	touch $@
+
 binary-install/code-saturne-data::
 	find debian/code-saturne-data/ -name '*.pyc' -exec rm '{}' ';'
 	chmod +x debian/code-saturne-data/usr/share/ncs/SaturneGUI \

-- 
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