#!/bin/sh BUILD=${1%.0} cat < ./debian/changelog.new dbuscron (${BUILD}-1) unstable; urgency=low * Next release: `git shortlog $(git describe --tags --abbrev=0)..HEAD | sed 's/^/ /'` -- Konstantin Stepanov `LC_ALL=C date +'%a, %e %b %Y %T %z'` CHANGELOG cat ./debian/changelog >> ./debian/changelog.new && mv -f ./debian/changelog.new ./debian/changelog