=== modified file 'debian/changelog'
--- a/debian/changelog	2008-04-19 19:41:50 +0000
+++ b/debian/changelog	2008-04-19 22:55:29 +0000
@@ -1,3 +1,16 @@
+ndb-bindings (0.6.3-3feisty1) feisty; 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-2) unreleased; urgency=low
+
+  * Added swig to the build-depends, since it's not bundled anymore.
+
+ -- Monty Taylor <mordred@inaugust.com>  Sat, 19 Apr 2008 12:46:21 -0700
+
 ndb-bindings (0.6.3-1feisty1) feisty; urgency=low
 
   * New upstream release.

=== modified file 'debian/control'
--- a/debian/control	2008-04-11 09:11:00 +0000
+++ b/debian/control	2008-04-19 22:55:29 +0000
@@ -1,7 +1,7 @@
 Source: ndb-bindings
 Priority: extra
 Maintainer: Monty Taylor <mordred@inaugust.com>
-Build-Depends: debhelper (>= 5.0.38), autotools-dev, python-all-dev, python-all-dbg, icedtea-java7-jdk | sun-java6-jdk | java-gcj-compat-dev | sun-java5-jdk, ruby1.8-dev, ruby (>= 1.8), libperl-dev, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.8), mono-2.0-devel | mono-devel, pkg-config, liblua5.1-0-dev, patch, autoconf (>= 2.61), libtool (>= 1.5.22), libmysqlclient-dev (>= 6.3.12-4), libndbclient-dev (>= 6.3.12-4), bison, python-central (>= 0.5.6), automake (>= 1.10), python-setuptools (>= 0.6c1), php5-dev
+Build-Depends: debhelper (>= 5.0.38), autotools-dev, python-all-dev, python-all-dbg, icedtea-java7-jdk | sun-java6-jdk | java-gcj-compat-dev | sun-java5-jdk, ruby1.8-dev, ruby (>= 1.8), libperl-dev, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.8), mono-2.0-devel | mono-devel, pkg-config, liblua5.1-0-dev, patch, autoconf (>= 2.61), libtool (>= 1.5.22), libmysqlclient-dev (>= 6.3.12-4), libndbclient-dev (>= 6.3.12-4), bison, python-central (>= 0.5.6), automake (>= 1.10), python-setuptools (>= 0.6c1), php5-dev, swig
 Standards-Version: 3.7.3
 XS-Python-Version: >= 2.4
 Section: libs

=== 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



