This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 9007da71071ad15cca4ccc0dff10039daf8f62a3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:16:40 2018 +0200 debian/control.in: add libsqlite3 run-time dependency. Should actually only be necessary in non-system-SQLite mode, but on the other hand also allows users to open the databases directly if they want to. --- debian/changelog | 3 +++ debian/control.in | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index ba1392d..fc2e33b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,9 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add procps run-time dependency. Same comment as above. - Add debianutils run-time dependency. Not sure if it's not completely unnecessary at that point. + - Add libsqlite3 run-time dependency. Should actually only be necessary in + non-system-SQLite mode, but on the other hand also allows users to open + the databases directly if they want to. * 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 5beb7cd..81bf5f0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -106,6 +106,7 @@ Depends: ${shlibs:Depends}, fontconfig, procps, debianutils (>= 1.16), + libsqlite3-0 (>= 3.7.12-1~) Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git