The branch, master has been updated via cdd1cc7e08d3d2529df4b3a74517eb0bba8b58d1 (commit) from a37b43eed649c8ad1efa3d818c8c487e83fce408 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cdd1cc7e08d3d2529df4b3a74517eb0bba8b58d1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Sep 25 13:54:36 2011 +0200 fix auto-configure, config.sub and config.guess were missing ----------------------------------------------------------------------- Summary of changes: debian/rules | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/rules b/debian/rules index 3b1c9dc..c4d4f8f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,11 @@ %: dh $@ +override_dh_auto_configure: + cp /usr/share/misc/config.sub . + cp /usr/share/misc/config.guess . + dh_auto_configure + override_dh_auto_install: make -C po DESTDIR=../debian/x2gognomebindings install dh_auto_install hooks/post-receive -- x2gognomebindings.git (X2go bindings for GNOME) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gognomebindings.git" (X2go bindings for GNOME).