[Python-modules-commits] r31068 - in packages/oct2py/trunk/debian (3 files)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Thu Oct 16 03:03:53 UTC 2014


    Date: Thursday, October 16, 2014 @ 03:03:51
  Author: noahfx-guest
Revision: 31068

d/rules: added override_dh_auto_clean; fixed path at .docs file

Modified:
  packages/oct2py/trunk/debian/control
  packages/oct2py/trunk/debian/python-oct2py-doc.docs
  packages/oct2py/trunk/debian/rules

Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control	2014-10-16 01:18:40 UTC (rev 31067)
+++ packages/oct2py/trunk/debian/control	2014-10-16 03:03:51 UTC (rev 31068)
@@ -33,6 +33,7 @@
  ${python:Depends},
  octave (>= 3.8.2)
 Suggests: ipython (>= 2.2.0)
+Recommends: python-oct2py-doc
 Description: Python 2 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, sharing data behind the
@@ -47,6 +48,7 @@
  ${python3:Depends},
   octave (>= 3.8.2)
 Suggests: ipython3 (>= 2.2.0)
+Recommends: python-oct2py-doc
 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, sharing data behind the

Modified: packages/oct2py/trunk/debian/python-oct2py-doc.docs
===================================================================
--- packages/oct2py/trunk/debian/python-oct2py-doc.docs	2014-10-16 01:18:40 UTC (rev 31067)
+++ packages/oct2py/trunk/debian/python-oct2py-doc.docs	2014-10-16 03:03:51 UTC (rev 31068)
@@ -1 +1 @@
-.build/html
\ No newline at end of file
+build/html
\ No newline at end of file

Modified: packages/oct2py/trunk/debian/rules
===================================================================
--- packages/oct2py/trunk/debian/rules	2014-10-16 01:18:40 UTC (rev 31067)
+++ packages/oct2py/trunk/debian/rules	2014-10-16 03:03:51 UTC (rev 31068)
@@ -14,3 +14,7 @@
 override_dh_auto_build:
 	dh_auto_build
 	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
+
+override_dh_auto_clean:
+	rm -rf build
+	dh_clean




More information about the Python-modules-commits mailing list