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

Re: transitional packages



Le dim, 04/07/2004 à 02:40 +0400, Dan Korostelev a écrit :
> Hello.
> 
> How to make transitional packages with cdbs? I tried to simply add an
> extra package in control, that depends on new package. But CDBS then
> moves some files (the main binary also) in debian/tmp instead of debian/
> <newpackagename> and doesn't include them in package. :(

Hi,

The files are installed in debian/tmp and then moved according to the
packages.install files. So you need to create a <newpackagename>.install
with the content of <newpackagename>.

An example of .install (the lines need to start with debian/tmp):
debian/tmp/usr/lib/*.so
debian/tmp/usr/include


Cheers,

Sebastien Bacher



Reply to: