[Python-modules-commits] [transifex-client] 05/08: fetch orig tarball with `debian/rules get-orig-source`
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Wed Feb 17 22:38:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository transifex-client.
commit ea4ce88a17ce01639275c511cf7377327d22859a
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Wed Feb 17 23:28:39 2016 +0100
fetch orig tarball with `debian/rules get-orig-source`
---
debian/rules | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/rules b/debian/rules
index c956f60..cb6c027 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,12 @@
%:
dh $@ --with python2 --with bash-completion
+
+COMMIT_TO_DOWNLOAD = 655c5e9f964bdc3e7ba4787d68b048bc670dcbf0
+newtarball = new$(COMMIT_TO_DOWNLOAD).tar.gz
+get-orig-source:
+ wget --continue -O $(newtarball) \
+ https://github.com/transifex/transifex-client/archive/$(COMMIT_TO_DOWNLOAD).tar.gz
+ mk-origtargz \
+ --rename \
+ $(newtarball)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/transifex-client.git
More information about the Python-modules-commits
mailing list