This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1235f30e4cbf72695da835dd4c41bf3e4caee4d3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:22:38 2018 +0200 debian/control.in: add (optional) libvpx build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5829091..9717191 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) nspr build dependency. - Add (optional) nss build dependency. - Add (optional) sqlite build dependency. + - Add (optional) libvpx 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 f350209..ea91682 100644 --- a/debian/control.in +++ b/debian/control.in @@ -51,6 +51,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_SQLITE libsqlite3-dev (>= 3.17.0), %endif +%if USE_SYSTEM_VPX + libvpx-dev (>= 1.5.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