r38493 - in /packages/code-saturne/ecs/trunk/debian: orig-tar.sh source/ source/format
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Mon May 16 14:23:21 UTC 2011
Author: sylvestre
Date: Mon May 16 14:23:17 2011
New Revision: 38493
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38493
Log:
Were not in the svn
Added:
packages/code-saturne/ecs/trunk/debian/orig-tar.sh (with props)
packages/code-saturne/ecs/trunk/debian/source/
packages/code-saturne/ecs/trunk/debian/source/format
Added: packages/code-saturne/ecs/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/ecs/trunk/debian/orig-tar.sh?rev=38493&op=file
==============================================================================
--- packages/code-saturne/ecs/trunk/debian/orig-tar.sh (added)
+++ packages/code-saturne/ecs/trunk/debian/orig-tar.sh Mon May 16 14:23:17 2011
@@ -1,0 +1,19 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=ecs-$2
+TAR=../ecs_$2.orig.tar.gz
+
+# clean up the upstream tarball
+unzip $3
+tar -c -z -f $TAR $DIR
+rm -rf $DIR $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
Propchange: packages/code-saturne/ecs/trunk/debian/orig-tar.sh
------------------------------------------------------------------------------
svn:executable = *
Added: packages/code-saturne/ecs/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/ecs/trunk/debian/source/format?rev=38493&op=file
==============================================================================
--- packages/code-saturne/ecs/trunk/debian/source/format (added)
+++ packages/code-saturne/ecs/trunk/debian/source/format Mon May 16 14:23:17 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the debian-science-commits
mailing list