[Python-modules-commits] r29883 - in packages/pyth/trunk/debian (changelog rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Jul 23 19:31:56 UTC 2014
Date: Wednesday, July 23, 2014 @ 19:31:55
Author: piotr
Revision: 29883
no need to use custom buildsystem, use --test-nose instead
Modified:
packages/pyth/trunk/debian/changelog
packages/pyth/trunk/debian/rules
Modified: packages/pyth/trunk/debian/changelog
===================================================================
--- packages/pyth/trunk/debian/changelog 2014-07-23 19:18:09 UTC (rev 29882)
+++ packages/pyth/trunk/debian/changelog 2014-07-23 19:31:55 UTC (rev 29883)
@@ -1,4 +1,4 @@
-pyth (0.6.0-1) UNRELEASED; urgency=low
+pyth (0.6.0-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
Modified: packages/pyth/trunk/debian/rules
===================================================================
--- packages/pyth/trunk/debian/rules 2014-07-23 19:18:09 UTC (rev 29882)
+++ packages/pyth/trunk/debian/rules 2014-07-23 19:31:55 UTC (rev 29883)
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
export PYBUILD_NAME=pyth
+export PYBUILD_TEST_NOSE=1
+export PYBUILD_TEST_ARGS=--verbose {dir}/tests
%:
dh $@ --with python2 --buildsystem=pybuild
-
-override_dh_auto_test:
- PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose --verbose {dir}/tests" dh_auto_test
More information about the Python-modules-commits
mailing list