[Pkg-virtualbox-commits] [virtualbox] 02/07: Fix tarball name typo

Ritesh Raj Sarraf rrs at moszumanska.debian.org
Fri Mar 14 12:12:30 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 81e17723b02a357e172a7db61df8eb7d0935bfaf
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