This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit db3fca3de0b51e45994335dc5cb47a8fa71a3074 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 23:26:09 2018 +0200 debian/rules: remove GENSYMBOLS_FLAGS setting, the source code doesn't even use it. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a595a0..940d672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -108,6 +108,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Remove MOZ_FFVPX stuff, unimplemented. - Add CRASH_REPORTER setting, although I'm unsure if that's even supported. + - Remove GENSYMBOLS_FLAGS setting, the source code doesn't even use 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 5d96df5..1da37fe 100755 --- a/debian/rules +++ b/debian/rules @@ -85,9 +85,6 @@ endif ifneq (,$(filter i386 amd64 armel armhf,$(DEB_BUILD_ARCH))) CRASH_REPORTER = 1 endif -ifeq (,$(filter debug noopt,$(DEB_BUILD_OPTIONS))) - GENSYMBOLS_FLAGS := -c4 -endif ifeq (default,$(origin CC)) CC := gcc -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git