Author: tille Date: 2014-03-28 13:00:51 +0000 (Fri, 28 Mar 2014) New Revision: 16536
Added: trunk/packages/pyqi/trunk/debian/doc-base trunk/packages/pyqi/trunk/debian/install Removed: trunk/packages/pyqi/trunk/debian/docs Modified: trunk/packages/pyqi/trunk/debian/changelog trunk/packages/pyqi/trunk/debian/control trunk/packages/pyqi/trunk/debian/copyright trunk/packages/pyqi/trunk/debian/linktrees trunk/packages/pyqi/trunk/debian/rules Log: Exclude binary chunks from doc creation (and egg-info once we are removing useless stuff); Create html documentation and install it Modified: trunk/packages/pyqi/trunk/debian/changelog =================================================================== --- trunk/packages/pyqi/trunk/debian/changelog 2014-03-28 11:35:19 UTC (rev 16535) +++ trunk/packages/pyqi/trunk/debian/changelog 2014-03-28 13:00:51 UTC (rev 16536) @@ -3,6 +3,9 @@ * New upstream version * Fixed watch file * cme fix dpkg-control + * Exclude binary chunks from doc creation (and egg-info once we are + removing useless stuff) + * Create html documentation and install it -- Andreas Tille <[email protected]> Thu, 27 Mar 2014 21:32:39 +0100 Modified: trunk/packages/pyqi/trunk/debian/control =================================================================== --- trunk/packages/pyqi/trunk/debian/control 2014-03-28 11:35:19 UTC (rev 16535) +++ trunk/packages/pyqi/trunk/debian/control 2014-03-28 13:00:51 UTC (rev 16536) @@ -9,8 +9,7 @@ python, python-sphinx, python-setuptools, - libjs-jquery, - libjs-underscore + sphinx-common 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/ @@ -25,3 +24,4 @@ pyqi (canonically pronounced pie chee) is a Python framework designed to support wrapping general commands in multiple types of interfaces, including at the command line, HTML, and API levels. + Modified: trunk/packages/pyqi/trunk/debian/copyright =================================================================== --- trunk/packages/pyqi/trunk/debian/copyright 2014-03-28 11:35:19 UTC (rev 16535) +++ trunk/packages/pyqi/trunk/debian/copyright 2014-03-28 13:00:51 UTC (rev 16536) @@ -4,6 +4,7 @@ Source: https://pypi.python.org/pypi/pyqi/ Files-Excluded: doc/_build + *.egg-info Files: * Copyright: 2013 BiPy Development Team <[email protected]> Added: trunk/packages/pyqi/trunk/debian/doc-base =================================================================== --- trunk/packages/pyqi/trunk/debian/doc-base (rev 0) +++ trunk/packages/pyqi/trunk/debian/doc-base 2014-03-28 13:00:51 UTC (rev 16536) @@ -0,0 +1,12 @@ +Document: pyqi +Title: PyQi manual +Author: BiPy Development Team <[email protected]> +Abstract: 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 + at the command line, HTML, and API levels. +Section: Programming/Python + +Format: html +Index: /usr/share/doc/pyqi/html/index.html +Files: /usr/share/doc/pyqi/html/ Deleted: trunk/packages/pyqi/trunk/debian/docs =================================================================== --- trunk/packages/pyqi/trunk/debian/docs 2014-03-28 11:35:19 UTC (rev 16535) +++ trunk/packages/pyqi/trunk/debian/docs 2014-03-28 13:00:51 UTC (rev 16536) @@ -1 +0,0 @@ -doc/_build/singlehtml Added: trunk/packages/pyqi/trunk/debian/install =================================================================== --- trunk/packages/pyqi/trunk/debian/install (rev 0) +++ trunk/packages/pyqi/trunk/debian/install 2014-03-28 13:00:51 UTC (rev 16536) @@ -0,0 +1 @@ +doc/_build/htmlhelp/* usr/share/doc/pyqi/html Modified: trunk/packages/pyqi/trunk/debian/linktrees =================================================================== --- trunk/packages/pyqi/trunk/debian/linktrees 2014-03-28 11:35:19 UTC (rev 16535) +++ trunk/packages/pyqi/trunk/debian/linktrees 2014-03-28 13:00:51 UTC (rev 16536) @@ -1,2 +1,4 @@ -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 +replace usr/share/sphinx/themes/basic/static/doctools.js usr/share/doc/pyqi/html/_static/doctools.js +replace usr/share/sphinx/themes/basic/static/jquery.js usr/share/doc/pyqi/html/_static/jquery.js +replace usr/share/sphinx/themes/basic/static/underscore.js usr/share/doc/pyqi/html/_static/underscore.js +replace usr/share/sphinx/themes/basic/static/websupport.js usr/share/doc/pyqi/html/_static/websupport.js Modified: trunk/packages/pyqi/trunk/debian/rules =================================================================== --- trunk/packages/pyqi/trunk/debian/rules 2014-03-28 11:35:19 UTC (rev 16535) +++ trunk/packages/pyqi/trunk/debian/rules 2014-03-28 13:00:51 UTC (rev 16536) @@ -7,7 +7,7 @@ override_dh_auto_build: dh_auto_build - cd doc && make man singlehtml + cd doc && make man htmlhelp override_dh_auto_clean: dh_auto_clean _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
