summaryrefslogtreecommitdiff
path: root/bin/x2go-release-announcement
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-17 15:54:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-17 15:54:59 +0100
commit7bc4daccb85291843c0c63b53c36816393110a56 (patch)
treeb022120a2402e73af83b078b93271f8778ef8e05 /bin/x2go-release-announcement
parent4eea32cf9eab1c1b48eea402a349c275a8782e78 (diff)
downloadbuildscripts-7bc4daccb85291843c0c63b53c36816393110a56.tar.gz
buildscripts-7bc4daccb85291843c0c63b53c36816393110a56.tar.bz2
buildscripts-7bc4daccb85291843c0c63b53c36816393110a56.zip
capture new version strings in changelog
Diffstat (limited to 'bin/x2go-release-announcement')
-rwxr-xr-xbin/x2go-release-announcement1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/x2go-release-announcement b/bin/x2go-release-announcement
index 24e2a40..ff89479 100755
--- a/bin/x2go-release-announcement
+++ b/bin/x2go-release-announcement
@@ -44,6 +44,7 @@ cat debian/changelog | sed -e 's/Fixes:/Closes:/i' | dpkg-parsechangelog --offse
sed -e 's/Closes:/Fixes these bug report(s):/i' \
-e 's/^Source: /X2Go Component: /' \
-e 's/-0~x2go[0-9]//' \
+ -e 's/-0x2go[0-9]//' \
-e 's/-0$//' \
-e 's/^Distribution: unstable/Status: RELEASE/' \
-e 's/ unstable;/ RELEASED;/' \