diff options
-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 |