summaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-07-21 15:38:23 -0700
committerBen Pfaff <blp@nicira.com>2010-07-21 15:38:23 -0700
commitc92647a47ad610ce188e29302c90ae6f7692dcb2 (patch)
tree6c80d48667f017f399f90ef8b0d58c110c7c652b /boot.sh
parent7454ec7a7494039ad339af5c0825fcc856bc6ffb (diff)
downloadopenvswitch-c92647a47ad610ce188e29302c90ae6f7692dcb2.tar.gz
debian: Check for accurate Debian changelog version at build time too.
When we increment the Open vSwitch version number, we tend to forget to update it in debian/changelog at the same time. Right now this gets fixed up automatically at "make dist" time, but it's even better if we can always have it be correct in the repository. This commit should help with that, by making both "make" and "make dist" refuse to proceed if the version number is out of sync.
Diffstat (limited to 'boot.sh')
-rwxr-xr-xboot.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot.sh b/boot.sh
index dce5625c5..05dd35996 100755
--- a/boot.sh
+++ b/boot.sh
@@ -1,6 +1,2 @@
#! /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"