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

r6631 - in glibc-package/branches/glibc-2.21/debian: . debhelper.in



Author: aurel32
Date: 2015-10-08 21:17:55 +0000 (Thu, 08 Oct 2015)
New Revision: 6631

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst
Log:
debhelper.in/libc.preinst: fix up error message for too old Linux
kernels.  Closes: #800846.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-10-08 18:13:31 UTC (rev 6630)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-10-08 21:17:55 UTC (rev 6631)
@@ -63,6 +63,8 @@
     binary-indep targets.
   * patches/hppa/cvs-alloca-werror.diff: new patch from upstream to fix a
     build failure.
+  * debhelper.in/libc.preinst: fix up error message for too old Linux
+    kernels.  Closes: #800846.
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst	2015-10-08 18:13:31 UTC (rev 6630)
+++ glibc-package/branches/glibc-2.21/debian/debhelper.in/libc.preinst	2015-10-08 21:17:55 UTC (rev 6631)
@@ -362,7 +362,7 @@
         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
+            echo 3.2 or later.  Please upgrade your kernel before installing
             echo glibc.
             kernel26_help
 


Reply to: