File: do-not-strip-boxes-binary-by-default.patch

package info (click to toggle)
boxes 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 740 kB
  • ctags: 755
  • sloc: ansic: 4,861; yacc: 733; lex: 502; makefile: 141; lisp: 61
file content (22 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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