r24101 - in /desktop/unstable/gnome-power-manager/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 29 13:29:23 UTC 2010


Author: biebl
Date: Thu Apr 29 13:29:21 2010
New Revision: 24101

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24101
Log:
* debian/rules
  - Explicitly turn on hal support as the upstream default is now off.
    Hal is still required for brightness control on systems that don't
    support XBACKLIGHT yet. Closes: #577809

Modified:
    desktop/unstable/gnome-power-manager/debian/changelog
    desktop/unstable/gnome-power-manager/debian/rules

Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=24101&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog [utf-8] Thu Apr 29 13:29:21 2010
@@ -1,6 +1,10 @@
 gnome-power-manager (2.30.1-1) UNRELEASED; urgency=low
 
   * New upstream bugfix release.
+  * debian/rules
+    - Explicitly turn on hal support as the upstream default is now off.
+      Hal is still required for brightness control on systems that don't
+      support XBACKLIGHT yet. Closes: #577809
 
  -- Michael Biebl <biebl at debian.org>  Thu, 29 Apr 2010 15:21:10 +0200
 

Modified: desktop/unstable/gnome-power-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/rules?rev=24101&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/rules [utf-8] Thu Apr 29 13:29:21 2010
@@ -12,7 +12,8 @@
 			--with-dbus-services=/usr/share/dbus-1/services/ \
 			--disable-scrollkeeper \
 			--with-doc-dir=/usr/share/doc/gnome-power-manager/ \
-			--enable-applets
+			--enable-applets \
+			--enable-hal
 
 LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list