This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository openstreetmap-map-icons.
commit 217a2bb8c4ca9999fc0148486cb6a98f06e7e5f2 Author: Bas Couwenberg <[email protected]> Date: Fri Oct 30 12:33:15 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 adbe908..37e873c 100755 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,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 1:$(VERSION)-1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/openstreetmap-map-icons.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

