[code-saturne] 25/70: Missing files

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

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

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..480df3e
--- /dev/null
+++ b/debian/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/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/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