Source: contextfree Version: 3.1+dfsg1-2 Tags: patch upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs
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. Please consider applying the attached patch. Helmut
--- contextfree-3.1+dfsg1.orig/Makefile +++ contextfree-3.1+dfsg1/Makefile @@ -129,11 +129,9 @@ # # Executable # -# Under Cygwin replace strip $@ with strip $@.exe cfdg: $(OBJS) $(LINK.o) $^ $(LINKFLAGS) -o $@ - strip $@ #