[Python-modules-commits] r4989 - in packages/plastex/trunk/debian (4 files)

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sun Apr 6 19:22:34 UTC 2008


    Date: Sunday, April 6, 2008 @ 19:22:33
  Author: azatoth-guest
Revision: 4989

* Changed doc-base to section Programming/Python
* Fixed some spelling errors in control file
* changed target of documentation from post-patches to build/python-plastex-doc

Modified:
  packages/plastex/trunk/debian/changelog
  packages/plastex/trunk/debian/control
  packages/plastex/trunk/debian/python-plastex-doc.doc-base
  packages/plastex/trunk/debian/rules

Modified: packages/plastex/trunk/debian/changelog
===================================================================
--- packages/plastex/trunk/debian/changelog	2008-04-06 17:05:39 UTC (rev 4988)
+++ packages/plastex/trunk/debian/changelog	2008-04-06 19:22:33 UTC (rev 4989)
@@ -14,8 +14,11 @@
   * Added lintian override file for python-plastex package to override the
     python-package-should-be-section-python warning, as it's placed in section
     tex instead.
+  * Changed doc-base to section Programming/Python
+  * Fixed some spelling errors in control file
+  * changed target of documentation from post-patches to build/python-plastex-doc
 
- -- Carl Fürstenberg <azatoth at gmail.com>  Sun, 06 Apr 2008 18:27:22 +0200
+ -- Carl Fürstenberg <azatoth at gmail.com>  Sun, 06 Apr 2008 21:21:41 +0200
 
 plastex (0.8.3-1) unstable; urgency=low
 

Modified: packages/plastex/trunk/debian/control
===================================================================
--- packages/plastex/trunk/debian/control	2008-04-06 17:05:39 UTC (rev 4988)
+++ packages/plastex/trunk/debian/control	2008-04-06 19:22:33 UTC (rev 4989)
@@ -13,7 +13,7 @@
 Architecture: all
 Depends: ${python:Depends}, texlive-latex-base, dvipng, python-imaging
 Recommends: python-kid, python-genshi, python-cheetah
-Description: LaTeX document processing framework in python
+Description: LaTeX document processing framework in Python
  plasTeX is a collection of Python frameworks that allow you to process LaTeX 
  documents. This processing includes, but is not limited to, conversion of
  LaTeX documents to various document formats. Of course, it is capable of
@@ -32,7 +32,7 @@
 Section: doc
 Architecture: all
 Suggests: doc-base
-Description: LaTeX document processing framework in python - documentation files
+Description: LaTeX document processing framework in Python - documentation files
  plasTeX is a collection of Python frameworks that allow you to process LaTeX 
  documents. This processing includes, but is not limited to, conversion of
  LaTeX documents to various document formats. Of course, it is capable of

Modified: packages/plastex/trunk/debian/python-plastex-doc.doc-base
===================================================================
--- packages/plastex/trunk/debian/python-plastex-doc.doc-base	2008-04-06 17:05:39 UTC (rev 4988)
+++ packages/plastex/trunk/debian/python-plastex-doc.doc-base	2008-04-06 19:22:33 UTC (rev 4989)
@@ -3,7 +3,7 @@
 Author: Tal Davidson
 Abstract: Documentation for plasTeX framework
  .
-Section: tex
+Section: Programming/Python
 
 Format: HTML
 Index: /usr/share/doc/python-plastex-doc/html/index.html

Modified: packages/plastex/trunk/debian/rules
===================================================================
--- packages/plastex/trunk/debian/rules	2008-04-06 17:05:39 UTC (rev 4988)
+++ packages/plastex/trunk/debian/rules	2008-04-06 19:22:33 UTC (rev 4989)
@@ -12,7 +12,7 @@
 # We are here going to build the documentation using ourself,
 # and as we hasn't installed plastex yet, we are executing the
 # plastex script in the source.
-post-patches::
+build/python-plastex-doc::
 	if [ ! -d html ]; then \
 		cd Doc; \
 		export PYTHONPATH=..; \




More information about the Python-modules-commits mailing list