Bug#721337: bash: use correct strip command when cross build

2017-03-16 Thread TeeRasen
IMO, this bug can be closed. The code is in debian/rules. Regards, Tim

Bug#721337: bash: use correct strip command when cross build

2013-08-30 Thread Eleanor Chen
Package: src:bash User: crossbu...@debian.org Usertags: cross During the build process, debian/rules calls strip command directly. This will cause trouble for people doing cross build because host architecture's strip command may don't know how to handle the resulting binary. Something like the f