[Python-modules-commits] r2098 - in /packages/genshi/trunk/debian: changelog control control.in doc-base install

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Mon Apr 16 18:21:25 UTC 2007


Author: arnau-guest
Date: Mon Apr 16 18:21:25 2007
New Revision: 2098

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2098
Log:
Ready for upload (0.4-1)

Added:
    packages/genshi/trunk/debian/doc-base
Modified:
    packages/genshi/trunk/debian/changelog
    packages/genshi/trunk/debian/control
    packages/genshi/trunk/debian/control.in
    packages/genshi/trunk/debian/install

Modified: packages/genshi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/changelog?rev=2098&op=diff
==============================================================================
--- packages/genshi/trunk/debian/changelog (original)
+++ packages/genshi/trunk/debian/changelog Mon Apr 16 18:21:25 2007
@@ -3,6 +3,7 @@
   * New upstream release.
   * Remove useless python-markup transition package.
   * Add Provides against python-markup.
+  * Add doc-base.
 
  -- Arnaud Fontaine <arnaud at andesi.org>  Mon, 16 Apr 2007 17:49:03 +0200
 

Modified: packages/genshi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/control?rev=2098&op=diff
==============================================================================
--- packages/genshi/trunk/debian/control (original)
+++ packages/genshi/trunk/debian/control Mon Apr 16 18:21:25 2007
@@ -14,6 +14,7 @@
 Provides: python-markup
 Replaces: python-markup (<< 0.3.4)
 Conflicts: python-markup (<< 0.3.4)
+Suggests: doc-base
 Description: python XML-based template engine
  Genshi  is  a Python  library  that  provides  an integrated  set  of
  components  for  parsing,  generating,  and processing  HTML  or  XML

Modified: packages/genshi/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/control.in?rev=2098&op=diff
==============================================================================
--- packages/genshi/trunk/debian/control.in (original)
+++ packages/genshi/trunk/debian/control.in Mon Apr 16 18:21:25 2007
@@ -14,6 +14,7 @@
 Depends: ${python:Depends}
 Replaces: python-markup (<< 0.3.4)
 Conflicts: python-markup (<< 0.3.4)
+Suggests: doc-base
 Description: python XML-based template engine
  Genshi  is  a Python  library  that  provides  an integrated  set  of
  components  for  parsing,  generating,  and processing  HTML  or  XML

Added: packages/genshi/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/doc-base?rev=2098&op=file
==============================================================================
--- packages/genshi/trunk/debian/doc-base (added)
+++ packages/genshi/trunk/debian/doc-base Mon Apr 16 18:21:25 2007
@@ -1,0 +1,13 @@
+Document: genshi
+Title: Toolkit for stream-based generation of output for the web
+Author: Edgewall Software <info at edgewall.org>
+Abstract: This documentation describes genshi usage and its api
+Section: Apps/Programming
+
+Format: HTML
+Index: /usr/share/doc/python-genshi/html/index.html
+Files: /usr/share/doc/python-genshi/html/*.html
+
+Format: Text
+Index: /usr/share/doc/python-genshi/txt/index.txt
+Files: /usr/share/doc/python-genshi/txt/*.txt

Modified: packages/genshi/trunk/debian/install
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/install?rev=2098&op=diff
==============================================================================
--- packages/genshi/trunk/debian/install (original)
+++ packages/genshi/trunk/debian/install Mon Apr 16 18:21:25 2007
@@ -1,3 +1,6 @@
 doc/style		usr/share/doc/python-genshi/html
-doc/*.{gif,png,html}	usr/share/doc/python-genshi/html
+doc/*.gif		usr/share/doc/python-genshi/html
+doc/*.png		usr/share/doc/python-genshi/html
+doc/*.html		usr/share/doc/python-genshi/html
 doc/*.txt		usr/share/doc/python-genshi/txt
+doc/api			usr/share/doc/python-genshi/html




More information about the Python-modules-commits mailing list