[Python-modules-commits] [python-httplib2] 10/10: Update upstream code location in debian/copyright

Scott Kitterman kitterman at moszumanska.debian.org
Wed Nov 9 21:34:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository python-httplib2.

commit e7fcf6fb7e915e10ff61f8e61cb33f9d3baaf96c
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Nov 9 16:29:19 2016 -0500

    Update upstream code location in debian/copyright
---
 debian/changelog | 3 ++-
 debian/copyright | 2 +-
 debian/rules     | 1 -
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 89556c9..2e46db5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,9 @@ python-httplib2 (0.9.2+dfsg-1) unstable; urgency=medium
   * New upstream release
   * Add dh-python to build-depends
   * Bump standards version to 3.9.8 without further change
+  * Update upstream code location in debian/copyright
 
- -- Scott Kitterman <scott at kitterman.com>  Wed, 09 Nov 2016 16:26:26 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 09 Nov 2016 16:29:03 -0500
 
 python-httplib2 (0.9.1+dfsg-1) unstable; urgency=medium
 
diff --git a/debian/copyright b/debian/copyright
index 5bd7213..f422080 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: httplib2
 Upstream-Contact: Joe Gregorio <joe at bitworking.org>
-Source: http://code.google.com/p/httplib2/downloads/list
+Source: https://github.com/httplib2/httplib2/tags
 
 Files: *
 Copyright: 2006, Joe Gregorio
diff --git a/debian/rules b/debian/rules
index 63519fd..d93ae16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/+.*).*//')
 
 get-orig-source:
 	uscan --force-download
-	#wget https://github.com/jcgregorio/httplib2/archive/v${VERSION}.tar.gz -O ../python-httplib2-${VERSION}.tar.gz
 	tar fxz ../python-httplib2_${VERSION}.orig.tar.gz -C ../ && mv ../httplib2-${VERSION} ../python-httplib2-${VERSION}+dfsg
 	find ../python-httplib2-${VERSION}+dfsg -name "*searchindex.js" -delete
 	find ../python-httplib2-${VERSION}+dfsg -name "*searchindex.json" -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-httplib2.git



More information about the Python-modules-commits mailing list