[Python-apps-commits] r3929 - in packages/trac/trunk/debian (changelog control)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Oct 10 11:07:55 UTC 2009


    Date: Saturday, October 10, 2009 @ 11:07:55
  Author: debacle
Revision: 3929

Revert a change from last version, setuptools is needed in Trac.

Modified:
  packages/trac/trunk/debian/changelog
  packages/trac/trunk/debian/control

Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog	2009-10-09 20:54:19 UTC (rev 3928)
+++ packages/trac/trunk/debian/changelog	2009-10-10 11:07:55 UTC (rev 3929)
@@ -1,3 +1,11 @@
+trac (0.11.5-4) unstable; urgency=low
+
+  * Revert the change: Depend on python-setuptools instead of
+    python-pkg-resources (Closes: #546426). In theory setuptools
+    should not be needed (only used in env.py and requires.txt).
+
+ -- W. Martin Borgert <debacle at debian.org>  Tue, 29 Sep 2009 01:34:38 +0200
+
 trac (0.11.5-3) unstable; urgency=low
 
   [ W. Martin Borgert ]

Modified: packages/trac/trunk/debian/control
===================================================================
--- packages/trac/trunk/debian/control	2009-10-09 20:54:19 UTC (rev 3928)
+++ packages/trac/trunk/debian/control	2009-10-10 11:07:55 UTC (rev 3929)
@@ -13,7 +13,7 @@
 
 Package: trac
 Architecture: all
-Depends: ${python:Depends}, python-pkg-resources, python (>= 2.5) | python-pysqlite2 (>= 2.3.2) | python-psycopg2 (>= 1.2.1) | python-mysqldb, python-genshi (>= 0.5)
+Depends: ${python:Depends}, python-setuptools, python (>= 2.5) | python-pysqlite2 (>= 2.3.2) | python-psycopg2 (>= 1.2.1) | python-mysqldb, python-genshi (>= 0.5)
 Recommends: apache2 | httpd, python-subversion, libjs-jquery, python-pygments (>= 0.6) | enscript, python-tz
 Suggests: python-docutils, libapache2-mod-wsgi | libapache2-mod-python, python-textile (>= 2.0), trac-git, trac-spamfilter, trac-bzr (>= 0.2+bzr45), trac-mercurial (>= 0.11.0.4), trac-accountmanager, trac-email2trac
 Conflicts: libapache2-mod-python2.3 (<< 3.2.8-3)




More information about the Python-apps-commits mailing list