=== modified file 'debian/changelog'
--- a/debian/changelog	2008-04-19 19:54:48 +0000
+++ b/debian/changelog	2008-04-19 22:54:39 +0000
@@ -1,3 +1,10 @@
+ndb-bindings (0.6.3-3gutsy1) gutsy; urgency=low
+
+  * configure.in has been renamed to configure.ac. Changed the debian/rules
+    file to reflect this.  
+
+ -- Monty Taylor <mordred@inaugust.com>  Sat, 19 Apr 2008 13:07:28 -0700
+
 ndb-bindings (0.6.3-2gutsy1) gutsy; urgency=low
 
   * Added swig to the build-depends, since it's not bundled anymore.

=== modified file 'debian/rules'
--- a/debian/rules	2007-12-19 02:54:45 +0000
+++ b/debian/rules	2008-04-19 20:08:03 +0000
@@ -24,7 +24,7 @@
 
 export MONO_SHARED_DIR=$(CURDIR)
 
-configure: configure.in Makefile.am
+configure: configure.ac Makefile.am
 	./autogen.sh
 
 config.status: configure



