Author: adconrad Date: 2013-01-23 07:38:27 +0000 (Wed, 23 Jan 2013) New Revision: 5449
Modified: glibc-package/branches/eglibc-2.17/debian/sysdeps/kfreebsd.mk glibc-package/branches/eglibc-2.17/debian/sysdeps/linux.mk Log: Comment MIN_KERNEL_SUPPORTED in sysdeps/kernel.mk to point people back to libc.preinst Modified: glibc-package/branches/eglibc-2.17/debian/sysdeps/kfreebsd.mk =================================================================== --- glibc-package/branches/eglibc-2.17/debian/sysdeps/kfreebsd.mk 2013-01-23 06:16:40 UTC (rev 5448) +++ glibc-package/branches/eglibc-2.17/debian/sysdeps/kfreebsd.mk 2013-01-23 07:38:27 UTC (rev 5449) @@ -1,4 +1,5 @@ EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*) +# When changing this, make sure to update debian/debhelper.in/libc.preinst! MIN_KERNEL_SUPPORTED := 8.1.0 libc = libc0.1 Modified: glibc-package/branches/eglibc-2.17/debian/sysdeps/linux.mk =================================================================== --- glibc-package/branches/eglibc-2.17/debian/sysdeps/linux.mk 2013-01-23 06:16:40 UTC (rev 5448) +++ glibc-package/branches/eglibc-2.17/debian/sysdeps/linux.mk 2013-01-23 07:38:27 UTC (rev 5449) @@ -1,4 +1,5 @@ EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*) +# When changing this, make sure to update debian/debhelper.in/libc.preinst! MIN_KERNEL_SUPPORTED := 2.6.32 libc = libc6 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

