[qmapshack] 01/02: Improve getting source.
Jaromír Mikeš
mira-guest at moszumanska.debian.org
Thu Aug 7 10:12:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
mira-guest pushed a commit to branch master
in repository qmapshack.
commit 49806a2c7552b6808b43486d34c9ac26f451a5bd
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Aug 7 12:11:32 2014 +0200
Improve getting source.
---
debian/rules | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5041b52..f2196aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,4 @@ get-orig-source:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749225
wget https://bitbucket.org/maproom/qmapshack/downloads/$(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
-
-
+ gunzip -c ../$(pkg)-$(upstream_version).tar.gz | tar --delete --owner=root --group=root --mode=a+rX --wildcards -vf - $(pkg)-$(upstream_version)/.hg\* | xz -zf - > ../$(pkg)_$(dfsg_version).orig.tar.xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git
More information about the Pkg-grass-devel
mailing list