File: 03_use_dh_strip.patch

package info (click to toggle)
contextfree 3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,260 kB
  • sloc: cpp: 37,992; lex: 414; makefile: 123; sh: 43; python: 34
file content (17 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Contextfree fails to cross build from source, because it strips with the
 wrong strip. Such stripping also breaks DEB_BUILD_OPTIONS=nostrip as
 well as generation of -dbgsym packages. stripping is best deferred to
 dh_strip. 
Author: Helmut Grohne <helmut@subdivi.de> Debian QA
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,6 @@
 
 cfdg: $(OBJS)
 	$(LINK.o) $^ $(LINKFLAGS) -o $@
-	strip $@
 
 
 #