diff options
-rwxr-xr-x | bin/x2go-release-announcement | 2 |
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/' \ |