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

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Wed Oct 15 19:31:53 UTC 2014


    Date: Wednesday, October 15, 2014 @ 19:31:52
  Author: noahfx-guest
Revision: 31062

Documentation package added

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

Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control	2014-10-15 19:01:01 UTC (rev 31061)
+++ packages/oct2py/trunk/debian/control	2014-10-15 19:31:52 UTC (rev 31062)
@@ -16,7 +16,8 @@
  python3-numpy (>=1.8.2),
  ipython3 (>= 2.2.0),
  python3-nose (>= 1.3.4),
- octave (>= 3.8.2)
+ octave (>= 3.8.2),
+ python-sphinx (>= 1.0.7+dfsg-1~)
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.4
 Standards-Version: 3.9.6
@@ -50,4 +51,14 @@
  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
+ This is the Python 3 version of the package.
+
+Packae: python-oct2py-doc
+Architecture: all
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: Python to GNU Octave bridge to run m-files (common documentation)
+ Oct2Py is a means to seamlessly call M-files and Octave functions from
+ Python. It manages the Octave session, sharing data behind the
+ scenes using MAT files.
+ .
+ This is the common documentation package

Modified: packages/oct2py/trunk/debian/rules
===================================================================
--- packages/oct2py/trunk/debian/rules	2014-10-15 19:01:01 UTC (rev 31061)
+++ packages/oct2py/trunk/debian/rules	2014-10-15 19:31:52 UTC (rev 31062)
@@ -6,7 +6,11 @@
 export PAGER=cat
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY.rst
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html




More information about the Python-modules-commits mailing list