[Pkg-virtualbox-commits] [virtualbox] 01/14: Fix tarball name typo
Ritesh Raj Sarraf
rrs at moszumanska.debian.org
Wed Jun 4 14:25:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
rrs pushed a commit to branch master
in repository virtualbox.
commit 0f1c1b09555247b4f35eae458abde98182907c7d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Mon Mar 10 10:13:55 2014 +0100
Fix tarball name typo
---
debian/get-orig-source.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 17c0a6a..a016bd4 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -40,5 +40,5 @@ find ${ORIG_TARBALL_DIR}/src/VBox/Additions/x11/x11include -mindepth 1 -maxdep
tar --exclude .svn --exclude '.git*' --exclude debian --directory ${WORKING_DIR} -cJf ${DEST_TARBALL_NAME} ${ORIG_TARBALL_DIR_STRIP} || exit 1
rm -rf ${ORIG_TARBALL_DIR}
-echo "Done, now you can run git-import-orig ${DEST_TARBALL_NAME}.tar.xz"
+echo "Done, now you can run git-import-orig ${DEST_TARBALL_NAME}"
exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list