diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-13 23:52:57 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-09-13 23:52:57 +0000 |
commit | 5b98e4091025222a95dcdaed05dac158091a2cfe (patch) | |
tree | 6ad1c8caa2e6bcd2aeafc9f1d842c689626fad9f /debian | |
parent | 40a850c61b06ab499bf837d9ae88f7071c099ff1 (diff) | |
download | dbus-5b98e4091025222a95dcdaed05dac158091a2cfe.tar.gz |
Add Build-Depends on pkg-config as the configure check for systemd
requires the $PKG_CONFIG variable to be set correctly.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/dbus@3730 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 20c7f542..8c0f9219 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,10 @@ dbus (1.4.0-1) UNRELEASED; urgency=low - 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@debian.org> Tue, 14 Sep 2010 01:36:27 +0200 diff --git a/debian/control b/debian/control index ed375972..f073cb04 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,8 @@ Build-Depends: cdbs (>= 0.4.43), 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/ |