[Pkg-virtualbox-commits] [virtualbox-guest-additions-iso] 01/01: New get-orig-source target
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Wed Jul 23 10:09:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository virtualbox-guest-additions-iso.
commit c1bbfb30a96f4a354b1d4454e969ac1eadbf277f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jul 23 12:03:53 2014 +0200
New get-orig-source target
---
debian/{create-upstream-tarball => get-orig-source.sh} | 2 ++
debian/watch | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/create-upstream-tarball b/debian/get-orig-source.sh
similarity index 91%
rename from debian/create-upstream-tarball
rename to debian/get-orig-source.sh
index 28898e9..9ec84e1 100755
--- a/debian/create-upstream-tarball
+++ b/debian/get-orig-source.sh
@@ -46,3 +46,5 @@ cd $TMP
tar czf ${PACKAGE_NAME}_$VERSION.orig.tar.gz ${PACKAGE_NAME}-$VERSION
mv ${PACKAGE_NAME}_$VERSION.orig.tar.gz $ORGDIR/../
cd $ORGDIR
+echo "Done, now you can run git-import-orig ../${PACKAGE_NAME}_$VERSION.orig.tar.gz"
+
diff --git a/debian/watch b/debian/watch
index 0a6803d..ad3c6bd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
http://download.virtualbox.org/virtualbox/([\d\.\-]+)/VBoxGuestAdditions_([\d\.\-]+).iso \
- debian debian/create-upstream-tarball
+ debian /bin/sh debian/get-orig-source.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox-guest-additions-iso.git
More information about the Pkg-virtualbox-commits
mailing list