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

Re: Simple Debian Package Creation?



On Thu, Nov 04, 2004 at 02:18:35AM +0200, George Danchev wrote:
> my humble question is: if I have Source: and multiple Package: lines described 
> in my debian/control file. But how is these debian/<Package:>/ subdirectories 
> created.. I end up with the firts Package: conctructed in debian/tmp , but I 
> want them all constructed in their own debian/<Package:> subdirs..
> yes I know it works, but where is the magic here and what I'm mising ?

Set your "debhelper compat level" to at least V2, preferably V4, by doing
something like:

echo "4" >debian/compat

from the root of your source tree.

Check debhelper(7), "Debhelper Compatibility Levels", for more info.

- Matt

Attachment: signature.asc
Description: Digital signature


Reply to: