[Python-apps-commits] r4316 - in packages/trac (12 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Fri Dec 18 11:22:38 UTC 2009


    Date: Friday, December 18, 2009 @ 11:22:37
  Author: jwilk-guest
Revision: 4316

Replace deprecated > operator with >=.

Modified:
  packages/trac-bitten/trunk/debian/changelog
  packages/trac-bitten/trunk/debian/control
  packages/trac-customfieldadmin/trunk/debian/changelog
  packages/trac-customfieldadmin/trunk/debian/control
  packages/trac-mastertickets/trunk/debian/changelog
  packages/trac-mastertickets/trunk/debian/control
  packages/trac-wysiwyg/trunk/debian/changelog
  packages/trac-wysiwyg/trunk/debian/control
  packages/trac-xmlrpc/trunk/debian/changelog
  packages/trac-xmlrpc/trunk/debian/control
  packages/trac/trunk/debian/changelog
  packages/trac/trunk/debian/control

Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac/trunk/debian/changelog	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,9 +1,13 @@
 trac (0.11.6-2) UNRELEASED; urgency=low
 
+  [ W. Martin Borgert ]
   * Fix a typo in tracd HTTP header, thanks to Sebastien Couret
     <10function at neuf.com> for fixing.
   * ...
 
+  [ Jakub Wilk ]
+  * Replace deprecated > operator with >=.
+
  -- W. Martin Borgert <debacle at debian.org>  
 
 trac (0.11.6-1) unstable; urgency=low

Modified: packages/trac/trunk/debian/control
===================================================================
--- packages/trac/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac/trunk/debian/control	2009-12-18 11:22:37 UTC (rev 4316)
@@ -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>

Modified: packages/trac-bitten/trunk/debian/changelog
===================================================================
--- packages/trac-bitten/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-bitten/trunk/debian/changelog	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,3 +1,9 @@
+trac-bitten (0.6b2.dfsg-2) UNRELEASED; urgency=low
+
+  * Replace deprecated > operator with >=.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 18 Dec 2009 12:15:49 +0100
+
 trac-bitten (0.6b2.dfsg-1) unstable; urgency=low
 
   * Removed (non-free) SWF files from source. (Fortunately, I'm

Modified: packages/trac-bitten/trunk/debian/control
===================================================================
--- packages/trac-bitten/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-bitten/trunk/debian/control	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,7 +1,7 @@
 Source: trac-bitten
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends-Indep: python-setuptools (>= 0.5)
 Build-Depends: python-support, python-all-dev, debhelper (>= 7), cdbs, xsltproc, docbook-xsl
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>

Modified: packages/trac-customfieldadmin/trunk/debian/changelog
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-customfieldadmin/trunk/debian/changelog	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,3 +1,9 @@
+trac-customfieldadmin (0.2.2+r6485-2) UNRELEASED; urgency=low
+
+  * Replace deprecated > operator with >=.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 18 Dec 2009 12:16:44 +0100
+
 trac-customfieldadmin (0.2.2+r6485-1) unstable; urgency=low
 
   * First Debian package (Closes: #504320).

Modified: packages/trac-customfieldadmin/trunk/debian/control
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-customfieldadmin/trunk/debian/control	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,7 +1,7 @@
 Source: trac-customfieldadmin
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends-Indep: python-setuptools (>= 0.5)
 Build-Depends: python-support, python-all-dev, cdbs, debhelper
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>

Modified: packages/trac-mastertickets/trunk/debian/changelog
===================================================================
--- packages/trac-mastertickets/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-mastertickets/trunk/debian/changelog	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,3 +1,9 @@
+trac-mastertickets (2.1.3+r4179-2) UNRELEASED; urgency=low
+
+  * Replace deprecated > operator with >=.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 18 Dec 2009 12:16:11 +0100
+
 trac-mastertickets (2.1.3+r4179-1) unstable; urgency=low
 
   * First Debian package (Closes: #504554).

Modified: packages/trac-mastertickets/trunk/debian/control
===================================================================
--- packages/trac-mastertickets/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-mastertickets/trunk/debian/control	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,7 +1,7 @@
 Source: trac-mastertickets
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends-Indep: python-setuptools (>= 0.5)
 Build-Depends: python-support, python-all-dev, cdbs, debhelper
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>

Modified: packages/trac-wysiwyg/trunk/debian/changelog
===================================================================
--- packages/trac-wysiwyg/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-wysiwyg/trunk/debian/changelog	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,3 +1,9 @@
+trac-wysiwyg (0.2+svn5931-2) UNRELEASED; urgency=low
+
+  * Replace deprecated > operator with >=.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 18 Dec 2009 12:15:24 +0100
+
 trac-wysiwyg (0.2+svn5931-1) unstable; urgency=low
 
   * First Debian package (Closes: #505717).

Modified: packages/trac-wysiwyg/trunk/debian/control
===================================================================
--- packages/trac-wysiwyg/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-wysiwyg/trunk/debian/control	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,7 +1,7 @@
 Source: trac-wysiwyg
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends-Indep: python-setuptools (>= 0.5)
 Build-Depends: python-support, python-all-dev, cdbs, debhelper
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>

Modified: packages/trac-xmlrpc/trunk/debian/changelog
===================================================================
--- packages/trac-xmlrpc/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-xmlrpc/trunk/debian/changelog	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,3 +1,9 @@
+trac-xmlrpc (1.0.6+svn6598-2) UNRELEASED; urgency=low
+
+  * Replace deprecated > operator with >=.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 18 Dec 2009 12:15:11 +0100
+
 trac-xmlrpc (1.0.6+svn6598-1) unstable; urgency=low
 
   * First Debian package (Closes: #547449).

Modified: packages/trac-xmlrpc/trunk/debian/control
===================================================================
--- packages/trac-xmlrpc/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
+++ packages/trac-xmlrpc/trunk/debian/control	2009-12-18 11:22:37 UTC (rev 4316)
@@ -1,7 +1,7 @@
 Source: trac-xmlrpc
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends-Indep: python-setuptools (>= 0.5)
 Build-Depends: python-support, python-all-dev, cdbs, debhelper
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>




More information about the Python-apps-commits mailing list