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

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Thu Dec 24 13:11:10 UTC 2009


    Date: Thursday, December 24, 2009 @ 13:11:08
  Author: debacle
Revision: 4359

Again: Replace deprecated > operator with >=.

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

Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog	2009-12-24 13:03:49 UTC (rev 4358)
+++ packages/trac/trunk/debian/changelog	2009-12-24 13:11:08 UTC (rev 4359)
@@ -1,3 +1,10 @@
+trac (0.11.6-) UNRELEASED; urgency=low
+
+  [ Jakub Wilk ]
+  * Replace deprecated > operator with >=.
+
+ -- 
+
 trac (0.11.6-2) unstable; urgency=low
 
   * Create jQuery symlink at install time, as the file might not

Modified: packages/trac/trunk/debian/control
===================================================================
--- packages/trac/trunk/debian/control	2009-12-24 13:03:49 UTC (rev 4358)
+++ packages/trac/trunk/debian/control	2009-12-24 13:11:08 UTC (rev 4359)
@@ -1,7 +1,7 @@
 Source: trac
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends-Indep: python-setuptools (>= 0.5)
 Build-Depends: python-genshi (>= 0.5), python-central, python-all-dev (>= 2.5.4), debhelper (>= 7), dpatch 
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Otavio Salvador <otavio at debian.org>, Jesus Climent <jesus.climent at hispalinux.es>, Luis Matos <gass at otiliamatos.ath.cx>, W. Martin Borgert <debacle at debian.org>




More information about the Python-apps-commits mailing list