tags 464288 + patch thank you
Hi, Here is an NMU to fix this bug. Might not be the most elegent solution but it works for me even on multiple builds. Thanks, Barry deFreese
diff -u tcm-2.20+TSQD/debian/rules tcm-2.20+TSQD/debian/rules --- tcm-2.20+TSQD/debian/rules +++ tcm-2.20+TSQD/debian/rules @@ -18,6 +18,7 @@ dh_testdir -$(MAKE) config + rm -f src/Config.tmpl cp debian/Config.tmpl src/ touch configure-stamp diff -u tcm-2.20+TSQD/debian/changelog tcm-2.20+TSQD/debian/changelog --- tcm-2.20+TSQD/debian/changelog +++ tcm-2.20+TSQD/debian/changelog @@ -1,3 +1,11 @@ +tcm (2.20+TSQD-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove src/Config.tmpl symlink before copying debian/Config.tmpl. + + Fixes FTBFS. (Closes: #464288). + + -- Barry deFreese <[EMAIL PROTECTED]> Sun, 02 Mar 2008 11:26:01 -0500 + tcm (2.20+TSQD-4) unstable; urgency=low * debian/Config.tmpl: Remove useless libraries from LDFLAGS.

