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

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri May 30 16:11:03 UTC 2008


    Date: Friday, May 30, 2008 @ 16:11:01
  Author: arnau
Revision: 5533

Prepare for upload

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

Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog	2008-05-30 10:53:11 UTC (rev 5532)
+++ packages/genshi/trunk/debian/changelog	2008-05-30 16:11:01 UTC (rev 5533)
@@ -1,10 +1,11 @@
-genshi (0.4.4-4) UNRELEASED; urgency=low
+genshi (0.4.4-4) unstable; urgency=low
 
-  * Reverted change from r4029 removing python-setuptools. Setuptools is
-    required for the entrypoints to be able to provide templates for
-    TurboGears.  Closes: #479256.
+  [ Monty Taylor ]
+  * Reverted removing of python-setuptools. Setuptools is required for the
+    entrypoints to be able to provide templates for TurboGears.
+    Closes: #479256.
 
- -- Monty Taylor <mordred at inaugust.com>  Sat, 03 May 2008 15:35:09 -0700
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 30 May 2008 12:57:44 +0200
 
 genshi (0.4.4-3) unstable; urgency=low
 

Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control	2008-05-30 10:53:11 UTC (rev 5532)
+++ packages/genshi/trunk/debian/control	2008-05-30 16:11:01 UTC (rev 5533)
@@ -7,7 +7,7 @@
                cdbs (>= 0.4.43),
                python-dev (>= 2.4),
                python-support (>= 0.7.1)
-Build-Depends-Indep: python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python-setuptools (>= 0.6b3)
 Standards-Version: 3.7.3
 Homepage: http://genshi.edgewall.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/genshi/trunk/

Modified: packages/genshi/trunk/debian/rules
===================================================================
--- packages/genshi/trunk/debian/rules	2008-05-30 10:53:11 UTC (rev 5532)
+++ packages/genshi/trunk/debian/rules	2008-05-30 16:11:01 UTC (rev 5533)
@@ -11,6 +11,6 @@
 
 # Install egg-info directories
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
- 
+
 clean::
 	-rm -rf Genshi.egg-info




More information about the Python-modules-commits mailing list