package sqlite tags 544437 + patch thanks The attached patch fixes the build failure for me. -- Daniel Schepler
diff -urN sqlite-2.8.17.old/debian/rules sqlite-2.8.17/debian/rules --- sqlite-2.8.17.old/debian/rules 2009-09-03 16:12:18.000000000 +0000 +++ sqlite-2.8.17/debian/rules 2009-09-03 16:13:35.000000000 +0000 @@ -20,6 +20,7 @@ DEB_AUTO_UPDATE_LIBTOOL = pre DEB_AUTO_UPDATE_AUTOCONF = 2.50 +DEB_AUTO_UPDATE_ACLOCAL = 1.9 DEB_AUTO_UPDATE_AUTOMAKE = 1.9 # We don't use automake, but aclocal DEB_CONFIGURE_EXTRA_FLAGS = config_TARGET_TCL_INC="-I/usr/include/tcl8.4" \