This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 361533c debian/rules: we really want to match the search pattern against the current DIST variable and have the result contain the DIST variable's content if the needle strings match, so change the filter call parameter order. new 17c6ecb debian/rules: generate configure files correctly, since we're actually using a nightly-based source. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/rules | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 17c6ecb0b02cbb152044b5b127050da72115b07a Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Aug 30 06:51:45 2018 +0200 debian/rules: generate configure files correctly, since we're actually using a nightly-based source. --- debian/changelog | 2 ++ debian/rules | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 88d9e19..cb42b71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - We really want to match the search pattern against the current DIST variable and have the result contain the DIST variable's content if the needle strings match, so change the filter call parameter order. + - Generate configure files correctly, since we're actually using a + nightly-based source. * 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 f28fe85..58d45a7 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,8 @@ stamps/prepare-configure:: stamps/dummy fi; \ done; \ done - chmod 755 configure js/src/configure + $(MAKE) -f client.mk configure-files + chmod +x configure js/src/configure stamps/configure-check-palemoon:: stamps/configure-palemoon # Ensure --{with,enable}-system options properly set expected variables -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git