#!/bin/bash
VERSION=`sed -n '/AC_INIT(obc, *\([^,]*\),.*/s//\1/p' configure.in`
DATE=`date -R`
cat <<! >debian/changelog
obc ($VERSION) unstable; urgency=low

  * Release

 -- Mike Spivey <mike@cs.ox.ac.uk>  $DATE
!






