Re: Source package and kernel dependency

2005-04-22 Thread Sven Mueller
Lars Roland wrote on 16/04/2005 16:30: > I do however have a question related to this: Should I make the > package dependent on a kernel-image such as: > > kernel-image-2.6-386 Doing so doesn't help. Even if kernel-image-2.6-386 is installed, it doesn't prove that kernel to be running. If your so

Re: Source package and kernel dependency

2005-04-16 Thread Michelle Konzack
Am 2005-04-16 16:30:38, schrieb Lars Roland: > On 4/15/05, Michelle Konzack <[EMAIL PROTECTED]> wrote: > > It is not enough, if you use the "kernel-headers-2.6.8" ? > > These are installed directly, without a tar.gz' > > Thanks for the info > > I fixed the autoconf scripts in the software I am pa

Re: Source package and kernel dependency

2005-04-16 Thread Lars Roland
On 4/15/05, Michelle Konzack <[EMAIL PROTECTED]> wrote: > It is not enough, if you use the "kernel-headers-2.6.8" ? > These are installed directly, without a tar.gz' Thanks for the info I fixed the autoconf scripts in the software I am packaging, so it does not have checks for the kernel source -

Re: Source package and kernel dependency

2005-04-15 Thread Michelle Konzack
Am 2005-04-15 14:26:06, schrieb Lars Roland: > Hi all > > I am creating a package of some software that doing compilation needs > to have access to the kernel source (any 2.6 kernel should do). The > problem lies in the fact that the Debian kernel source package only > dumps tar file in /usr/src/,

Source package and kernel dependency

2005-04-15 Thread Lars Roland
Hi all I am creating a package of some software that doing compilation needs to have access to the kernel source (any 2.6 kernel should do). The problem lies in the fact that the Debian kernel source package only dumps tar file in /usr/src/, so setting Build-Depends: kernel-source-2.6.8 Is not e