diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-08-20 21:52:48 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-08-20 21:52:48 +0200 |
commit | 7544d6152d8fb4e3804806eb0202222540f2c99c (patch) | |
tree | 87981eb8c40e8a92934bbfaf6f3730afc494ddfa | |
parent | b21d77ff6726f3b6c00be523a8c1291567afac45 (diff) | |
parent | 3edea1bca0238e8f98cabce0d4c1f45167881d98 (diff) | |
download | lcd4linux-7544d6152d8fb4e3804806eb0202222540f2c99c.tar.gz |
* add libdbus-1-dev to build depends
* new co-maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
* add sqlite3-dev to build depends
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 253df40..c84d8cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low +lcd4linux (0.11.0~svn1143-1) unstable; urgency=low * New upstream snapshot * Bump standards version @@ -7,8 +7,11 @@ 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 + * new co-maintainer: Jonathan McCrohan <jmccrohan@gmail.com> + * add sqlite3-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:25:10 +0200 lcd4linux (0.10.1~rc2-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 72ce88e..07111ad 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,11 @@ Uploaders: Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, + libdbus-1-dev, libgd2-noxpm-dev, libmysqlclient15-dev, libncurses5-dev, + libsqlite3-dev, libusb-dev, libx11-dev, libxt-dev, diff --git a/debian/rules b/debian/rules index 37d7ca6..99ee92c 100755 --- a/debian/rules +++ b/debian/rules @@ -53,8 +53,8 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - dh_clean build-stamp m4 dh_autoreconf_clean + dh_clean build-stamp m4 install: build dh_testdir |