[Python-modules-commits] [python-docutils] 02/04: Revert the SOURCE_DATE_EPOCH patch.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Oct 31 14:23:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-docutils.
commit c0817e54a9a61d44779cf37e3709f5a086588b99
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Oct 31 17:01:15 2016 +0300
Revert the SOURCE_DATE_EPOCH patch.
That particular patch has been reverted upstream, needs more discussions.
---
debian/changelog | 3 ---
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 52eaed0..f3fcae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,6 @@ python-docutils (0.12+dfsg-2) UNRELEASED; urgency=medium
* Update my e-mail address.
* Remove XS-Testsuite header, it became obsolete since dpkg 1.17.11.
* Use new repacksuffix option in debian/watch.
- * Add support for SOURCE_DATE_EPOCH to date directive, thanks to Chris Lamb
- for the patch (source-date-epoch.diff; closes: #831779).
- * Run the tests with SOURCE_DATE_EPOCH unset.
* Bump Standards-Version to 3.9.8, no changes needed.
* Bump debhelper compatibility level to 9.
diff --git a/debian/rules b/debian/rules
index eaab138..ca51d90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ build-stamp:
python setup.py build --build-lib=build/py2/
ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
# Run test suite for Python 2.X:
- unset SOURCE_DATE_EPOCH; $(python_all) test/alltests.py --verbose
+ $(python_all) test/alltests.py --verbose
# Run rst-buildhtml tests:
PYTHONPATH=$(CURDIR)/build/py2 python tools/test/test_buildhtml.py --verbose
endif
@@ -49,7 +49,7 @@ endif
python3 setup.py build --build-lib=build/py3/
ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
# Run test suite for Python 3.X:
- unset SOURCE_DATE_EPOCH; $(python3_all) test3/alltests.py --verbose
+ $(python3_all) test3/alltests.py --verbose
endif
# Build documentation:
PYTHONPATH=. python tools/buildhtml.py \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docutils.git
More information about the Python-modules-commits
mailing list