This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit cb1d184e1156ddf37f00eabaecd44c9d571b547a Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 23:18:27 2018 +0200 debian/rules: remove MOZ_FFVPX stuff, unimplemented. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5adafec..5b81226 100644 --- a/debian/changelog +++ b/debian/changelog @@ -105,6 +105,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Select GTK3 if upstream thinks it should be the default. - Remove old ppc64(be) workaround, good riddance. - Hope that GCC is new enough to not need the ia64 workaround any longer. + - Remove MOZ_FFVPX stuff, unimplemented. * debian/mozconfig: - Remove autoconf flags that should better be handled by debian/rules. * debian/make.mk: diff --git a/debian/rules b/debian/rules index a01e94a..9b78bd6 100755 --- a/debian/rules +++ b/debian/rules @@ -118,7 +118,7 @@ $(foreach f,$(IN_FILES),$(eval $(call preprocess, $(f)))) GENERATED_FILES += $(PREPROCESSED_FILES) debian/control: debian/rules debian/changelog -$(PREPROCESSED_FILES): VARS = GRE_VERSION MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) GTK3 DIST MOZ_FFVPX CRASH_REPORTER RUST BUILD_RUST DEB_BUILD_ARCH +$(PREPROCESSED_FILES): VARS = GRE_VERSION MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) GTK3 DIST CRASH_REPORTER RUST BUILD_RUST DEB_BUILD_ARCH $(PREPROCESSED_FILES): $(PYTHON) python/mozbuild/mozbuild/preprocessor.py --marker % -Fsubstitution $(foreach var,$(VARS),-D$(var)="$($(var))" )$< > $@ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git