Le lundi 14 mai 2007 15:19, vous avez écrit : > On Sat, May 12, 2007 at 06:40:16PM -0400, Geoffroy Vall?e wrote: > > Hi all, > > > > I am now working on the packaging of systemimager-3.8.0 on Debian Sid. As > > specified on http://wiki.systemimager.org/index.php/Debian_Packaging, i > > use the current linux version packaged by Debian developers (i.e. > > linux-2.6.20). Dann, is it the way to go for trunk modifications? > > Yeah. > > > If so, the first modification is about the patch that identifies that > > Linux version (patches/02_use-pruned-kernel.patch), note that the patch > > is also available in my branch (r54): > > I actually had this in my tree but hadn't committed yet - however, > yours won because mine was still doing a make dep :) > I've merged r54 onto trunk in r56. > > Note that the config files also need to be updated.
Few patches also need to be fixed. Note that i will not be able to create patches for ia64 since i do not use this architecture (i forgot to tell that in my previous email). The first patch that needs to be updated is the patch 08_dhclient-dfsg.patch, available in my branch (r57). The modification is really minor, typically the patch remain the same. The new patch is: --- systemimager-3.8.0/initrd_source/make.d/dhclient.rul.orig 2007-05-11 23:28:57.000000000 -0400 +++ systemimager-3.8.0/initrd_source/make.d/dhclient.rul 2007-05-11 23:29:10.000000000 -0400 @@ -3,7 +3,7 @@ # vi: set filetype=make: # -DHCLIENT_VERSION = 2.0pl5 +DHCLIENT_VERSION = 2.0pl5+dfsg0 DHCLIENT_TARBALL = dhcp-$(DHCLIENT_VERSION).tar.gz # SOURCE_URL -> ftp://ftp.epix.net/pub/isc/dhcp/ DHCLIENT_URL = http://download.systemimager.org/pub/dhcp/$(DHCLIENT_TARBALL) Thanks, -- Geoffroy ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
