[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exclude some files from package



On Sun, Feb 06, 2005 at 11:20:28PM -0400, Maykel Moya wrote:
> I'm building a program which generates some files under usr/include,
> that I don't want inside the package.
> 
> What is the recommended way to exclude those packages from being
> packaged ?

Remove the files from the tree before running dh_installdeb.  For instance,
if you're using the standard debhelper tree layout, something like this
should do the trick:

rm -rf debian/<pkgname>/usr/include

- Matt

Attachment: signature.asc
Description: Digital signature


Reply to: