This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit bec5152f104a05fdc363713682a057b61bb4eb55 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 22:53:43 2018 +0200 debian/rules: ignore rust stuff, but mention it. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d622dc5..50c8984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -101,6 +101,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium script. - Hardcode MOZ_APP_REMOTINGNAME. - Replace $(PRODUCT) with hardcoded palemoon string in missed location. + - Ignore rust stuff, but mention it. * 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 e761860..29f9bb6 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,8 @@ OFFICIAL_BRANDING := browser/branding/official MOZILLA_OFFICIAL := 1 BRANDING ?= $(OFFICIAL_BRANDING) +# Leave rust out, it's unsupported and unimplemented. + BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding,--with-branding=$(BRANDING)) MOZ_APP_REMOTINGNAME := Palemoon -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git