[code-saturne] 26/70: * New upstream release * Standards-Version updated to version 3.9.2
Gilles Filippini
pini at debian.org
Sun Jan 18 22:33:01 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 a2064afe2af4e7798f8da152fdff2d2dc014b537
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
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/docs | 1 -
debian/orig-tar.sh | 4 ++--
debian/rules | 2 ++
5 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bc73187..874cca9 100644
--- a/debian/changelog
+++ b/debian/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/debian/control b/debian/control
index f4d4be9..e9341ec 100644
--- a/debian/control
+++ b/debian/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/debian/docs b/debian/docs
index 184a1e6..a4a4609 100644
--- a/debian/docs
+++ b/debian/docs
@@ -2,5 +2,4 @@ NEWS
README
COMPATIBILITY
QUALITY_ASSURANCE
-TODO
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 480df3e..bfc2065 100755
--- a/debian/orig-tar.sh
+++ b/debian/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/debian/rules b/debian/rules
index dc9e824..d397672 100755
--- a/debian/rules
+++ b/debian/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