[Pkg-utopia-commits] r3731 - in /packages/experimental/dbus/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 14 18:29:18 UTC 2010


Author: biebl
Date: Tue Sep 14 18:29:12 2010
New Revision: 3731

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3731
Log:
Drop Build-Depends on pkg-config again and instead explicitly disable 
installation of systemd unit files.

Modified:
    packages/experimental/dbus/debian/changelog
    packages/experimental/dbus/debian/control
    packages/experimental/dbus/debian/rules

Modified: packages/experimental/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus/debian/changelog?rev=3731&op=diff
==============================================================================
--- packages/experimental/dbus/debian/changelog (original)
+++ packages/experimental/dbus/debian/changelog Tue Sep 14 18:29:12 2010
@@ -8,12 +8,13 @@
     - New standardized PropertiesChanged signal in the properties interface.
     - Use of GCC atomic intrinsics for better processor support.
     - Ability for dbus-send to send to any bus (--address).
+    - systemd hookup.
     - Fixes reentrancy issue with multi-threaded apps, which affects
       especially Qt and KDE apps. (Closes: #584522)
   * debian/control
-   - Bump Standards-Version to 3.9.1. No further changes.
-   - Add Build-Depends on pkg-config as the configure check for systemd
-     requires the $PKG_CONFIG variable to be set correctly.
+    - Bump Standards-Version to 3.9.1. No further changes.
+  * debian/rules
+    - Disable installation of systemd unit files.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 14 Sep 2010 01:36:27 +0200
 

Modified: packages/experimental/dbus/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus/debian/control?rev=3731&op=diff
==============================================================================
--- packages/experimental/dbus/debian/control (original)
+++ packages/experimental/dbus/debian/control Tue Sep 14 18:29:12 2010
@@ -15,8 +15,7 @@
                xmlto,
                xsltproc,
                libx11-dev,
-               libselinux1-dev [linux-any],
-               pkg-config
+               libselinux1-dev [linux-any]
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/dbus/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/

Modified: packages/experimental/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus/debian/rules?rev=3731&op=diff
==============================================================================
--- packages/experimental/dbus/debian/rules (original)
+++ packages/experimental/dbus/debian/rules Tue Sep 14 18:29:12 2010
@@ -21,7 +21,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-xml-docs \
 	--enable-doxygen-docs \
-	--disable-libaudit
+	--disable-libaudit \
+	--without-systemdsystemunitdir
 
 DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 .
 




More information about the Pkg-utopia-commits mailing list