update-debian-changelog: Pass "-f" to "mv" to fix "make distcheck".
authorBen Pfaff <blp@nicira.com>
Tue, 15 Jun 2010 17:37:27 +0000 (10:37 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:25:16 +0000 (10:25 -0700)
commit50fa00401969b3ef19ecba84ef1bee380819f6c8
tree83e8153e8104765bf59cfa4925ad96ad642b7a97
parent3c34dd48afdb134f74099c5b84fe5bdc33656023
update-debian-changelog: Pass "-f" to "mv" to fix "make distcheck".

"make distcheck" unsets the "writable" bit of files as it installs them
on "make dist", so to avoid an error (or a user query) updating
debian/changelog in such a situation we must use the -f option.
build-aux/update-debian-changelog