From 20a4b06be7a0a0413e805f78bc544629cf092634 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 06 Mar 2014 10:53:38 -0500 Subject: scripts/changelog2news.sh: Change package name. s/OPK Build Helper Tools/opkhelper/. --- diff --git a/scripts/changelog2news.sh b/scripts/changelog2news.sh index 2716de3..2f5ab6e 100755 --- a/scripts/changelog2news.sh +++ b/scripts/changelog2news.sh @@ -9,8 +9,9 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -script='s/^\(.*\) (\(.*\))$/OPK Build Helper Tools version \1\n\n' +script='s/^\(.*\) (\(.*\))$/opkhelper version \1\n\n' script="${script}"'Released: \2\n\nChanges in this release:/' -sed "${script}" "${1}" | sed -n '/^OPK /{p; s/./-/gp; n;}; /^OPK /!p' | \ +sed "${script}" "${1}" | \ + sed -n '/^opkhelper /{p; s/./-/gp; n;}; /^opkhelper /!p' | \ grep -v '^ \[' -- cgit v0.9.1