Control: tags -1 +patch Hi,
This FTBFS issue can be fixed easily as attached patch. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -u sqlite-2.8.17/debian/changelog sqlite-2.8.17/debian/changelog --- sqlite-2.8.17/debian/changelog +++ sqlite-2.8.17/debian/changelog @@ -1,3 +1,12 @@ +sqlite (2.8.17-8.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - specify EB_AUTO_UPDATE_(ACLOCAL,AUTOMAKE) = 1.14 , not 1.13 + to fix FTBFS (Closes: #725539) + + -- Hideki Yamane <henr...@debian.org> Tue, 15 Oct 2013 18:50:21 +0900 + sqlite (2.8.17-8) unstable; urgency=low * Refresh auto* files and move to automake 1.13 (closes: #710341, #713180). diff -u sqlite-2.8.17/debian/rules sqlite-2.8.17/debian/rules --- sqlite-2.8.17/debian/rules +++ sqlite-2.8.17/debian/rules @@ -21,8 +21,8 @@ DEB_AUTO_UPDATE_LIBTOOL = pre DEB_AUTO_UPDATE_AUTOCONF = 2.50 -DEB_AUTO_UPDATE_ACLOCAL = 1.13 -DEB_AUTO_UPDATE_AUTOMAKE = 1.13 # We don't use automake, but aclocal +DEB_AUTO_UPDATE_ACLOCAL = 1.14 +DEB_AUTO_UPDATE_AUTOMAKE = 1.14 # We don't use automake, but aclocal DEB_CONFIGURE_EXTRA_FLAGS = config_TARGET_TCL_INC="-I/usr/include/tcl8.5" \ config_BUILD_CFLAGS="$(CFLAGS) -DTHREADSAFE=1" \