[code-saturne] 02/09: Missing files

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 c4e6c98c9e5c602fb9236ac6f1fd9826db9ce934
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Tue Jul 26 20:47:12 2011 +0000

    Missing files
---
 orig-tar.sh   | 21 +++++++++++++++++++++
 source/format |  1 +
 2 files changed, 22 insertions(+)

diff --git a/orig-tar.sh b/orig-tar.sh
new file mode 100755
index 0000000..480df3e
--- /dev/null
+++ b/orig-tar.sh
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=ncs-$2
+DIRTARGET=code-saturne-$2
+TAR=../code-saturne_$2.orig.tar.gz
+
+# clean up the upstream tarball
+unzip $3
+mv $DIR $DIRTARGET
+tar -c -z -f $TAR $DIRTARGET
+rm -rf $DIRTARGET $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+    . .svn/deb-layout
+    mv $TAR $origDir
+    echo "moved $TAR to $origDir"
+fi
+
+exit 0
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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