r23114 - in /desktop/unstable/gnome-session/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Feb 23 21:33:09 UTC 2010


Author: biebl
Date: Tue Feb 23 21:33:08 2010
New Revision: 23114

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23114
Log:
* debian/control.in
  - Depend on upower instead of devicekit-power.

Modified:
    desktop/unstable/gnome-session/debian/changelog
    desktop/unstable/gnome-session/debian/control
    desktop/unstable/gnome-session/debian/control.in

Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=23114&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/changelog [utf-8] Tue Feb 23 21:33:08 2010
@@ -1,3 +1,10 @@
+gnome-session (2.28.0-6) unstable; urgency=low
+
+  * debian/control.in
+    - Depend on upower instead of devicekit-power.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 23 Feb 2010 22:31:47 +0100
+
 gnome-session (2.28.0-5) unstable; urgency=low
 
   * defaults.list: add text/x-patch. Some packages set brain-dead MIME 

Modified: desktop/unstable/gnome-session/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/control?rev=23114&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/control [utf-8] Tue Feb 23 21:33:08 2010
@@ -97,7 +97,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          dbus-x11,
-         devicekit-power (>= 008) [linux-any]
+         upower [linux-any]
 Conflicts: gnome-session (<< 2.26.1-5)
 Description: The GNOME Session Manager - Minimal runtime
  This package contains the binaries for the GNOME Session Manager, but 

Modified: desktop/unstable/gnome-session/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/control.in?rev=23114&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/control.in [utf-8] Tue Feb 23 21:33:08 2010
@@ -92,7 +92,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          dbus-x11,
-         devicekit-power (>= 008) [linux-any]
+         upower [linux-any]
 Conflicts: gnome-session (<< 2.26.1-5)
 Description: The GNOME Session Manager - Minimal runtime
  This package contains the binaries for the GNOME Session Manager, but 




More information about the pkg-gnome-commits mailing list