#! /bin/sh

set -e

. packageinfo.sh
bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > ChangeLog.new
mv ChangeLog.new ChangeLog
