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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Nov 12 08:03:51 UTC 2009


Author: biebl
Date: Thu Nov 12 08:03:50 2009
New Revision: 3251

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3251
Log:
* debian/rules
  - Explicitly disable audit support so we don't accidentally pick up a
    libaudit shlib dependency.

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=3251&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Thu Nov 12 08:03:50 2009
@@ -2,6 +2,9 @@
 
   * debian/control
     - Drop Build-Depends on docbook-utils, apparently no longer necessary.
+  * debian/rules
+    - Explicitly disable audit support so we don't accidentally pick up a
+      libaudit shlib dependency.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 16 Jul 2009 07:29:00 +0200
 

Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=3251&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Thu Nov 12 08:03:50 2009
@@ -21,7 +21,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-xml-docs \
-	--enable-doxygen-docs
+	--enable-doxygen-docs \
+	--disable-libaudit
 
 DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . stop  88 1 .
 




More information about the Pkg-utopia-commits mailing list