[code-saturne] 03/09: * New upstream release * Standards-Version updated to version 3.9.2

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


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

pini pushed a commit to annotated tag debian/2.1.0-1
in repository code-saturne.

commit 562d457720e7349fcc749880906a2b86f8c9ddf1
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Mon Aug 1 08:57:22 2011 +0000

      * New upstream release
      * Standards-Version updated to version 3.9.2
---
 changelog   | 7 +++++++
 control     | 2 +-
 docs        | 1 -
 orig-tar.sh | 4 ++--
 rules       | 2 ++
 5 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/changelog b/changelog
index bc73187..874cca9 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+code-saturne (2.0.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-Version updated to version 3.9.2
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 26 Jul 2011 22:50:52 +0200
+
 code-saturne (2.0.1-4) unstable; urgency=low
 
   * python-mei, libbft-dev, libfvm-dev, libmei-dev, libxml2-dev, libblas-dev
diff --git a/control b/control
index f4d4be9..e9341ec 100644
--- a/control
+++ b/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev (>= 1.1.4),
   zlib1g-dev, libhdf5-mpi-dev, libcgns-dev, mpi-default-dev, libmedc-dev,
   libxml2-dev, libblas-dev | libatlas-dev, libopenmpi-dev,
   chrpath
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.code-saturne.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/code-saturne/code-saturne/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/code-saturne/code-saturne/
diff --git a/docs b/docs
index 184a1e6..a4a4609 100644
--- a/docs
+++ b/docs
@@ -2,5 +2,4 @@ NEWS
 README
 COMPATIBILITY
 QUALITY_ASSURANCE
-TODO
 
diff --git a/orig-tar.sh b/orig-tar.sh
index 480df3e..bfc2065 100755
--- a/orig-tar.sh
+++ b/orig-tar.sh
@@ -3,12 +3,12 @@
 # called by uscan with '--upstream-version' <version> <file>
 DIR=ncs-$2
 DIRTARGET=code-saturne-$2
-TAR=../code-saturne_$2.orig.tar.gz
+TAR=../code-saturne_$2.orig.tar.bz2
 
 # clean up the upstream tarball
 unzip $3
 mv $DIR $DIRTARGET
-tar -c -z -f $TAR $DIRTARGET
+tar -c -j -f $TAR $DIRTARGET
 rm -rf $DIRTARGET $3
 
 # move to directory 'tarballs'
diff --git a/rules b/rules
index dc9e824..d397672 100755
--- a/rules
+++ b/rules
@@ -15,5 +15,7 @@ binary-install/code-saturne-bin::
 
 binary-install/code-saturne-data::
 	find debian/code-saturne-data/ -name '*.pyc' -exec rm '{}' ';'
+	find debian/code-saturne-data/ -name '*.pyo' -exec rm '{}' ';'
+	dh_python2 -pguake
 	chmod +x debian/code-saturne-data/usr/share/ncs/SaturneGUI \
 		debian/code-saturne-data/usr/share/ncs/runcase

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