=== modified file 'debian/changelog'
--- a/debian/changelog	2008-04-20 01:07:29 +0000
+++ b/debian/changelog	2008-04-20 18:34:48 +0000
@@ -1,3 +1,10 @@
+ndb-bindings (0.6.4-2hardy1) hardy; urgency=low
+
+  * Removed build deps on automake, autoconf, autotools-dev and bison. We
+    should never need these in the packaging step.
+
+ -- Monty Taylor <mordred@inaugust.com>  Sun, 20 Apr 2008 11:11:28 -0700
+
 ndb-bindings (0.6.4-1hardy1) hardy; urgency=low
 
   * New upstream.

=== modified file 'debian/control'
--- a/debian/control	2008-04-19 19:46:44 +0000
+++ b/debian/control	2008-04-20 18:12:11 +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, swig
+Build-Depends: debhelper (>= 5.0.38), 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, libmysqlclient-dev (>= 6.3.12-4), libndbclient-dev (>= 6.3.12-4), python-central (>= 0.5.6), 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	2008-04-19 20:08:03 +0000
+++ b/debian/rules	2008-04-20 18:12:11 +0000
@@ -24,9 +24,6 @@
 
 export MONO_SHARED_DIR=$(CURDIR)
 
-configure: configure.ac Makefile.am
-	./autogen.sh
-
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.



