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


** Changed in: pkg-create-dbgsym (Ubuntu)
       Status: Fix Released => In Progress

** Branch linked: lp:~anders-kaseorg/pkg-create-dbgsym/dh_strip-O-X

-- 
Failure during -dbgsym generation
https://bugs.launchpad.net/bugs/520767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to