[Pkg-utopia-commits] r2225 - in /packages/unstable/dbus/debian: changelog rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Apr 26 10:44:18 UTC 2008


Author: sjoerd
Date: Sat Apr 26 10:44:18 2008
New Revision: 2225

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2225
Log:
debian/rules: Disable the disabling of the userdb cache. No other
distribution disables it and it is somewhat buggy (Thanks to Scott James
Remnant for pointing out this issue)

Modified:
    packages/unstable/dbus/debian/changelog
    packages/unstable/dbus/debian/rules

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=2225&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Sat Apr 26 10:44:18 2008
@@ -1,8 +1,11 @@
-dbus (1.2.1-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Michael Biebl <biebl at debian.org>  Fri, 11 Apr 2008 16:55:25 +0200
+dbus (1.2.1-2) unstable; urgency=low
+
+  [ Sjoerd Simons ]
+  * debian/rules: Disable the disabling of the userdb cache. No other
+    distribution disables it and it is somewhat buggy (Thanks to Scott James
+    Remnant for pointing out this issue)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 26 Apr 2008 12:41:47 +0200
 
 dbus (1.2.1-1) unstable; urgency=low
 

Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=2225&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Sat Apr 26 10:44:18 2008
@@ -19,8 +19,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-xml-docs \
-	--enable-doxygen-docs \
-	--disable-userdb-cache
+	--enable-doxygen-docs
 
 DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . stop  88 1 .
 




More information about the Pkg-utopia-commits mailing list