debian: Attempt to keep debian/changelog up-to-date.
authorBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 22:53:57 +0000 (15:53 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 16:44:11 +0000 (09:44 -0700)
commit208d496f15787e55777c2ef541595f9e750ef771
treef00491e11d424bb6b40da8a4125335254fb3e578
parent609d182a8161e9e87300cc680ff55c50d02b6e22
debian: Attempt to keep debian/changelog up-to-date.

Invariably we forget to update the version number in debian/changelog as
we change OVS's own version number.  This is embarrassing.

This commit introduces two different times to automatically update the
debian/changelog version number: whenever boot.sh runs and whenever
"make dist" runs.  In the latter case, only the version number in the
distributed tarball is updated, but that seems OK.

Reported by Joan Cirer <joan@ev0.net> most recently, and by others over
the last year or so too.
Makefile.am
boot.sh
build-aux/update-debian-changelog [new file with mode: 0755]
debian/automake.mk