[Python-apps-commits] r11760 - in packages/dot2tex/trunk/debian (5 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Feb 25 19:42:48 UTC 2015


    Date: Wednesday, February 25, 2015 @ 19:42:47
  Author: morph
Revision: 11760

* debian/{control, doc-base, docs, rules}
  - build and install sphinx documentation

Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/control
  packages/dot2tex/trunk/debian/doc-base
  packages/dot2tex/trunk/debian/rules
Deleted:
  packages/dot2tex/trunk/debian/docs

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2015-02-25 19:20:18 UTC (rev 11759)
+++ packages/dot2tex/trunk/debian/changelog	2015-02-25 19:42:47 UTC (rev 11760)
@@ -29,8 +29,10 @@
     - update upstream copyright years
   * debian/rules
     - repack no longer needed
+  * debian/{control, doc-base, docs, rules}
+    - build and install sphinx documentation
 
- -- Sandro Tosi <morph at debian.org>  Wed, 25 Feb 2015 19:20:03 +0000
+ -- Sandro Tosi <morph at debian.org>  Wed, 25 Feb 2015 19:42:21 +0000
 
 dot2tex (2.8.7+repack-1.1) unstable; urgency=high
 

Modified: packages/dot2tex/trunk/debian/control
===================================================================
--- packages/dot2tex/trunk/debian/control	2015-02-25 19:20:18 UTC (rev 11759)
+++ packages/dot2tex/trunk/debian/control	2015-02-25 19:42:47 UTC (rev 11760)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python, dh-python 
+Build-Depends: debhelper (>= 9), python, dh-python, python-sphinx
 Build-Depends-Indep: python-pyparsing (>= 0.4.8)
 X-Python-Version: all
 Standards-Version: 3.9.6
@@ -13,7 +13,7 @@
 
 Package: dot2tex
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pyparsing (>= 0.4.8), graphviz
+Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python-pyparsing (>= 0.4.8), graphviz
 Recommends: texlive-latex-base, pgf (>= 2.00) | texlive-pstricks, preview-latex-style
 Enhances: latex-beamer
 Description: Graphviz to LaTeX converter

Modified: packages/dot2tex/trunk/debian/doc-base
===================================================================
--- packages/dot2tex/trunk/debian/doc-base	2015-02-25 19:20:18 UTC (rev 11759)
+++ packages/dot2tex/trunk/debian/doc-base	2015-02-25 19:42:47 UTC (rev 11760)
@@ -7,5 +7,5 @@
 Section: Graphics
 
 Format: HTML
-Index: /usr/share/doc/dot2tex/usage.html
-Files: /usr/share/doc/dot2tex/usage.html
+Index: /usr/share/doc/dot2tex/html/index.html
+Files: /usr/share/doc/dot2tex/html/*

Deleted: packages/dot2tex/trunk/debian/docs
===================================================================
--- packages/dot2tex/trunk/debian/docs	2015-02-25 19:20:18 UTC (rev 11759)
+++ packages/dot2tex/trunk/debian/docs	2015-02-25 19:42:47 UTC (rev 11760)
@@ -1,3 +0,0 @@
-README.txt
-doc/usage.html
-doc/img

Modified: packages/dot2tex/trunk/debian/rules
===================================================================
--- packages/dot2tex/trunk/debian/rules	2015-02-25 19:20:18 UTC (rev 11759)
+++ packages/dot2tex/trunk/debian/rules	2015-02-25 19:42:47 UTC (rev 11760)
@@ -1,7 +1,14 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,sphinxdoc
 
+override_dh_auto_build:
+	dh_auto_build
+	$(MAKE) -C docs/ html
+
+override_dh_installdocs:
+	dh_installdocs readme.md docs/_build/html
+
 override_dh_installchangelogs:
 	dh_installchangelogs changelog.txt




More information about the Python-apps-commits mailing list