The branch, master has been updated via 1c4fc3d2df06d4bfa6794cab2280e62aaf058d6d (commit) from 2e3971dd546f21338fc8601aebbdcc58d6628216 (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 1c4fc3d2df06d4bfa6794cab2280e62aaf058d6d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jul 28 12:11:42 2013 +0200 autogen.sh: Fix PKG_NAME, set to x2gomatebindings. ----------------------------------------------------------------------- Summary of changes: autogen.sh | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/autogen.sh b/autogen.sh index d3a0363..2fb9c71 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="mate-applets" +PKG_NAME="x2gomatebindings" (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" diff --git a/debian/changelog b/debian/changelog index 2cae5b6..01a0a20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ x2gomatebindings (0.0.1.1-0~x2go1) UNRELEASED; urgency=low + * New upstream release (0.0.1.1): + - autogen.sh: Fix PKG_NAME, set to x2gomatebindings. * /debian/control: + Fix SYNOPSIS. + Fix typo in LONG_DESCRIPTION. hooks/post-receive -- x2gomatebindings.git (x2gomatebindings upstream project) 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 "x2gomatebindings.git" (x2gomatebindings upstream project).