[X2go-Commits] x2gognomebindings.git - master (branch) updated: 2.0.1.1-11-gcdd1cc7

X2go dev team git-admin at x2go.org
Sun Sep 25 13:54:39 CEST 2011


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 at 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).




More information about the x2go-commits mailing list