This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 0b373510063fd09b172c00d233379089b2f12f84 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 29 08:36:16 2018 +0200 debian/rules: "rework" dh_auto_configure override. --- debian/changelog | 1 + debian/rules | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c473aad..eca35af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Comment out all (%) rule. - Rework dh_auto_clean. - Add stamps/build-palemoon target. + - "Rework" dh_auto_configure override. * 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 d388458..8912f10 100755 --- a/debian/rules +++ b/debian/rules @@ -82,6 +82,8 @@ CXXFLAGS = $(CFLAGS) EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS $(call lazy,CONFIGURE_ENV,$$(foreach export,$(EXPORTS),$$(export)="$$($$(export))")) +override_dh_auto_configure: + stamps/prepare-configure:: stamps/dummy for dir in $(AUTOCONF_DIRS); do \ for file in config.guess config.sub; do \ @@ -148,10 +150,6 @@ override_dh_auto_clean:: done; \ done - -override_dh_auto_configure: - cp debian/mozconfig mozconfig - override_dh_auto_build: make -f client.mk build -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git