Re: Extending libdebian-installer's API to include certainty on subarch detection

2010-09-09 Thread Michael Casadevall
Here's a revised libd-i patch: === modified file 'configure.ac' --- configure.ac2008-02-25 09:49:18 + +++ configure.ac2010-09-09 05:16:00 + @@ -11,7 +11,7 @@ LIBRARY_VERSION_MAJOR=4 LIBRARY_VERSION_MINOR=0 -LIBRARY_VERSION_REVISION=6 +LIBRARY_VERSION_REVISION=7 LIBRARY

Re: Extending libdebian-installer's API to include certainty on subarch detection

2010-09-08 Thread Otavio Salvador
Hello, On Wed, Sep 8, 2010 at 6:54 AM, Colin Watson wrote: > To add a new interface, I think we need to bump to 4.7 > (LIBRARY_VERSION_REVISION=7 in configure.ac) and add a new block in > src/libdebian-installer.ver.  This shouldn't require any > reverse-dependencies to be rebuilt. > > (Otavio, I

Re: Extending libdebian-installer's API to include certainty on subarch detection

2010-09-08 Thread Colin Watson
On Wed, Sep 08, 2010 at 01:51:20AM -0400, Michael Casadevall wrote: > Perfectly. I've reworked my patches to implement these suggestions, here's my > current result: > > === modified file 'include/debian-installer/system/subarch.h' > --- include/debian-installer/system/subarch.h 2005-08-03 09:42

Re: Extending libdebian-installer's API to include certainty on subarch detection

2010-09-07 Thread Michael Casadevall
On Mon, Sep 06, 2010 at 12:22:03PM +, Colin Watson wrote: > On Tue, Aug 24, 2010 at 11:02:53PM +0800, Michael Casadevall wrote: > > I've recently been doing some work on improving sub-architecture detection > > support to be more generic. I currently have several ARM platforms (Marvell > > Dove

Re: Extending libdebian-installer's API to include certainty on subarch detection

2010-09-06 Thread Colin Watson
On Tue, Aug 24, 2010 at 11:02:53PM +0800, Michael Casadevall wrote: > I've recently been doing some work on improving sub-architecture detection > support to be more generic. I currently have several ARM platforms (Marvell > Dove, and TI OMAP3 + OMAP4) which have common kernels which work across >