This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 51a11113181e630cda5453cf598b7a6bed744035 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:48:01 2018 +0200 debian/control.in: move mesa build dependency around. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e771747..a4dbfb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) libffi build dependency. - Add (optional) libevent build dependency. - Add (commented out) jsoncpp dependency. + - Move mesa build dependency around. * 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 b92662e..fe3ee4b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -70,6 +70,7 @@ Build-Depends: autotools-dev, %endif # Would be needed for WebRTC support, but Palemoon does not have any. # libjsoncpp-dev, + mesa-common-dev, # standard build-deps unzip, zip, @@ -77,7 +78,6 @@ Build-Depends: autotools-dev, yasm (>= 1.1), libpulse-dev, libxt-dev, - mesa-common-dev # Palemoon-specific dependencies. lsb-release, Standards-Version: 3.9.6 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git