[Python-apps-commits] r4382 - in packages/osc/trunk/debian (changelog control)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sun Dec 27 18:43:56 UTC 2009


    Date: Sunday, December 27, 2009 @ 18:43:55
  Author: nijel
Revision: 4382

Do not depend directly on celementtree, prefer python => 2.5 instead
(Closes: #562456).

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

Modified: packages/osc/trunk/debian/changelog
===================================================================
--- packages/osc/trunk/debian/changelog	2009-12-27 18:24:17 UTC (rev 4381)
+++ packages/osc/trunk/debian/changelog	2009-12-27 18:43:55 UTC (rev 4382)
@@ -1,8 +1,9 @@
-osc (0.124-2) UNRELEASED; urgency=low
+osc (0.124-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Do not depend directly on celementtree, prefer python => 2.5 instead
+    (Closes: #562456).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 10 Dec 2009 16:15:20 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sun, 27 Dec 2009 19:42:50 +0100
 
 osc (0.124-1) unstable; urgency=low
 

Modified: packages/osc/trunk/debian/control
===================================================================
--- packages/osc/trunk/debian/control	2009-12-27 18:24:17 UTC (rev 4381)
+++ packages/osc/trunk/debian/control	2009-12-27 18:43:55 UTC (rev 4382)
@@ -12,7 +12,7 @@
 
 Package: osc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-celementtree, python-urlgrabber, python-rpm, python-m2crypto
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5) | python-celementtree, python-urlgrabber, python-rpm, python-m2crypto
 XB-Python-Version: ${python:Versions}
 Suggests: python-gnomekeyring, gnome-keyring
 Description: OpenSUSE (buildsystem) commander




More information about the Python-apps-commits mailing list