This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libosm-gary68-perl.
commit 1695ba9789126de582a8bb18acc0c1b8d9d479b0 Author: David Paleino <[email protected]> Date: Fri Sep 30 21:58:59 2011 +0200 New tarball layout --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 518c0ba..87fbf92 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,8 @@ SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/ get-orig-source: svn checkout -r$(SVNREV) $(SVNREPO) rm -rf OSM/.svn/ - tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar OSM/ + mkdir -p libosm-gary68-perl/lib/ + mv OSM/ libosm-gary68-perl/lib/ + tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar libosm-gary68-perl/ gzip -9 libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar - rm -rf OSM/ + rm -rf libosm-gary68-perl/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

