Package: bakery2.3 Version: 2.3.11-2 Severity: normal Hello Bradley,
bakery2.3 debian/rules do: dh_installexamples -X\\.deps -X\\.libs -X\\.o However this no more work with current debhelper, you must simply do: dh_installexamples -X.deps -X.libs -X.o debhelper behaviour was fixed in version 5.0.18 and now -X\\.deps only exclude files whose names include '\.deps', which is probably not what you want. Here the relevant debhelper change: 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]