Source: firewalk Version: 5.0-2.1 Tags: patch upstream User: [email protected] Usertags: ftcbfs
firewalk fails to cross build from source, because it strips with the build architecture strip. Stripping in the build system is relatively unusual (except for cmake where you can control the stripping behaviour using standard flags) and beyond breaking cross building it also breaks generation of -dbgsym packages as well as DEB_BUILD_OPTIONS=nostrip. Please consider disabling such stripping in the build system either upstream or as a debian patch. Helmut
--- firewalk-5.0.orig/src/Makefile.am +++ firewalk-5.0/src/Makefile.am @@ -25,7 +25,6 @@ all: cp firewalk $(top_srcdir) - strip $(top_srcdir)/firewalk clean: rm -f $(top_srcdir)/firewalk

