X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=boot.sh;fp=boot.sh;h=dce5625c51acda80d0864a7c093825bffd7afb80;hb=208d496f15787e55777c2ef541595f9e750ef771;hp=05dd3599646e634b2599cd512b00408a884e444d;hpb=609d182a8161e9e87300cc680ff55c50d02b6e22;p=sliver-openvswitch.git diff --git a/boot.sh b/boot.sh index 05dd35996..dce5625c5 100755 --- a/boot.sh +++ b/boot.sh @@ -1,2 +1,6 @@ #! /bin/sh autoreconf --install --force + +# Ensure that debian/changelog is up-to-date. +VERSION=`autom4te --language=autoconf -t 'AC_INIT:$2' configure.ac` +build-aux/update-debian-changelog debian/changelog "$VERSION"