[med-svn] [python-fitbit] 01/01: Delete generated doctrees from binary packages allowing reproducible builds

Iain Learmonth irl-guest at moszumanska.debian.org
Wed Feb 4 23:46:50 UTC 2015


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

irl-guest pushed a commit to branch master
in repository python-fitbit.

commit 4d641bacd4f8bf5c4c5264d397c5bdc69b85ffe4
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Feb 4 23:02:37 2015 +0000

    Delete generated doctrees from binary packages allowing reproducible builds
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d49e6a5..454cee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-fitbit (0.1.2-2) unstable; urgency=medium
+
+  * Delete caches from Sphinx documentation allowing for reproducible builds.
+
+ -- Iain R. Learmonth <irl at fsfe.org>  Wed, 04 Feb 2015 23:41:14 +0000
+
 python-fitbit (0.1.2-1) unstable; urgency=medium
 
   * Updated for upstream release 0.1.2.
diff --git a/debian/rules b/debian/rules
index 321baa4..58fafc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ export PYBUILD_NAME=fitbit
 override_dh_auto_build: 
 	dh_auto_build 
 	PYTHONPATH=. http_proxy='localhost' sphinx-build -N -bhtml docs/ build/html  # HTML generator
+	rm -rf build/html/.doctrees
 	rm build/html/_static/jquery.js # Remove JQuery, this is linked in d/*.links
 	rm build/html/_static/underscore.js # Remove underscore, this is linked in d/*.links
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fitbit.git



More information about the debian-med-commit mailing list