[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.3-1_experimental1

Charles Plessy plessy at debian.org
Sat Mar 16 03:26:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 84dddd62e7657238dd7fa2f7ca7f15965feb9ee4
Author: Charles Plessy <plessy at debian.org>
Date:   Sat Mar 16 11:46:11 2013 +0900

    Use uscan to download the current upstream version.

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 1566acf..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#VERSION=$2
-VERSION=$(dpkg-parsechangelog | grep ^Version: | sed -r 's/.*:\ (.*)-.*$$/\1/')
-REVNO=$(echo $VERSION | sed -r 's/.*bzr([0-9]+).*/\1/')
-PKG=euca2ools
-#TAR=../${PKG}_{$VERSION}.orig.tar.gz
-TAR=${PKG}_${VERSION}.orig.tar.gz
-DIR=$PKG-$VERSION
-REPO=$DIR.bzr
-
-bzr branch lp:$PKG $REPO
-cd $REPO && bzr export --revision=$REVNO ../$DIR && cd -
-tar -c -z -f $TAR --exclude 'man/*' $DIR
-rm -rf $DIR $REPO
-
diff --git a/debian/rules b/debian/rules
index f059253..e4cd5e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,4 @@ build/euca2ools::
 	$(MAKE) man
 
 get-orig-source:
-	#uscan --download-current-version --force-download --rename
-	./debian/orig-tar.sh
+	uscan --download-current-version --force-download --rename

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list