diff options
author | siretart@tauware.de <> | 2011-04-29 18:16:22 +0200 |
---|---|---|
committer | siretart@tauware.de <> | 2011-04-29 18:16:22 +0200 |
commit | a9d92e4f4fd0f80b9d5aca216b80b8ec521eb9a7 (patch) | |
tree | 1ba3ff2b4f5b1223359accb1f4c078ddcfc87ca2 | |
parent | a5a52aef608dfe218ce237467b0da4a558fe6c38 (diff) | |
download | lcd4linux-a9d92e4f4fd0f80b9d5aca216b80b8ec521eb9a7.tar.gz |
add libdbus-1-dev to build depends
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 253df40..8b71e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low * No longer build the mpd module. Closes: #578226 * Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on $syslog", thanks to Petter Reinholdtsen (Closes: #582825). + * add libdbus-1-dev to build depends - -- Reinhard Tartler <siretart@tauware.de> Wed, 27 Apr 2011 20:25:03 +0200 + -- Reinhard Tartler <siretart@tauware.de> Fri, 29 Apr 2011 18:16:11 +0200 lcd4linux (0.10.1~rc2-4) unstable; urgency=low diff --git a/debian/control b/debian/control index fbffa73..62c3fe0 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, + libdbus-1-dev, libgd2-noxpm-dev, libmysqlclient15-dev, libncurses5-dev, |