summaryrefslogtreecommitdiff
path: root/bin/x2go-release-announcement
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-08-23 22:34:48 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-08-23 22:34:48 +0200
commit60972c5ca2ea2860c14f4cd06815a0ec7f932bdb (patch)
treea295c369b467533378f3f2a050b58d8452161607 /bin/x2go-release-announcement
parentadf9ed4efa400792127da094725482ad5d7c166f (diff)
downloadbuildscripts-60972c5ca2ea2860c14f4cd06815a0ec7f932bdb.tar.gz
buildscripts-60972c5ca2ea2860c14f4cd06815a0ec7f932bdb.tar.bz2
buildscripts-60972c5ca2ea2860c14f4cd06815a0ec7f932bdb.zip
fix removal of all colons from release announcements
Diffstat (limited to 'bin/x2go-release-announcement')
-rwxr-xr-xbin/x2go-release-announcement2
1 files changed, 1 insertions, 1 deletions
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/' \