[Python-apps-commits] r4315 - in packages/kupfer/trunk/debian (changelog control)

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


    Date: Friday, December 18, 2009 @ 11:08:21
  Author: jwilk-guest
Revision: 4315


* debian/control:
  - Replace deprecated > operator with >=.

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

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2009-12-17 17:26:48 UTC (rev 4314)
+++ packages/kupfer/trunk/debian/changelog	2009-12-18 11:08:21 UTC (rev 4315)
@@ -1,3 +1,10 @@
+kupfer (0+c18.1-2) UNRELEASED; urgency=low
+  
+  * debian/control:
+    - Replace deprecated > operator with >=.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 18 Dec 2009 12:06:20 +0100
+
 kupfer (0+c18.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/kupfer/trunk/debian/control
===================================================================
--- packages/kupfer/trunk/debian/control	2009-12-17 17:26:48 UTC (rev 4314)
+++ packages/kupfer/trunk/debian/control	2009-12-18 11:08:21 UTC (rev 4315)
@@ -13,7 +13,7 @@
 
 Package: kupfer
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gobject (> 2.18), python-gtk2 (>= 2.14), python-xdg, python-dbus, dbus, python-keybinder
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject (>= 2.18), python-gtk2 (>= 2.14), python-xdg, python-dbus, dbus, python-keybinder
 Recommends: python-gnome2, python-wnck
 Suggests: python-cjson, python-nautilus
 Description: fast and lightweight desktop summoner/launcher




More information about the Python-apps-commits mailing list