Comment 6 for bug 520767

Revision history for this message
Anders Kaseorg (andersk) wrote :

This needs a further fix in dh_strip. Currently barnowl FTBFS without this fix (see bug 557346).

--- dh_strip.old 2010-02-15 06:15:04.000000000 -0500
+++ dh_strip 2010-04-07 18:35:12.230331510 -0400
@ -150,7 +150,7 @
             next_arg_is_xopt=1
             ;;
         -X*)
- xopts="$xopts $p"
+ xopts="$xopts ${p#-O}"
             ;;
     esac