diff -Nru python-repoze.who-2.2/debian/changelog python-repoze.who-2.2/debian/changelog --- python-repoze.who-2.2/debian/changelog 2015-10-31 06:02:20.000000000 +0000 +++ python-repoze.who-2.2/debian/changelog 2015-11-13 10:14:44.000000000 +0000 @@ -1,3 +1,10 @@ +python-repoze.who (2.2-3) unstable; urgency=medium + + * Added reproducibility patch from Chris Lamb (Closes: #790697). + * Fixed watch file. + + -- Thomas Goirand Fri, 13 Nov 2015 10:06:13 +0000 + python-repoze.who (2.2-2) unstable; urgency=medium * Uploading to unstable. diff -Nru python-repoze.who-2.2/debian/doc-base python-repoze.who-2.2/debian/doc-base --- python-repoze.who-2.2/debian/doc-base 2015-10-31 06:02:20.000000000 +0000 +++ python-repoze.who-2.2/debian/doc-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -Document: python-repoze.who -Title: Documentation for repoze.who -Abstract: Documentation for repoze.who: identification and authentication framework for Python WSGI applications -Section: Programming/Python - -Format: HTML -Index: /usr/share/doc/python-repoze.who/html/index.html -Files: /usr/share/doc/python-repoze.who/html/* diff -Nru python-repoze.who-2.2/debian/docs python-repoze.who-2.2/debian/docs --- python-repoze.who-2.2/debian/docs 2015-10-31 06:02:20.000000000 +0000 +++ python-repoze.who-2.2/debian/docs 2015-11-13 10:14:44.000000000 +0000 @@ -1,3 +1,2 @@ README.rst TODO.txt -docs/.build/html/ diff -Nru python-repoze.who-2.2/debian/gbp.conf python-repoze.who-2.2/debian/gbp.conf --- python-repoze.who-2.2/debian/gbp.conf 2015-10-31 06:02:20.000000000 +0000 +++ python-repoze.who-2.2/debian/gbp.conf 2015-11-13 10:14:44.000000000 +0000 @@ -3,7 +3,7 @@ debian-branch = master pristine-tar = True -[git-buildpackage] +[buildpackage] export-dir = ../build-area/ [git-import-orig] diff -Nru python-repoze.who-2.2/debian/python-repoze.who-doc.doc-base python-repoze.who-2.2/debian/python-repoze.who-doc.doc-base --- python-repoze.who-2.2/debian/python-repoze.who-doc.doc-base 1970-01-01 00:00:00.000000000 +0000 +++ python-repoze.who-2.2/debian/python-repoze.who-doc.doc-base 2015-11-13 10:14:44.000000000 +0000 @@ -0,0 +1,8 @@ +Document: python-repoze.who +Title: Documentation for repoze.who +Abstract: Documentation for repoze.who: identification and authentication framework for Python WSGI applications +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-repoze.who/html/index.html +Files: /usr/share/doc/python-repoze.who/html/* diff -Nru python-repoze.who-2.2/debian/rules python-repoze.who-2.2/debian/rules --- python-repoze.who-2.2/debian/rules 2015-10-31 06:02:20.000000000 +0000 +++ python-repoze.who-2.2/debian/rules 2015-11-13 10:14:44.000000000 +0000 @@ -3,6 +3,9 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) +BUILD_DATE = $(shell dpkg-parsechangelog --show-field Date) +BUILD_DATE_FORMATTED = $(shell LC_ALL=C date --utc --date="$(BUILD_DATE)" "+%B %d, %Y") + %: dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc @@ -24,7 +27,7 @@ rm -rf docs/.build build override_dh_auto_build: - $(MAKE) -C docs/ html + PYTHONPATH=. sphinx-build -b html -D today="$(BUILD_DATE_FORMATTED)" docs $(CURDIR)/debian/python-repoze.who/usr/share/doc/python-repoze.who/html override_dh_auto_install: dh_auto_install diff -Nru python-repoze.who-2.2/debian/watch python-repoze.who-2.2/debian/watch --- python-repoze.who-2.2/debian/watch 2015-10-31 06:02:20.000000000 +0000 +++ python-repoze.who-2.2/debian/watch 2015-11-13 10:14:44.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/a/~a/" \ -http://pypi.python.org/packages/source/r/repoze.who/repoze.who-([0-9a-z.]*)\.tar\.gz +http://pypi.debian.net/repoze.who/repoze.who-(.*).tar.gz