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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Fri Feb 12 13:41:05 UTC 2010


    Date: Friday, February 12, 2010 @ 13:41:01
  Author: nijel
Revision: 4744

Do not alternatively depend on celementtree, just depend on python >= 2.5.
(Change was not forwarded to debian maintainer from Ubuntu, but he rather
spot that when looking at package differences.)

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

Modified: packages/osc/trunk/debian/changelog
===================================================================
--- packages/osc/trunk/debian/changelog	2010-02-12 10:11:56 UTC (rev 4743)
+++ packages/osc/trunk/debian/changelog	2010-02-12 13:41:01 UTC (rev 4744)
@@ -1,8 +1,11 @@
 osc (0.125.5-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Do not alternatively depend on celementtree, just depend on python >= 2.5.
+    (Change was not forwarded to debian maintainer from Ubuntu, but he rather
+    spot that when looking at package differences.)
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 11 Feb 2010 16:36:03 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 12 Feb 2010 14:39:25 +0100
 
 osc (0.125.5-1) unstable; urgency=low
 

Modified: packages/osc/trunk/debian/control
===================================================================
--- packages/osc/trunk/debian/control	2010-02-12 10:11:56 UTC (rev 4743)
+++ packages/osc/trunk/debian/control	2010-02-12 13:41:01 UTC (rev 4744)
@@ -12,7 +12,7 @@
 
 Package: osc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5) | python-celementtree, python-urlgrabber, python-rpm, python-m2crypto
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5), 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