debian: Attempt to keep debian/changelog up-to-date.
[cascardo/ovs.git] / boot.sh
1 #! /bin/sh
2 autoreconf --install --force
3
4 # Ensure that debian/changelog is up-to-date.
5 VERSION=`autom4te --language=autoconf -t 'AC_INIT:$2' configure.ac`
6 build-aux/update-debian-changelog debian/changelog "$VERSION"