[code-saturne] 37/70: * New upstream release * Disable the compression of the example files * Update of the watch file to skip RC releases
Gilles Filippini
pini at debian.org
Sun Jan 18 22:33:02 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 c33a922be982b3bb9390357966b8520339700f1e
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: Fri Nov 30 15:48:44 2012 +0000
* New upstream release
* Disable the compression of the example files
* Update of the watch file to skip RC releases
---
debian/changelog | 8 ++++++++
debian/code-saturne-bin.manpages | 2 +-
debian/code-saturne-data.install | 3 +--
debian/rules | 2 +-
debian/watch | 2 +-
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5426087..58f52da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+code-saturne (2.3.3-1~exp1) experimental; urgency=low
+
+ * New upstream release
+ * Disable the compression of the example files
+ * Update of the watch file to skip RC releases
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Fri, 30 Nov 2012 15:47:31 +0100
+
code-saturne (2.2.1-1) experimental; urgency=low
* New upstream release
diff --git a/debian/code-saturne-bin.manpages b/debian/code-saturne-bin.manpages
index 925261b..f427ac7 100644
--- a/debian/code-saturne-bin.manpages
+++ b/debian/code-saturne-bin.manpages
@@ -1,3 +1,3 @@
-doc/manpages/code_saturne.1
+docs/manpages/code_saturne.1
debian/ple-config.1
diff --git a/debian/code-saturne-data.install b/debian/code-saturne-data.install
index c585920..059bd07 100644
--- a/debian/code-saturne-data.install
+++ b/debian/code-saturne-data.install
@@ -2,5 +2,4 @@ debian/tmp/usr/lib/python*/
debian/tmp/usr/share/code_saturne/
debian/tmp/usr/share/locale/
debian/tmp/etc/bash_completion.d/code_saturne
-debian/tmp/etc/code_saturne.cfg
-
+debian/tmp/etc/code_saturne.cfg.template
diff --git a/debian/rules b/debian/rules
index e7b341f..4a3a4b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_CONFIGURE_USER_FLAGS := --with-syrthes=/usr/lib/syrthes/ --with-mpi --libex
#--libdir=/usr/lib/code_saturne
DEB_MAKE_BUILD_TARGET := all
DEB_MAKE_INSTALL_TARGET := install DESTDIR=`pwd`/debian/tmp
-DEB_COMPRESS_EXCLUDE := .pdf
+DEB_COMPRESS_EXCLUDE := .pdf .xml .des .f90 .c
install/code-saturne-bin::
chrpath -d debian/tmp/usr/lib/code_saturne/cs_*
diff --git a/debian/watch b/debian/watch
index 8be67a9..cf751bd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
http://code-saturne.org/releases/ \
-code_saturne-(.*)\.tar\.gz
+code_saturne-([0-9.]*)\.tar\.gz
--
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