Author: Daniel Baumann <daniel@debian.org>
Description: Don't strip binaries by default (Closes: #438020).

diff -Naurp sic.orig/config.mk sic/config.mk
--- sic.orig/config.mk	2009-08-20 09:26:12.000000000 +0000
+++ sic/config.mk	2009-11-07 16:07:53.000000000 +0000
@@ -14,7 +14,7 @@ LIBS = -L/usr/lib -lc
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+LDFLAGS = ${LIBS}
 
 # compiler and linker
 CC = cc
