This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit bcbd269d9872e9c591b2cdc11a287ef24e3a123c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 16 22:34:35 2019 +0100 debian/rules: --build parameter not supported by configure any longer, replaced by --target. --- debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0338cab..1cb749e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium - Fix syntax error. * debian/upstream.mk: - Fix upstream version fetching, version.txt location changed. + * debian/rules: + - --build parameter not supported by configure any longer, replaced by + --target. -- Mihai Moldovan <ionic@ionic.de> Thu, 31 Jan 2019 01:36:58 +0100 diff --git a/debian/rules b/debian/rules index 5b508d3..c74a574 100755 --- a/debian/rules +++ b/debian/rules @@ -186,7 +186,7 @@ endif MOZCONFIG=$(CURDIR)/debian/palemoon.mozconfig \ ASFLAGS="-g" \ $(CONFIGURE_ENV) \ - ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr $(CONFIGURE_FLAGS) \ + ../configure --target=$(DEB_HOST_GNU_TYPE) --host=$(DEB_BUILD_GNU_TYPE) --prefix=/usr $(CONFIGURE_FLAGS) \ --with-default-mozilla-five-home=$(LIB_DIR) \ $(BRANDING_CONFIGURE_FLAG) sed -i "/MOZ_APP_REMOTINGNAME/s/'[^']*',/'$(MOZ_APP_REMOTINGNAME)',/" build-palemoon/config.status -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git