[Python-modules-commits] [python-httplib2] 01/10: Also remove sourceless searchindex.json file when repacking
Scott Kitterman
kitterman at moszumanska.debian.org
Wed Nov 9 21:34:19 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 ed48f61d0d2e87549187a462b123285b199346a3
Author: Scott Kitterman <scott at kitterman.com>
Date: Wed Nov 9 16:13:10 2016 -0500
Also remove sourceless searchindex.json file when repacking
---
debian/changelog | 3 ++-
debian/rules | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f23d55a..4e949fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ python-httplib2 (0.9.1+dfsg-2) UNRELEASED; urgency=medium
[ Scott Kitterman ]
* Update debian/watch and get-orig-source rule to work with current upstream
location
+ * Also remove sourceless searchindex.json file when repacking
- -- Scott Kitterman <scott at kitterman.com> Wed, 09 Nov 2016 15:59:05 -0500
+ -- Scott Kitterman <scott at kitterman.com> Wed, 09 Nov 2016 16:12:55 -0500
python-httplib2 (0.9.1+dfsg-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7f76697..63519fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ get-orig-source:
#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
find ../python-httplib2-${VERSION}+dfsg -name "*interface.js" -delete
tar czf ../python-httplib2_${VERSION}+dfsg.orig.tar.gz ../python-httplib2-${VERSION}+dfsg
rm -fr ../python-httplib2_${VERSION}.orig.tar.gz ../python-httplib2-${VERSION}+dfsg ../httplib2-${VERSION}.tar.gz
--
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