[maemo-commits] [maemo-commits] r9054 - projects/haf/trunk/python-runtime/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 10 21:28:57 EET 2007
Author: luciano
Date: 2007-01-10 21:28:47 +0200 (Wed, 10 Jan 2007)
New Revision: 9054

Modified:
   projects/haf/trunk/python-runtime/debian/changelog
   projects/haf/trunk/python-runtime/debian/control
Log:
Fix a problem with Provides item inside /debian/control file

Modified: projects/haf/trunk/python-runtime/debian/changelog
===================================================================
--- projects/haf/trunk/python-runtime/debian/changelog	2007-01-10 18:29:49 UTC (rev 9053)
+++ projects/haf/trunk/python-runtime/debian/changelog	2007-01-10 19:28:47 UTC (rev 9054)
@@ -1,3 +1,9 @@
+python-runtime (0.4-3) unstable; urgency=low
+
+  * fix a problem with "Provides" item inside /debian/control file.
+
+ -- Luciano Miguel Wolf <luciano.wolf at indt.org.br>  Mon, 10 Jan 2007 16:28:00 -0300
+
 python-runtime (0.4-2) unstable; urgency=low
 
   * now, python-runtime provides "python" too.

Modified: projects/haf/trunk/python-runtime/debian/control
===================================================================
--- projects/haf/trunk/python-runtime/debian/control	2007-01-10 18:29:49 UTC (rev 9053)
+++ projects/haf/trunk/python-runtime/debian/control	2007-01-10 19:28:47 UTC (rev 9054)
@@ -22,5 +22,5 @@
 Section: user/system-tools
 Architecture: all
 Depends: python2.5-bluez, python2.5-gtk2, python2.5-numeric, python2.5-dbus, python2.5-osso, python2.5-xml, python2.5-gstreamer, python2.5-pygame, python2.5, python2.5-runtime, python2.5-hildon
-Provides: python (= 2.5.0), python-runtime (= 2.5.0)
+Provides: python-runtime
 Description: Python runtime environment.


More information about the maemo-commits mailing list