tags 566785 + patch thanks Hi!
Attached is a patch for this issue. Best regards, Nelson
diff -urN detox-1.2.0/debian/patches/05-install-missing-file.patch detox-1.2.0/debian/patches/05-install-missing-file.patch --- detox-1.2.0/debian/patches/05-install-missing-file.patch 1969-12-31 21:00:00.000000000 -0300 +++ detox-1.2.0/debian/patches/05-install-missing-file.patch 2010-06-20 23:58:08.000000000 -0300 @@ -0,0 +1,18 @@ +# Patch by Nelson A. de Oliveira <nao...@debian.org> +# +# Patch upstream Makefile to install missing safe.tbl (#566785) + +--- detox-1.2.0/Makefile.in 2010-06-20 23:41:34.000000000 -0300 ++++ detox-1.2.0/Makefile.in 2010-06-20 23:42:34.000000000 -0300 +@@ -147,6 +147,11 @@ + else \ + echo "${DESTDIR}${datadir}/detox/unicode.tbl exists, skipping"; \ + fi ++ @if [ ! -f ${DESTDIR}${datadir}/detox/safe.tbl ]; then \ ++ ${INSTALL} -m 644 safe.tbl ${DESTDIR}${datadir}/detox; \ ++ else \ ++ echo "${DESTDIR}${datadir}/detox/safe.tbl exists, skipping"; \ ++ fi + + install-unsafe-config: install-base + ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir} diff -urN detox-1.2.0n/debian/patches/series detox-1.2.0/debian/patches/series --- detox-1.2.0n/debian/patches/series 2010-06-20 23:45:53.000000000 -0300 +++ detox-1.2.0/debian/patches/series 2010-06-20 23:58:16.000000000 -0300 @@ -2,4 +2,4 @@ 02-fix-wrong-use-of-hyphens-in-manpage.patch 03-remove-build-instructions-from-upstream-readme.patch 04-change-default-sequence-to-use-utf8-table.patch - +05-install-missing-file.patch