[Pkg-utopia-commits] r849 -
packages/unstable/gnome-power-manager/debian
Sjoerd Simons
sjoerd at costa.debian.org
Thu Jun 8 19:33:27 UTC 2006
Author: sjoerd
Date: 2006-06-08 19:33:26 +0000 (Thu, 08 Jun 2006)
New Revision: 849
Modified:
packages/unstable/gnome-power-manager/debian/changelog
packages/unstable/gnome-power-manager/debian/rules
Log:
* Pass --with-dbus-services option to configure so the services file is
installed in the right location (Closes: #369372)
Modified: packages/unstable/gnome-power-manager/debian/changelog
===================================================================
--- packages/unstable/gnome-power-manager/debian/changelog 2006-06-08 18:24:03 UTC (rev 848)
+++ packages/unstable/gnome-power-manager/debian/changelog 2006-06-08 19:33:26 UTC (rev 849)
@@ -1,3 +1,10 @@
+gnome-power-manager (2.14.3-2) unstable; urgency=low
+
+ * Pass --with-dbus-services option to configure so the services file is
+ installed in the right location (Closes: #369372)
+
+ -- Sjoerd Simons <sjoerd at debian.org> Thu, 8 Jun 2006 21:19:54 +0200
+
gnome-power-manager (2.14.3-1) unstable; urgency=low
* New upstream release
Modified: packages/unstable/gnome-power-manager/debian/rules
===================================================================
--- packages/unstable/gnome-power-manager/debian/rules 2006-06-08 18:24:03 UTC (rev 848)
+++ packages/unstable/gnome-power-manager/debian/rules 2006-06-08 19:33:26 UTC (rev 849)
@@ -9,7 +9,10 @@
DEB_CONFIGURE_EXTRA_FLAGS += \
--without-gconf-source \
--enable-libnotify \
- --disable-scrollkeeper
+ --with-dpms-ext \
+ --with-dbus-services=/usr/share/dbus-1/services/ \
+ --disable-scrollkeeper
+
clean::
rm -f po/*.gmo
More information about the Pkg-utopia-commits
mailing list