[Python-modules-commits] r30825 - in packages/python-cryptography/trunk/debian (changelog rules)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Tue Sep 30 05:21:00 UTC 2014
Date: Tuesday, September 30, 2014 @ 05:20:59
Author: mithrandi
Revision: 30825
Copy .egg-info into build directory so entry points can be found by the
tests.
Modified:
packages/python-cryptography/trunk/debian/changelog
packages/python-cryptography/trunk/debian/rules
Modified: packages/python-cryptography/trunk/debian/changelog
===================================================================
--- packages/python-cryptography/trunk/debian/changelog 2014-09-30 04:34:59 UTC (rev 30824)
+++ packages/python-cryptography/trunk/debian/changelog 2014-09-30 05:20:59 UTC (rev 30825)
@@ -1,6 +1,8 @@
python-cryptography (0.6-1) unstable; urgency=medium
* New upstream release.
+ - Copy .egg-info into build directory so entry points can be found by the
+ tests.
-- Tristan Seligmann <mithrandi at debian.org> Tue, 30 Sep 2014 06:33:34 +0200
Modified: packages/python-cryptography/trunk/debian/rules
===================================================================
--- packages/python-cryptography/trunk/debian/rules 2014-09-30 04:34:59 UTC (rev 30824)
+++ packages/python-cryptography/trunk/debian/rules 2014-09-30 05:20:59 UTC (rev 30825)
@@ -3,6 +3,7 @@
export PYBUILD_NAME=cryptography
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/
+export PYBUILD_BEFORE_TEST=cp -R {dir}/${PYBUILD_NAME}.egg-info {build_dir}
%:
More information about the Python-modules-commits
mailing list