This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 75fd286465650fe637fd3ea59a7a74b6442a9a58 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 11 17:50:11 2016 +0200 debian/rules: don't automatically configure after running autogen.sh. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 175bd71..6ab4d67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low - Add explicit "printf-style" debugging, hoping it will actually show up. - Drop debugging output (which only leads to failing builds on all platforms) and consolidate default values. + - Don't automatically configure after running autogen.sh. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 diff --git a/debian/rules b/debian/rules index 9af2f0a..5a35886 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ endif override_dh_auto_configure: cp /usr/share/misc/config.sub . cp /usr/share/misc/config.guess . - ./autogen.sh + NOCONFIGURE=1 ./autogen.sh dh_auto_configure $(DHFLAGS) -- \ --with-gtk=$(USE_GTK) -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git