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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Sep 13 23:52:57 UTC 2010


Author: biebl
Date: Mon Sep 13 23:52:57 2010
New Revision: 3730

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3730
Log:
Add Build-Depends on pkg-config as the configure check for systemd
requires the $PKG_CONFIG variable to be set correctly.


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

Modified: packages/experimental/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus/debian/changelog?rev=3730&op=diff
==============================================================================
--- packages/experimental/dbus/debian/changelog (original)
+++ packages/experimental/dbus/debian/changelog Mon Sep 13 23:52:57 2010
@@ -10,7 +10,10 @@
     - Ability for dbus-send to send to any bus (--address).
     - Fixes reentrancy issue with multi-threaded apps, which affects
       especially Qt and KDE apps. (Closes: #584522)
-  * Bump Standards-Version to 3.9.1. No further changes.
+  * 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.
 
  -- 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=3730&op=diff
==============================================================================
--- packages/experimental/dbus/debian/control (original)
+++ packages/experimental/dbus/debian/control Mon Sep 13 23:52:57 2010
@@ -15,7 +15,8 @@
                xmlto,
                xsltproc,
                libx11-dev,
-               libselinux1-dev [linux-any]
+               libselinux1-dev [linux-any],
+               pkg-config
 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/




More information about the Pkg-utopia-commits mailing list