The branch, master has been updated via 25bea960b6d2a1e947eab2c8f99211c9ee6bf489 (commit) from 3d3a28e5d8776b0f7ebe77ac1baab8fc33290188 (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 25bea960b6d2a1e947eab2c8f99211c9ee6bf489 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Dec 13 13:55:53 2013 +0100 Use autogen.sh to build package. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2gognomebindings.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 17b9828..4376b29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,11 @@ x2gognomebindings (2.0.2.1-0~x2go1) UNRELEASED; urgency=low * /debian/control: - Update LONG_DESCRIPTION. - Add dependency: libgtk2.0-bin. + - Add po/Makefile.in.in. * x2gognomebindings.spec: + Convert x2gomatebindings.spec to make it work with the X2Go GNOMEv2 Bindings package. + + Use autogen.sh to build package. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 28 Jul 2013 12:42:33 +0200 diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 3fd27b0..7d7f9a3 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -35,7 +35,7 @@ GNOMEv2 desktops. %build if [ ! -e configure ]; then - autoreconf -fi; + ./autogen.sh; fi; %configure make %{?_smp_mflags}; hooks/post-receive -- x2gognomebindings.git (GNOMEv2 bindings for X2Go) 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" (GNOMEv2 bindings for X2Go).