This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d36ea2fbbdffbf1a0eeb2412e56f344c3696a850 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:20:24 2018 +0200 debian/control.in: add (optional) sqlite build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 455674f..5829091 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Reformat dpkg-dev build dependency. - Add (optional) nspr build dependency. - Add (optional) nss build dependency. + - Add (optional) sqlite build dependency. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control.in b/debian/control.in index 427f1a8..f350209 100644 --- a/debian/control.in +++ b/debian/control.in @@ -48,6 +48,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_NSS libnss3-dev (>= 2:3.28.5~), %endif +%if USE_SYSTEM_SQLITE + libsqlite3-dev (>= 3.17.0), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git