[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [patch] uniform libc handling among kernels



On 22/06/2009, Otavio Salvador <otavio@ossystems.com.br> wrote:
> Hello Luca,
>
> On Mon, Jun 22, 2009 at 7:09 AM, Luca Favatella<slackydeb@gmail.com> wrote:
>> This patch (against d-i trunk) aims to handle libc the same way also
>> on GNU/kFreeBSD (libc0.1) and GNU/Hurd (libc0.3).
>
> You've forgotten the changelog entry ;-)

Fixed in attached patch.


Thanks,
Luca Favatella
Index: installer/build/pkg-lists/exclude
===================================================================
--- installer/build/pkg-lists/exclude	(.../trunk)	(revision 59039)
+++ installer/build/pkg-lists/exclude	(.../branches/d-i/kfreebsd)	(revision 59044)
@@ -3,6 +3,10 @@
 # reduction step.
 
 # libc gets reduced, so using the udeb is not a good idea
+libc0.1 -
+libc0.1-udeb -
+libc0.3 -
+libc0.3-udeb -
 libc6 -
 libc6-udeb -
 libc6.1 -
Index: installer/build/util/get-packages
===================================================================
--- installer/build/util/get-packages	(.../trunk)	(revision 59039)
+++ installer/build/util/get-packages	(.../branches/d-i/kfreebsd)	(revision 59044)
@@ -103,7 +103,7 @@
 	echo -n > $APTDIR/state/status
 	# Some archs have libc6, others have libc6.1. libgcc1 is not used
 	# on all architectures.
-	for i in libc6 libc6.1 libnewt0.52 libgcc1; do
+	for i in libc0.1 libc0.3 libc6 libc6.1 libnewt0.52 libgcc1; do
 		if dpkg -s $i >/dev/null 2>&1; then
 			dpkg -s $i | grep -v Depends: >> $APTDIR/state/status
 			echo >> $APTDIR/state/status
Index: installer/debian/changelog
===================================================================
--- installer/debian/changelog	(.../trunk)	(revision 59039)
+++ installer/debian/changelog	(.../branches/d-i/kfreebsd)	(revision 59044)
@@ -74,6 +74,9 @@
     environments from the boot menu for netboot/miniiso-based installs.
   * sparc: display message for unsupported subarchitectures (mini.iso).
 
+  [ Luca Favatella ]
+  * Handle libc0.1 (GNU/kFreeBSD) and libc0.3 (GNU/Hurd) as libc6/libc6.1.
+
  -- Frans Pop <fjp@debian.org>  Sat, 13 Jun 2009 16:35:46 +0200
 
 debian-installer (20090123) unstable; urgency=low

Reply to: