[Python-modules-commits] r29541 - in packages/oct2py/trunk/debian (changelog control)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Sat Jun 28 21:09:08 UTC 2014


    Date: Saturday, June 28, 2014 @ 21:09:07
  Author: noahfx-guest
Revision: 29541

ADDED new dependencies and increment upstream version

Modified:
  packages/oct2py/trunk/debian/changelog
  packages/oct2py/trunk/debian/control

Modified: packages/oct2py/trunk/debian/changelog
===================================================================
--- packages/oct2py/trunk/debian/changelog	2014-06-28 20:31:17 UTC (rev 29540)
+++ packages/oct2py/trunk/debian/changelog	2014-06-28 21:09:07 UTC (rev 29541)
@@ -1,4 +1,4 @@
-oct2py (1.3.0-1) unstable; urgency=low
+oct2py (1.4.0-1) unstable; urgency=low
 
   * Initial release (Closes: #743499)
 

Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control	2014-06-28 20:31:17 UTC (rev 29540)
+++ packages/oct2py/trunk/debian/control	2014-06-28 21:09:07 UTC (rev 29541)
@@ -9,6 +9,7 @@
  python-all (>= 2.6.6-3~),
  python-numpy (>= 1.6.0),
  python-scipy (>= 0.9.0),
+ python-wheel (>= 0.23)
  ipython (>= 1.2.1~),
  python-nose (>= 1.3.0~),
  python3-all,
@@ -16,8 +17,9 @@
  python3-numpy (>=1.8.1~),
  ipython3 (>= 1.2.1~),
  python3-nose (>= 1.3.1~),
+ octave (>= 3.8.1)
 X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
+X-Python3-Version: >= 3.4
 Standards-Version: 3.9.5
 Homepage: http://blink1073.github.io/oct2py/docs/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/oct2py/trunk/
@@ -28,7 +30,7 @@
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
  ${python:Depends},
- octave (>= 3.6.4~)
+ octave (>= 3.8.1)
 Suggests: ipython (>= 1.2.1~)
 Description: Python to GNU Octave bridge --> run m-files from Python
  Oct2Py is a means to seamlessly call M-files and Octave functions from
@@ -40,7 +42,7 @@
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
  ${python3:Depends},
-  octave (>= 3.6.4~)
+  octave (>= 3.8.1)
 Suggests: ipython3 (>= 1.2.1~)
 Description: Python3 to GNU Octave bridge --> run m-files from Python
  Oct2Py is a means to seamlessly call M-files and Octave functions from




More information about the Python-modules-commits mailing list