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

r6456 - in glibc-package/branches/glibc-2.21/debian: . debhelper.in sysdeps



Author: aurel32
Date: 2015-06-15 09:53:12 +0000 (Mon, 15 Jun 2015)
New Revision: 6456

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst
   glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk
Log:
debian/sysdeps/linux.mk, debhelper.in/libc.preinst: bump minimal Linux
kernel version to 3.2 (ie the version in Wheezy).

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-04-27 21:20:56 UTC (rev 6455)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-06-15 09:53:12 UTC (rev 6456)
@@ -82,6 +82,8 @@
     __floatdisf for sparc.
   * debian/patches/any/local-libgcc-compat-ports.diff: Fix definition of
     __floatdisf for mips. Remove usage of INTUSE (Closes: #782198).
+  * debian/sysdeps/linux.mk, debhelper.in/libc.preinst: bump minimal Linux
+    kernel version to 3.2 (ie the version in Wheezy).
 
   [ Breno Leitao ]
   * Remove --without-cvs that is not used anymore as a valid configuration.

Modified: glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst	2015-04-27 21:20:56 UTC (rev 6455)
+++ glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst	2015-06-15 09:53:12 UTC (rev 6456)
@@ -357,8 +357,8 @@
         # sanity checking for the appropriate kernel on each architecture.
         kernel_ver=`uname -r`
 
-        # The GNU libc requires a >= 2.6.32 kernel, found in squeeze/lucid/RHEL6
-        if linux_compare_versions "$kernel_ver" lt 2.6.32
+        # The GNU libc requires a >= 3.2 kernel, found in wheezy
+        if linux_compare_versions "$kernel_ver" lt 3.2
         then
             echo WARNING: this version of the GNU libc requires kernel version
             echo 2.6.32 or later.  Please upgrade your kernel before installing

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk	2015-04-27 21:20:56 UTC (rev 6455)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/linux.mk	2015-06-15 09:53:12 UTC (rev 6456)
@@ -1,5 +1,5 @@
 # When changing this, make sure to update debian/debhelper.in/libc.preinst!
-MIN_KERNEL_SUPPORTED := 2.6.32
+MIN_KERNEL_SUPPORTED := 3.2
 libc = libc6
 
 # Build and expect pt_chown on this platform


Reply to: