Re: RFC: Thoughts on building modules

2001-04-27 Thread Herbert Xu
Sam Hartman <[EMAIL PROTECTED]> wrote: > Note that all of the solutions I discussed involved this complexity. > I was objecting to your implication that setting up module source > packages was as simple as setting up arch-specific kernel image > packages, not saying the complexity was unnecessary.

Re: RFC: Thoughts on building modules

2001-04-26 Thread Sam Hartman
> "Herbert" == Herbert Xu <[EMAIL PROTECTED]> writes: Herbert> Sam Hartman <[EMAIL PROTECTED]> wrote: >> This is misleading. The kernel-image-*-arch packages are much >> simpler because they do not depend both on a kernel source >> package and on a module deb package. Also, n

Re: RFC: Thoughts on building modules

2001-04-26 Thread Herbert Xu
Sam Hartman <[EMAIL PROTECTED]> wrote: > This is misleading. The kernel-image-*-arch packages are much simpler > because they do not depend both on a kernel source package and on a > module deb package. Also, note that this maximizes work for the How does that make it more complex? > issues.

Re: RFC: Thoughts on building modules

2001-04-26 Thread Sam Hartman
> "Herbert" == Herbert Xu <[EMAIL PROTECTED]> writes: Herbert> BTW, this is how the kernel images are organised on Herbert> alpha/i386/sparc. This is misleading. The kernel-image-*-arch packages are much simpler because they do not depend both on a kernel source package and on a mod

Re: RFC: Thoughts on building modules

2001-04-26 Thread Herbert Xu
Sam Hartman <[EMAIL PROTECTED]> wrote: > I see three options. We can have the modules built out of the main > source package that also produces the architecture: all package > containing the tarball for end users to use with kernel-package. > Alternatively, we can have a separate modules source p

RFC: Thoughts on building modules

2001-04-25 Thread Sam Hartman
One thing that strikes me as excellent about Debian is the build system. The autobuilders and tools make it very likely that package builds are reproducible and a variety of tools like debhelper make it easier to do the "right thing" in many circumstances than doing something wrong. I've come a