Source: xbomb Version: 2.2b-1 Tags: patch upstream User: helm...@debian.org Usertags: rebootstrap
xbomb fails to cross build from source. xbomb fails to honour DEB_BUILD_OPTIONS=nostrip. xbomb does not generate a useful -dbgsym package. All of these issues have the same reason: make install strips before dh_strip with the build architecture strip. All of these are fixed by simply not stripping. Please consider applying the attached patch. Helmut
--- xbomb-2.2b.orig/Makefile +++ xbomb-2.2b/Makefile @@ -51,7 +51,6 @@ ######## install : - strip xbomb install -d $(INSTDIR)/bin install -d $(INSTDIR)/man/man6 install -d $(INSTDIR)/lib/app-defaults