NMU uploaded to delayed 2 using patch from Laurent Bigonville
NMU patch attached
Colin
--
Colin Tuckley | +44(0)1903 236872 | PGP/GnuPG Key Id
Debian Developer | +44(0)7799 143369 | 0x1B3045CE
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo
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,11 @@
+testdisk (6.9-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Pass --with-ncurses-includes to fix FTBFS (Closes: #475708)
+ patch from Laurent Bigonville
+
+ -- Colin Tuckley <[EMAIL PROTECTED]> Fri, 23 May 2008 08:45:09 +0100
+
testdisk (6.9-1) unstable; urgency=low
* New upstream release