[X2Go-Commits] [buildscripts] 01/01: fix removal of all colons from release announcements

git-admin at x2go.org git-admin at x2go.org
Sat Aug 23 22:34:53 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 60972c5ca2ea2860c14f4cd06815a0ec7f932bdb
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Aug 23 22:34:48 2014 +0200

    fix removal of all colons from release announcements
---
 bin/x2go-release-announcement |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/x2go-release-announcement b/bin/x2go-release-announcement
index 99d9741..071d4dc 100755
--- a/bin/x2go-release-announcement
+++ b/bin/x2go-release-announcement
@@ -48,7 +48,7 @@ cat debian/changelog | sed -e 's/Fixes:/Closes:/i' | dpkg-parsechangelog --offse
 	                    -e 's/-0~x2go[0-9]//' \
 	                    -e 's/-0x2go[0-9]//' \
 	                    -e 's/-0$//' \
-	                    -e 's/[0-9]*:([0-9\.]*)/\1/g' \
+	                    -e "s/^\ $project\ \([0-9]*:([0-9\.]*)\)/\ $project \(\1\)/g" \
 	                    -e 's/^Distribution: unstable/Status: RELEASE/' \
 	                    -e 's/ unstable;/ RELEASED;/' \
 	                    -e 's/^Distribution: UNRELEASED/Status: PREVIEW/' \

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list