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

r3830 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2009-09-09 18:10:26 +0000 (Wed, 09 Sep 2009)
New Revision: 3830

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk
Log:
  * Set the minimum kernel version to 6.0.0 for biarch library on
    kfreebsd-amd64 to match the main library.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-09-09 18:08:01 UTC (rev 3829)
+++ glibc-package/trunk/debian/changelog	2009-09-09 18:10:26 UTC (rev 3830)
@@ -16,6 +16,8 @@
     - use real dependencies between the build_* and binaryinst_* 
       targets.
     - simplify clean target.
+  * Set the minimum kernel version to 6.0.0 for biarch library on
+    kfreebsd-amd64 to match the main library.
 
   [ Samuel Thibault ]
   * debian/debhelper.in/libc.install: Install libc/*-gnu*/ instead of
@@ -24,7 +26,7 @@
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2779 (from glibc-bsd).
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 07 Sep 2009 20:49:08 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 09 Sep 2009 20:08:58 +0200
 
 eglibc (2.9-26) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk	2009-09-09 18:08:01 UTC (rev 3829)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk	2009-09-09 18:10:26 UTC (rev 3830)
@@ -23,7 +23,7 @@
 i386_rtlddir = /lib
 i386_slibdir = /lib32
 i386_libdir = /usr/lib32
-i386_MIN_KERNEL_SUPPORTED = 5.4.0
+i386_MIN_KERNEL_SUPPORTED = 6.0.0
 
 define libc0.1-dev-i386_extra_pkg_install
 mkdir -p debian/libc0.1-dev-i386/usr/include/gnu


Reply to: