[X2Go-Commits] buildscripts.git - master (branch) updated: 88e9aff58cc70500493798fd9223287ce6ae73e0

X2Go dev team git-admin at x2go.org
Fri Jul 19 14:08:52 CEST 2013


The branch, master has been updated
       via  88e9aff58cc70500493798fd9223287ce6ae73e0 (commit)
      from  f4f2ddf5361259bb3e91d6b33db32ad8053ceb8b (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 88e9aff58cc70500493798fd9223287ce6ae73e0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jul 19 14:08:49 2013 +0200

    automatically detect bug reports that got fixed with this release

-----------------------------------------------------------------------

Summary of changes:
 bin/x2go-release-announcement |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/bin/x2go-release-announcement b/bin/x2go-release-announcement
index 3e0d782..24e2a40 100755
--- a/bin/x2go-release-announcement
+++ b/bin/x2go-release-announcement
@@ -37,11 +37,12 @@ New gains of this version of ,,$project'' are:
   o <gain-1>
   o <gain-2>
   o <gain-3>
-  o Bug closures: #<n>, #<m> (see below)
 
 "
 
-dpkg-parsechangelog --offset $offset -c$count | sed -e 's/^Source: /X2Go Component: /' \
+cat debian/changelog | sed -e 's/Fixes:/Closes:/i' | dpkg-parsechangelog --offset $offset -c$count -l- | \
+	                sed -e 's/Closes:/Fixes these bug report(s):/i' \
+	                    -e 's/^Source: /X2Go Component: /' \
 	                    -e 's/-0~x2go[0-9]//' \
 	                    -e 's/-0$//' \
 	                    -e 's/^Distribution: unstable/Status: RELEASE/' \


hooks/post-receive
-- 
buildscripts.git (X2Go packaging scripts)

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 "buildscripts.git" (X2Go packaging scripts).




More information about the x2go-commits mailing list