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

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Sat Oct 11 20:40:45 UTC 2014


    Date: Saturday, October 11, 2014 @ 20:40:45
  Author: noahfx-guest
Revision: 30990

Removed python wheel dependency and change Long description

Modified:
  packages/oct2py/trunk/debian/control

Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control	2014-10-11 19:44:54 UTC (rev 30989)
+++ packages/oct2py/trunk/debian/control	2014-10-11 20:40:45 UTC (rev 30990)
@@ -9,7 +9,6 @@
  python-all (>= 2.7.8),
  python-numpy (>= 1.8.2),
  python-scipy (>= 0.14.0),
- python-wheel (>= 0.24.0),
  ipython (>= 2.2.0),
  python-nose (>= 1.3.4),
  python3-all,
@@ -32,9 +31,9 @@
  ${python:Depends},
  octave (>= 3.8.2)
 Suggests: ipython (>= 2.2.0)
-Description: Python to GNU Octave bridge --> run m-files from Python
+Description: Python to GNU Octave bridge to run m-files from Python
  Oct2Py is a means to seamlessly call M-files and Octave functions from
- Python. It manages the Octave session for you, sharing data behind the
+ Python. It manages the Octave session, sharing data behind the
  scenes using MAT files.
 
 Package: python3-oct2py
@@ -44,9 +43,9 @@
  ${python3:Depends},
   octave (>= 3.8.2)
 Suggests: ipython3 (>= 2.2.0)
-Description: Python3 to GNU Octave bridge --> run m-files from Python
+Description: Python 3 to GNU Octave bridge to run m-files from Python
  Oct2Py is a means to seamlessly call M-files and Octave functions from
- Python. It manages the Octave session for you, sharing data behind the
+ Python. It manages the Octave session, sharing data behind the
  scenes using MAT files.
  .
  This is the Python 3 version of the package.
\ No newline at end of file




More information about the Python-modules-commits mailing list