[med-svn] r16533 - trunk/packages/pyqi/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Mar 27 21:40:43 UTC 2014
Author: tille
Date: 2014-03-27 21:40:43 +0000 (Thu, 27 Mar 2014)
New Revision: 16533
Added:
trunk/packages/pyqi/trunk/debian/docs
trunk/packages/pyqi/trunk/debian/linktrees
Modified:
trunk/packages/pyqi/trunk/debian/control
trunk/packages/pyqi/trunk/debian/rules
Log:
Add sphinx documentation
Modified: trunk/packages/pyqi/trunk/debian/control
===================================================================
--- trunk/packages/pyqi/trunk/debian/control 2014-03-27 21:11:45 UTC (rev 16532)
+++ trunk/packages/pyqi/trunk/debian/control 2014-03-27 21:40:43 UTC (rev 16533)
@@ -5,9 +5,12 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
+ dh-linktree,
python,
python-sphinx,
- python-setuptools
+ python-setuptools,
+ libjs-jquery,
+ libjs-underscore
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pyqi/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pyqi/trunk/
@@ -15,9 +18,9 @@
Package: pyqi
Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${js:Depends},
Description: Python framework for wrapping general commands in multiple interfaces
pyqi (canonically pronounced pie chee) is a Python framework designed to
support wrapping general commands in multiple types of interfaces, including
Added: trunk/packages/pyqi/trunk/debian/docs
===================================================================
--- trunk/packages/pyqi/trunk/debian/docs (rev 0)
+++ trunk/packages/pyqi/trunk/debian/docs 2014-03-27 21:40:43 UTC (rev 16533)
@@ -0,0 +1 @@
+doc/_build/singlehtml
Added: trunk/packages/pyqi/trunk/debian/linktrees
===================================================================
--- trunk/packages/pyqi/trunk/debian/linktrees (rev 0)
+++ trunk/packages/pyqi/trunk/debian/linktrees 2014-03-27 21:40:43 UTC (rev 16533)
@@ -0,0 +1,2 @@
+replace usr/share/javascript/jquery/jquery.js usr/share/doc/pyqi/singlehtml/_static/jquery.js
+replace usr/share/javascript/underscore/underscore.js usr/share/doc/pyqi/singlehtml/_static/underscore.js
Modified: trunk/packages/pyqi/trunk/debian/rules
===================================================================
--- trunk/packages/pyqi/trunk/debian/rules 2014-03-27 21:11:45 UTC (rev 16532)
+++ trunk/packages/pyqi/trunk/debian/rules 2014-03-27 21:40:43 UTC (rev 16533)
@@ -3,11 +3,11 @@
export DH_OPTIONS
%:
- dh $@ --with python2
+ dh $@ --with python2 --with linktree
override_dh_auto_build:
dh_auto_build
- cd doc && make man
+ cd doc && make man singlehtml
override_dh_auto_clean:
dh_auto_clean
More information about the debian-med-commit
mailing list