[Python-modules-commits] r28930 - in packages/oct2py/trunk/debian (control rules)
noahfx-guest at users.alioth.debian.org
noahfx-guest at users.alioth.debian.org
Fri May 16 03:37:55 UTC 2014
Date: Friday, May 16, 2014 @ 03:37:53
Author: noahfx-guest
Revision: 28930
Removes octave build-dep, debian/rules: adds override_dh_auto_test
Modified:
packages/oct2py/trunk/debian/control
packages/oct2py/trunk/debian/rules
Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control 2014-05-16 03:02:16 UTC (rev 28929)
+++ packages/oct2py/trunk/debian/control 2014-05-16 03:37:53 UTC (rev 28930)
@@ -16,7 +16,6 @@
python3-numpy (>=1.8.1~),
ipython3 (>= 1.2.1~),
python3-nose (>= 1.3.1~),
- octave (>= 3.6.4~)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.5
Modified: packages/oct2py/trunk/debian/rules
===================================================================
--- packages/oct2py/trunk/debian/rules 2014-05-16 03:02:16 UTC (rev 28929)
+++ packages/oct2py/trunk/debian/rules 2014-05-16 03:37:53 UTC (rev 28930)
@@ -9,3 +9,6 @@
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+# tests fail with Octave 3.8.1
\ No newline at end of file
More information about the Python-modules-commits
mailing list