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

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Fri May 16 03:02:17 UTC 2014


    Date: Friday, May 16, 2014 @ 03:02:16
  Author: noahfx-guest
Revision: 28929

Adds dh_pyhon, octave as build-dep, fix debian/control typo

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

Modified: packages/oct2py/trunk/debian/changelog
===================================================================
--- packages/oct2py/trunk/debian/changelog	2014-05-15 21:28:13 UTC (rev 28928)
+++ packages/oct2py/trunk/debian/changelog	2014-05-16 03:02:16 UTC (rev 28929)
@@ -1,16 +1,5 @@
-oct2py (1.3.0-1) UNRELEASED; urgency=low
+oct2py (1.3.0-1) unstable; urgency=low
 
-TODO:
-- debian/control: "Suggests:" is spelled with two "s"-es, not one
-- debian/control: you use --buildsystem=pybuild in debian/rules, but
-you don't declare a build-dep on dh-python
-- Also, your package on mentors.debian.net has an .orig.tar.xz, but the
-upstream tarball distributed on pypi is a gzipped tarball. Please use
-the original, pristine tarball as provided by upstream unless you have
-a specific reason for repacking (i.e. DFSG conformance).
-
-- Vincent Cheng <vcheng at debian.org>
-
   * Initial release (Closes: #743499)
 
  -- Josue Ortega <josueortega at debian.org.gt>  Sat, 03 May 2014 12:45:43 -0600

Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control	2014-05-15 21:28:13 UTC (rev 28928)
+++ packages/oct2py/trunk/debian/control	2014-05-16 03:02:16 UTC (rev 28929)
@@ -4,6 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Josue Ortega <josueortega at debian.org.gt>
 Build-Depends: debhelper (>= 9~),
+ dh-python,
  python-setuptools(>= 2.0.2~),
  python-all (>= 2.6.6-3~),
  python-numpy (>= 1.6.0),
@@ -29,7 +30,7 @@
 Depends: ${misc:Depends},
  ${python:Depends},
  octave (>= 3.6.4~)
-Sugests: ipython (>= 1.2.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
  Python. It manages the Octave session for you, sharing data behind the
@@ -41,7 +42,7 @@
 Depends: ${misc:Depends},
  ${python3:Depends},
   octave (>= 3.6.4~)
-Sugests: ipython3 (>= 1.2.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
  Python. It manages the Octave session for you, sharing data behind the

Modified: packages/oct2py/trunk/debian/rules
===================================================================
--- packages/oct2py/trunk/debian/rules	2014-05-15 21:28:13 UTC (rev 28928)
+++ packages/oct2py/trunk/debian/rules	2014-05-16 03:02:16 UTC (rev 28929)
@@ -9,4 +9,3 @@
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
-




More information about the Python-modules-commits mailing list