This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit d94ba4689d582df5b842ed9c23e8eec054d45d63 Author: Bas Couwenberg <[email protected]> Date: Fri Oct 30 11:11:29 2015 +0100 Move generated tarball to parent directory. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 9e9dc7a..f1ca7ce 100755 --- a/debian/rules +++ b/debian/rules @@ -102,6 +102,10 @@ get-orig-source: tar czf ${DESTTGZ} -C `dirname ${DESTDIR}` `basename ${DESTDIR}` @echo Cleaning up rm -rf ${DESTDIR} + @echo Moving tarball to parent directory + mv ${DESTTGZ} ../ + @echo Removing tarballs directory + rmdir ../tarballs @echo . @echo To update debian/changelog type @echo dch -v ${VERSION}-1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

