[Python-modules-commits] r29306 - in packages/numpydoc/trunk/debian (changelog rules)
dlax-guest at users.alioth.debian.org
dlax-guest at users.alioth.debian.org
Wed Jun 11 19:46:17 UTC 2014
Date: Wednesday, June 11, 2014 @ 19:46:16
Author: dlax-guest
Revision: 29306
Use pybuild
Modified:
packages/numpydoc/trunk/debian/changelog
packages/numpydoc/trunk/debian/rules
Modified: packages/numpydoc/trunk/debian/changelog
===================================================================
--- packages/numpydoc/trunk/debian/changelog 2014-06-11 19:46:11 UTC (rev 29305)
+++ packages/numpydoc/trunk/debian/changelog 2014-06-11 19:46:16 UTC (rev 29306)
@@ -7,6 +7,7 @@
* New upstream release.
* debian/control:
+ Update Homepage (numpydoc is not anymore within numpy's source tree)
+ * debian/rules: use pybuild.
* Drop clean-setup patch (included upstream)
-- Denis Laxalde <denis at laxalde.org> Tue, 10 Jun 2014 21:13:11 +0200
Modified: packages/numpydoc/trunk/debian/rules
===================================================================
--- packages/numpydoc/trunk/debian/rules 2014-06-11 19:46:11 UTC (rev 29305)
+++ packages/numpydoc/trunk/debian/rules 2014-06-11 19:46:16 UTC (rev 29306)
@@ -4,14 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PYTHON2=$(shell pyversions -vr)
+export PYBUILD_NAME=numpydoc
%:
- dh $@ --with python2
-
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-test-python%:
- nosetests-$* tests/test_docscrape.py
-
-override_dh_auto_test: $(PYTHON2:%=test-python%)
-endif
+ dh $@ --with python2 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list