[Python-modules-commits] r29063 - in packages/sparqlwrapper/trunk/debian (rules)
obergix at users.alioth.debian.org
obergix at users.alioth.debian.org
Sun May 25 06:05:50 UTC 2014
Date: Sunday, May 25, 2014 @ 06:05:48
Author: obergix
Revision: 29063
Don't ship tests sources
Modified:
packages/sparqlwrapper/trunk/debian/rules
Modified: packages/sparqlwrapper/trunk/debian/rules
===================================================================
--- packages/sparqlwrapper/trunk/debian/rules 2014-05-25 05:44:00 UTC (rev 29062)
+++ packages/sparqlwrapper/trunk/debian/rules 2014-05-25 06:05:48 UTC (rev 29063)
@@ -9,6 +9,7 @@
# copy the tests to the build dir to be able to pass nose
export PYBUILD_AFTER_BUILD=cp -r test {build_dir}
+export PYBUILD_BEFORE_INSTALL=rm -fr {build_dir}/test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list