[Python-modules-commits] r7366 - in packages/genshi/trunk/debian (3 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Sun Jan 18 21:50:58 UTC 2009


    Date: Sunday, January 18, 2009 @ 21:50:57
  Author: arnau
Revision: 7366

* debian/control:
  + Add ${misc:Depends} to Depends in case the result of a call to
    debhelper tools adds extra dependencies.
* debian/python-genshi-doc.doc-base:
  + Make the title more helpful. Closes: #509704.

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

Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog	2009-01-18 21:48:01 UTC (rev 7365)
+++ packages/genshi/trunk/debian/changelog	2009-01-18 21:50:57 UTC (rev 7366)
@@ -1,3 +1,13 @@
+genshi (0.5.1-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Add ${misc:Depends} to Depends in case the result of a call to
+      debhelper tools adds extra dependencies.
+  * debian/python-genshi-doc.doc-base:
+    + Make the title more helpful. Closes: #509704.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Wed, 14 Jan 2009 14:01:31 +0100
+
 genshi (0.5.1-1) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control	2009-01-18 21:48:01 UTC (rev 7365)
+++ packages/genshi/trunk/debian/control	2009-01-18 21:50:57 UTC (rev 7366)
@@ -15,7 +15,7 @@
 
 Package: python-genshi
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 Suggests: doc-base, python-setuptools, python-genshi-doc
 Description: Python XML-based template engine
  Genshi  is  a Python  library  that  provides  an integrated  set  of
@@ -26,7 +26,7 @@
 Package: python-genshi-doc
 Architecture: all
 Section: doc
-Depends: libjs-jquery
+Depends: libjs-jquery, ${misc:Depends}
 Description: Python XML-based template engine (documentation and examples)
  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/python-genshi-doc.doc-base
===================================================================
--- packages/genshi/trunk/debian/python-genshi-doc.doc-base	2009-01-18 21:48:01 UTC (rev 7365)
+++ packages/genshi/trunk/debian/python-genshi-doc.doc-base	2009-01-18 21:50:57 UTC (rev 7366)
@@ -1,5 +1,5 @@
 Document: genshi
-Title: Toolkit for stream-based generation of output for the web
+Title: Genshi documentation
 Author: Edgewall Software <info at edgewall.org>
 Abstract: This documentation describes genshi usage and its api
 Section: Programming/Python




More information about the Python-modules-commits mailing list