[Pkg-javascript-commits] [node-carto] 02/03: Remove get-orig-source logic, no repacking needed
Jérémy Lal
kapouer at alioth.debian.org
Fri Oct 25 23:04:42 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-carto.
commit c0aa156167f2436d6fc3d527d737e85b1acb1236
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Oct 26 01:03:31 2013 +0200
Remove get-orig-source logic, no repacking needed
---
debian/rules | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5f875c2..4632183 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-ifndef UPVER
-UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1)
-endif
-
%:
dh $@
@@ -23,17 +19,3 @@ override_dh_installchangelogs:
override_dh_auto_build:
override_dh_auto_test:
-get-orig-source:
- uscan \
- --verbose \
- --download-version $(UPVER) \
- --force-download \
- --destdir . \
- --rename
- tar xvf node-carto_$(UPVER).orig.tar.gz
- # removing huge and currently useless tests
- rm -rf package/test
- rm -rf package/.gitignore
- tar cf node-carto_$(UPVER)+ds1.orig.tar package/
- gzip -9 node-carto_$(UPVER)+ds1.orig.tar
- rm -rf package/ node-carto_$(UPVER).orig.tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-carto.git
More information about the Pkg-javascript-commits
mailing list