[Pkg-utopia-commits] r3254 - in /packages/unstable/hal/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Nov 19 01:23:45 UTC 2009
Author: biebl
Date: Thu Nov 19 01:23:44 2009
New Revision: 3254
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3254
Log:
Disable PolicyKit and ConsoleKit support in hal
* Disable PolicyKit and ConsoleKit support in hal. GNOME uses DK-disks for
mounting (removable) devices nowadays and KDE never made use of the
PolicyKit support in HAL. (Closes: #549505, #526854)
* debian/rules
- Pass --disable-policy-kit and --disable-console-kit to
DEB_CONFIGURE_EXTRA_FLAGS.
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/rules
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3254&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Thu Nov 19 01:23:44 2009
@@ -1,3 +1,14 @@
+hal (0.5.13-5) UNRELEASED; urgency=low
+
+ * Disable PolicyKit and ConsoleKit support in hal. GNOME uses DK-disks for
+ mounting (removable) devices nowadays and KDE never made use of the
+ PolicyKit support in HAL. (Closes: #549505, #526854)
+ * debian/rules
+ - Pass --disable-policy-kit and --disable-console-kit to
+ DEB_CONFIGURE_EXTRA_FLAGS.
+
+ -- Michael Biebl <biebl at debian.org> Tue, 17 Nov 2009 17:57:35 -0600
+
hal (0.5.13-4) unstable; urgency=low
* Disable ACL management which is done by udev nowadays. Drop dependency on
Modified: packages/unstable/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/rules?rev=3254&op=diff
==============================================================================
--- packages/unstable/hal/debian/rules (original)
+++ packages/unstable/hal/debian/rules Thu Nov 19 01:23:44 2009
@@ -13,8 +13,8 @@
--with-hwdata=/usr/share/misc \
--without-macbook \
--without-macbookpro \
- --enable-policy-kit \
- --enable-console-kit \
+ --disable-policy-kit \
+ --disable-console-kit \
--disable-acl-management \
--enable-umount-helper \
--enable-docbook-docs \
More information about the Pkg-utopia-commits
mailing list