[pkg-eucalyptus-commits] r37 - clean-crypto/trunk/debian
Chris Grzegorczyk
grze-guest at alioth.debian.org
Tue May 4 20:05:39 UTC 2010
Author: grze-guest
Date: 2010-05-04 20:05:37 +0000 (Tue, 04 May 2010)
New Revision: 37
Added:
clean-crypto/trunk/debian/orig-tar.sh
Modified:
clean-crypto/trunk/debian/changelog
Log:
add orig-tar.sh and update name in changelog
Modified: clean-crypto/trunk/debian/changelog
===================================================================
--- clean-crypto/trunk/debian/changelog 2010-05-04 19:57:32 UTC (rev 36)
+++ clean-crypto/trunk/debian/changelog 2010-05-04 20:05:37 UTC (rev 37)
@@ -1,4 +1,4 @@
-openjdk-crypto (1-1) unstable; urgency=low
+clean-crypto (1-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
Added: clean-crypto/trunk/debian/orig-tar.sh
===================================================================
--- clean-crypto/trunk/debian/orig-tar.sh (rev 0)
+++ clean-crypto/trunk/debian/orig-tar.sh 2010-05-04 20:05:37 UTC (rev 37)
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# $1 = version
+TAR=../clean-crypto-$2.orig.tar.gz
+DIR=clean-crypto-$2.orig
+
+# clean up the upstream tarball
+bzr export $DIR lp:~chris-grze/eucalyptus-commons-ext/clean-crypto
+GZIP="--best --no-name" tar -c -z -f $TAR $DIR
+rm -rf $DIR
+rm ../clean-crypto-$2
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
Property changes on: clean-crypto/trunk/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the pkg-eucalyptus-commits
mailing list