diff options
author | siretart@tauware.de <> | 2011-04-29 18:25:13 +0200 |
---|---|---|
committer | siretart@tauware.de <> | 2011-04-29 18:25:13 +0200 |
commit | 3edea1bca0238e8f98cabce0d4c1f45167881d98 (patch) | |
tree | 5e6d666afdd008e3fc7d57e4522989e587e4cff5 | |
parent | dc20741729cc264a48692c0a54365577cf77e087 (diff) | |
download | lcd4linux-3edea1bca0238e8f98cabce0d4c1f45167881d98.tar.gz |
add sqlite3-dev to build depends
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1357378..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 @@ -9,8 +9,9 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low $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> Fri, 29 Apr 2011 18:16:11 +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 62c3fe0..fa56918 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: libgd2-noxpm-dev, libmysqlclient15-dev, libncurses5-dev, + libsqlite3-dev, libusb-dev, libx11-dev, libxt-dev, |