[Python-modules-commits] [python-django-contact-form] 06/14: Remove obsolete get-orig-source target from debian/rules.
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Sun Oct 11 18:25:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to branch master
in repository python-django-contact-form.
commit 40eb0eef1aedd665220cdd7b0337014f0ea76952
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Sun Oct 11 13:03:50 2015 -0400
Remove obsolete get-orig-source target from debian/rules.
---
debian/changelog | 1 +
debian/rules | 9 ---------
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7d750c0..94fc688 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-django-contact-form (1.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Add myself to Uploaders.
* Update homepage.
+ * Remove obsolete get-orig-source target from debian/rules.
-- Andrew Starr-Bochicchio <asb at debian.org> Sun, 11 Oct 2015 12:56:09 -0400
diff --git a/debian/rules b/debian/rules
index 80d0ad2..fd72df2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,3 @@ export PYBUILD_SYSTEM=distutils
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-get-orig-source:
- hg clone https://bitbucket.org/ubernostrum/django-contact-form/
- set -e; \
- revno=`hg tip --template "{rev}" -R django-contact-form` \
- dirname=python-django-contact-form-0+hg$$revno; \
- hg archive -R django-contact-form $$dirname; \
- rm $$dirname/.hg*; \
- tar zcf python-django-contact-form_0+hg$$revno.orig.tar.gz $$dirname; \
- rm -rf django-contact-form $$dirname
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-contact-form.git
More information about the Python-modules-commits
mailing list