Hi Attached the patch for the version I uploaded. Please respond if you think that the attached patch won't work.
Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u tochnog-20010124/debian/changelog tochnog-20010124/debian/changelog
--- tochnog-20010124/debian/changelog
+++ tochnog-20010124/debian/changelog
@@ -1,3 +1,10 @@
+tochnog (20010124-2.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix FTBFS due to undefined reference to MAIN__ (Closes: #337460).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Thu, 2 Mar 2006 18:40:48 +0100
+
tochnog (20010124-2.1) unstable; urgency=low
* NMU
diff -u tochnog-20010124/debian/rules tochnog-20010124/debian/rules
--- tochnog-20010124/debian/rules
+++ tochnog-20010124/debian/rules
@@ -31,7 +31,7 @@
COMPILER_C=$(CC) COMPILER_CPP=$(CXX) \
COMPILER_FLAGS='-c -O2 -g -ansi -Wall -D_REENTRANT $$(PROFILE)
$$(ALL_INCLUDE)' \
LINK_FLAGS_BEFORE= \
- LINK_FLAGS_AFTER='$$(PROFILE) $$(ALL_LIB) -lm -lpthread -o
tochnog'
+ LINK_FLAGS_AFTER='$$(PROFILE) $$(ALL_LIB) -u MAIN__ -lm
-lpthread -o tochnog'
touch build-stamp
signature.asc
Description: OpenPGP digital signature

