This is an automated email from the git hooks/post-receive script. fabian-guest pushed a commit to branch master in repository rott.
commit 3cf851ddb9579982ea562a50b50b706184dacd56 Author: Fabian Greffrath <[email protected]> Date: Thu Apr 30 16:25:19 2015 +0200 Add debian/README.source file to document how the Debian source tarball was created --- debian/README.source | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..4d7863b --- /dev/null +++ b/debian/README.source @@ -0,0 +1,11 @@ +#!/bin/bash +# This is how the Debian source tarball was created: + +PACKAGE=rott +VERSION=1.1.2+ +SVNREV=287 + +pushd .. +svn export -r ${SVNREV} svn://svn.icculus.org/rott/trunk/ ${PACKAGE}-${VERSION}svn${SVNREV} +tar cJfv ${PACKAGE}_${VERSION}svn${SVNREV}.orig.tar.xz ${PACKAGE}-${VERSION}svn${SVNREV} +popd -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rott.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

