Re: using dpkg-buildpackage to compile a kernel

2005-08-20 Thread Bob Proulx
David Madore wrote: > I'm trying to compile a Debian kernel package from "unstable" (on a > "testing" system) using dpkg-buildpackage, with a few minor changes to > the config file. I've upgraded a few packages (such as kernel-package > and dh-kpatches) t

using dpkg-buildpackage to compile a kernel

2005-08-20 Thread David Madore
Hi. I'm trying to compile a Debian kernel package from "unstable" (on a "testing" system) using dpkg-buildpackage, with a few minor changes to the config file. I've upgraded a few packages (such as kernel-package and dh-kpatches) to "unstable", so testin

Re: Using dpkg-buildpackage

2000-11-06 Thread Colin Watson
[EMAIL PROTECTED] wrote: >I have been trying to build a debian package out of plain sources using >deb-make deb-make is largely obsolete. Use dh_make instead (from the dh-make package). >and dpkg-buildpackage. I need to pass an argument to configure >(--with-qt2) but I don't know how to do it f

Using dpkg-buildpackage

2000-11-05 Thread Daniel de los Reyes
I have been trying to build a debian package out of plain sources using deb-make and dpkg-buildpackage. I need to pass an argument to configure (--with-qt2) but I don't know how to do it from dpkg-buildpackage. I know I can edit configure.in and set it there, but I don't think that's the way to