[Pkg-mozext-commits] [adblock-plus] 01/02: Add a get-orig-source target
David Prévot
taffit at moszumanska.debian.org
Tue Sep 16 22:43:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit 1e8f3b7cade378c94bafd6bdec647762470d0296
Author: David Prévot <taffit at debian.org>
Date: Tue Jul 22 19:43:35 2014 -0400
Add a get-orig-source target
---
debian/rules | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1c4ad5c..573d6f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,12 @@ override_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs $(CURDIR)/debian/adblock-plus.upstream-changelog
+
+get-orig-source:
+ VERSION=$(shell uscan --force --dehs | \
+ grep upstream-version | \
+ sed 's,<upstream-version>\(.*\)</upstream-version>,\1,') ; \
+ wget -O ../adblock-plus_$$VERSION.orig-buildtools.tar.gz \
+ https://github.com/adblockplus/buildtools/archive/master.tar.gz ; \
+ wget -O ../adblock-plus_$$VERSION.orig-jshydra.tar.gz \
+ https://github.com/adblockplus/jshydra/archive/master.tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git
More information about the Pkg-mozext-commits
mailing list