[Python-modules-commits] r4798 - in packages/genshi/trunk/debian (changelog control pyversions)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Mar 12 11:50:02 UTC 2008


    Date: Wednesday, March 12, 2008 @ 11:50:00
  Author: arnau
Revision: 4798

Drop the build dependency on python-xml as it is now included in the
standard python 2.4 library and Build-Depends on python 2.4.
Closes: #468592.

Modified:
  packages/genshi/trunk/debian/changelog
  packages/genshi/trunk/debian/control
  packages/genshi/trunk/debian/pyversions

Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog	2008-03-12 11:39:06 UTC (rev 4797)
+++ packages/genshi/trunk/debian/changelog	2008-03-12 11:50:00 UTC (rev 4798)
@@ -1,13 +1,16 @@
-genshi (0.4.4-3) UNRELEASED; urgency=low
+genshi (0.4.4-3) unstable; urgency=low
 
   [ Arnaud Fontaine ]
-  * NOT RELEASED YET
+  * debian/control:
+    + Drop the build dependency on python-xml as it is now included in
+      the standard python 2.4 library and Build-Depends on python 2.4.
+      Closes: #468592.
 
   [ Sandro Tosi ]
   * debian/control
-    - fixed Vcs-Browser field
+    - Fixed Vcs-Browser field.
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 02 Jan 2008 18:42:29 +0100
+ -- Arnaud Fontaine <arnau at debian.org>  Wed, 12 Mar 2008 11:41:02 +0000
 
 genshi (0.4.4-2) unstable; urgency=low
 

Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control	2008-03-12 11:39:06 UTC (rev 4797)
+++ packages/genshi/trunk/debian/control	2008-03-12 11:50:00 UTC (rev 4798)
@@ -5,7 +5,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.43),
-               python-dev (>= 2.3.5-11),
+               python-dev (>= 2.4),
                python-support (>= 0.7.1),
 	       quilt
 Standards-Version: 3.7.3
@@ -15,7 +15,7 @@
 
 Package: python-genshi
 Architecture: all
-Depends: ${python:Depends}, python-xml (>= 0.6.6-3)
+Depends: ${python:Depends}
 Suggests: doc-base
 Description: python XML-based template engine
  Genshi  is  a Python  library  that  provides  an integrated  set  of

Modified: packages/genshi/trunk/debian/pyversions
===================================================================
--- packages/genshi/trunk/debian/pyversions	2008-03-12 11:39:06 UTC (rev 4797)
+++ packages/genshi/trunk/debian/pyversions	2008-03-12 11:50:00 UTC (rev 4798)
@@ -1 +1 @@
-2.3-
+2.4-




More information about the Python-modules-commits mailing list