Package: libbonobouimm1.3
Severity: normal
Version: 1.3.7-4

Hello Bradley,

debian/rules do

        dh_installexamples -X\\.deps -X\\.lib -X\\.o

However with current debhelper you must simply do

        dh_installexamples -X.deps -X.lib -X.o

The former would only exclude filenames containing "\.deps" which
is probably not what you want.

This change was made in the following upload:

debhelper (5.0.18) unstable; urgency=low

  * Reverted change in 4.1.9, so generation of EXCLUDE_FIND escapes "." to
    "\\.", which turns into "\." after being run through the shell, and
    prevents find from treating -X.svn as a regexp that matches files such
    as foo/svn.vim. (It's safe to do this now that all uses of EXCLUDE_FIND are
    via complex_doit(), which was not the case of dh_clean when this change
    was originally made.) Closes: #349070

 -- Joey Hess <[EMAIL PROTECTED]>  Fri, 20 Jan 2006 17:09:31 -0500

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


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

Reply via email to