Subject: Remove generation of debian/changelog

debian/changelog is handled on the debian side since debian maintainer needs to be
able to add debian specific packaging changes, not upstream only and having it on the
upstream tarball is not needed

Author: Frederic Bonnard <frediz@linux.vnet.ibm.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.in
+++ b/configure.in
@@ -69,5 +69,5 @@
 AC_CHECK_FUNCS([memmove memset mkdir socket strdup strerror strtol uname sqlite3_prepare_v2])
 
 #finished
-AC_CONFIG_FILES([Makefile libvpd.spec debian/changelog libvpd-2.pc libvpd_cxx-2.pc])
+AC_CONFIG_FILES([Makefile libvpd.spec libvpd-2.pc libvpd_cxx-2.pc])
 AC_OUTPUT
