Package: firefox
version: 1.5.dfsg-4

In debian/rules:
 # Exclude inspector for firefox
         dh_install -pfirefox '-X*inspector*' '-X*gnome*' '-X*imgicon*'

This should read:
         dh_install -pfirefox '-Xinspector' '-Xgnome' '-Ximgicon'

According to the manpage for dh_install:

       -Xitem, --exclude=item
           Exclude files that contain "item" anywhere in their filename from
           being installed.

(In fact, dh_install's handling of the -X option is completely bizarre
and it would be best to avoid passing it any regexp metacharacters
except `.', which it treats as a literal.  I will file a separate
bug about that.)

Ian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to