Description: Don't strip boxes binary already in Makefile
 Don't strip boxes binary already in Makefile and leave this
 to the dh_strip invocation in debian/rules.
 .
 Respect DEB_BUILD_OPTIONS=nostrip.
Origin: vendor
Bug: http://bugs.debian.org/436604
Forwarded: not-needed
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-09-15

--- a/src/Makefile
+++ b/src/Makefile
@@ -107,7 +107,7 @@
 
 build:
 	$(MAKE) CFLAGS_ADDTL=-O boxes
-	strip boxes
+
 debug:
 	$(MAKE) CFLAGS_ADDTL=-g boxes
 
