[mapnik-vector-tile] 06/14: Remove get-orig-source, now replaced by uscan
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Aug 20 21:26:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository mapnik-vector-tile.
commit 50cdc41fbb8c99ebeff87852e87242dd67c91da1
Author: Jérémy Lal <kapouer at melix.org>
Date: Wed Aug 20 22:51:50 2014 +0200
Remove get-orig-source, now replaced by uscan
---
debian/rules | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/debian/rules b/debian/rules
index 39f17ed..0c06312 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,28 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-dfsgVersion := $(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
-upstreamVersion := $(shell echo $(dfsgVersion) | cut -d+ -f1)
-name := $(shell dpkg-parsechangelog -SSource)
-tarDir := $(name)-$(upstreamVersion)
-tarName := $(name)_$(dfsgVersion).orig.tar
-
%:
dh $@
-get-orig-source:
- mkdir -p ../tarballs
- uscan \
- --verbose \
- --download-version $(upstreamVersion) \
- --force-download \
- --destdir ../tarballs \
- --rename
- tar xvf ../tarballs/$(name)_$(upstreamVersion).orig.tar.gz
- @echo Repackaging
- rm -rf $(tarDir)/test/catch.hpp
- tar cf $(tarName) $(tarDir)/
- rm -rf $(tarDir)/
- gzip -9 $(tarName)
- mv $(tarName).gz ../tarballs/
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.git
More information about the Pkg-grass-devel
mailing list