tags 475708 + patch thanks Hi,
As requested by my NM process here a patch to fix this FTBFS. I will ask my AM to make a NMU in a week or so. Please tell me if you have any objections. Regards Laurent Bigonville
diff -u testdisk-6.9/debian/rules testdisk-6.9/debian/rules
--- testdisk-6.9/debian/rules
+++ testdisk-6.9/debian/rules
@@ -27,7 +27,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-sudo --with-sudo-bin=/usr/bin/sudo
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-sudo --with-sudo-bin=/usr/bin/sudo --with-ncurses-includes=/usr/include/ncursesw
build: build-stamp
diff -u testdisk-6.9/debian/changelog testdisk-6.9/debian/changelog
--- testdisk-6.9/debian/changelog
+++ testdisk-6.9/debian/changelog
@@ -1,3 +1,10 @@
+testdisk (6.9-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Pass --with-ncurses-includes to fix FTBFS (Closes: #475708)
+
+ -- Laurent Bigonville <[EMAIL PROTECTED]> Sat, 10 May 2008 12:29:04 +0200
+
testdisk (6.9-1) unstable; urgency=low
* New upstream release
pgpdqSDDahhFg.pgp
Description: PGP signature

