diff -Nru subvertpy-0.9.3/debian/changelog subvertpy-0.9.3/debian/changelog --- subvertpy-0.9.3/debian/changelog 2015-09-20 21:21:01.000000000 +0000 +++ subvertpy-0.9.3/debian/changelog 2015-12-11 14:05:12.000000000 +0000 @@ -1,3 +1,11 @@ +subvertpy (0.9.3-3) unstable; urgency=medium + + * Drop use of --buildtime in debian/rules, rely on SOURCE_DATE_EPOCH + instead. Update pydoctor dependency to a version that supports + SOURCE_DATE_EPOCH. + + -- Jelmer Vernooij Sun, 06 Dec 2015 11:57:23 +0000 + subvertpy (0.9.3-2) unstable; urgency=medium * Build pydoctor docs with --build-time; should make build @@ -20,6 +28,8 @@ packaging team. * Bump standards version to 3.9.6 (no changes). * Build with -Wl,--as-needed. + * Build pydoctor docs with build time set to package modification + time, to make build reproducible. -- Jelmer Vernooij Sat, 07 Feb 2015 17:51:51 +0100 diff -Nru subvertpy-0.9.3/debian/control subvertpy-0.9.3/debian/control --- subvertpy-0.9.3/debian/control 2015-08-23 12:56:40.000000000 +0000 +++ subvertpy-0.9.3/debian/control 2015-12-08 00:27:34.000000000 +0000 @@ -10,7 +10,7 @@ python-all-dbg (>= 2.6.6-3), python-all-dev (>= 2.6.6-3), python-docutils, - python-pydoctor (>= 0.3+bzr567), + python-pydoctor (>= 0.5+git20151204-1), python-testtools Standards-Version: 3.9.6 X-Python-Version: >= 2.4 diff -Nru subvertpy-0.9.3/debian/.gitignore subvertpy-0.9.3/debian/.gitignore --- subvertpy-0.9.3/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ subvertpy-0.9.3/debian/.gitignore 2015-12-11 14:08:07.000000000 +0000 @@ -0,0 +1,7 @@ +debian/files +*.debhelper.log +*.substvars +*.debhelper +debian/python-subvertpy-dbg/ +debian/python-subvertpy/ +debian/tmp/ diff -Nru subvertpy-0.9.3/debian/rules subvertpy-0.9.3/debian/rules --- subvertpy-0.9.3/debian/rules 2015-09-20 21:18:45.000000000 +0000 +++ subvertpy-0.9.3/debian/rules 2015-12-11 14:05:12.000000000 +0000 @@ -12,8 +12,6 @@ # Get the default Python version PYVERSION = $(shell pyversions -d -v) -BUILD_DATE = $(shell dpkg-parsechangelog -S Date) - # Callable functions to determine the correct PYTHONPATH pythonpath = $$(ls -d $(CURDIR)/build/lib.*-$(1)) pythonpath_dbg = $$(ls -d $(CURDIR)/build/lib_d.*-$(1) 2>/dev/null || ls -d $(CURDIR)/build/lib.*$(1)-pydebug) @@ -26,7 +24,7 @@ override_dh_auto_build: dh_auto_build - $(MAKE) pydoctor PYDOCTOR_OPTIONS="--buildtime=$(shell date -u +'%Y-%m-%d\\ %H:%M:%S' --date='$(BUILD_DATE)')" + $(MAKE) pydoctor override_dh_auto_install: dh_auto_install --destdir=debian/tmp