This is an automated email from the git hooks/post-receive script. mira-guest pushed a commit to branch master in repository qmapshack.
commit 45273ca7d577121b254b2873a8e0e7a45a4abcda Author: Jaromír Mikeš <[email protected]> Date: Wed Aug 6 03:49:26 2014 +0200 Changed way to get orig tarball. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 526b68b..5041b52 100755 --- a/debian/rules +++ b/debian/rules @@ -19,5 +19,7 @@ get-orig-source: # When this bug will be fixed uscan will be used again # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749225 wget https://bitbucket.org/maproom/qmapshack/downloads/$(pkg)-$(upstream_version).tar.gz - mk-origtargz --repack --compress xz $(pkg)-$(upstream_version).tar.gz mv $(pkg)-$(upstream_version).tar.gz ../$(pkg)-$(upstream_version).tar.gz + gunzip -c ../$(pkg)-$(upstream_version).tar.gz | tar --delete --wildcards -vf - $(pkg)-$(upstream_version)/.hg\* | GZIP="--best --no-name" gzip -c > ../$(pkg)_$(dfsg_version).orig.tar.gz + + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

