[Python-modules-commits] r28740 - in packages/python-psutil/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri May 2 18:57:55 UTC 2014
Date: Friday, May 2, 2014 @ 18:57:54
Author: morph
Revision: 28740
* debian/{control, rules}
- build and install documentation
Modified:
packages/python-psutil/trunk/debian/changelog
packages/python-psutil/trunk/debian/control
packages/python-psutil/trunk/debian/rules
Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog 2014-05-02 04:52:12 UTC (rev 28739)
+++ packages/python-psutil/trunk/debian/changelog 2014-05-02 18:57:54 UTC (rev 28740)
@@ -9,8 +9,10 @@
- switch to DEP-5 format
* debian/control
- switch me to Maintainer (team to Uploaders)
+ * debian/{control, rules}
+ - build and install documentation
- -- Sandro Tosi <morph at debian.org> Mon, 21 Apr 2014 13:43:49 +0200
+ -- Sandro Tosi <morph at debian.org> Fri, 02 May 2014 20:57:30 +0200
python-psutil (1.2.1-1) unstable; urgency=low
Modified: packages/python-psutil/trunk/debian/control
===================================================================
--- packages/python-psutil/trunk/debian/control 2014-05-02 04:52:12 UTC (rev 28739)
+++ packages/python-psutil/trunk/debian/control 2014-05-02 18:57:54 UTC (rev 28740)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.2.18), python-all-dev, python3-all-dev, dh-python, procps
+Build-Depends: debhelper (>= 7.2.18), python-all-dev, python3-all-dev, dh-python, procps, python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.5
XS-Python-Version: all
X-Python3-Version: >= 3.2
Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules 2014-05-02 04:52:12 UTC (rev 28739)
+++ packages/python-psutil/trunk/debian/rules 2014-05-02 18:57:54 UTC (rev 28740)
@@ -8,13 +8,14 @@
export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
%:
- dh $@ --with python2,python3
+ dh $@ --with python2,python3,sphinxdoc
override_dh_auto_build:
set -e ; \
for python in $(PY2VERS) $(PY3VERS); do \
$$python setup.py build; \
done
+ $(MAKE) -C docs html
override_dh_auto_install:
set -e ; \
@@ -49,6 +50,7 @@
override_dh_installdocs:
dh_installdocs -X.DS_Store
+ dh_installdocs docs/_build/html
override_dh_compress:
dh_compress -X.py
More information about the Python-modules-commits
mailing list