This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1b740c173e8968bc21a85edea1f3e1b23dd9b849 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 18 10:54:28 2019 +0200 debian/rules: disable GTK3 again. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b44767..08d4f8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ palemoon (28.5.0+repack-1-0x2go1) UNRELEASED; urgency=medium * New downstream version (28.5.0): * debian/rules: - Enable GTK3 for now. + - Disable GTK3 again. * debian/patches: - Deactivate XLIB-compatible surface patch. We will need a "clean" build without it first. diff --git a/debian/rules b/debian/rules index 446cfbd..ee7339d 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ GTK3 ?= $(shell grep -q "platform_choices = .'cairo-gtk3'" toolkit/moz.configure GTK3=0 # Enable GTK3 for tests. -GTK3=1 +#GTK3=1 BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding --enable-official-vendor,--with-branding=$(BRANDING) --disable-official-vendor) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git