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

[glibc] 02/02: debian/sysdeps/linux.mk: note that all builds for a given gnu triplet have the same minimum kernel version.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit a066a8c1eaff61b26801b73651f3736710aab127
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 2 10:38:27 2017 +0100

    debian/sysdeps/linux.mk: note that all builds for a given gnu triplet have the same minimum kernel version.
---
 debian/changelog        | 2 ++
 debian/sysdeps/linux.mk | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a48aaae..d133153 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ glibc (2.25-3) UNRELEASED; urgency=medium
   * debian/sysdeps/x32.mk: set the minimum kernel version to 2.6.32 for the
     libc6-amd64:x32 and libc6-i386:x32 flavours, to match libc6:amd64 and
     libc6:i386.  Closes: #882255.
+  * debian/sysdeps/linux.mk: note that all builds for a given gnu triplet
+    have the same minimum kernel version.
 
   [ Samuel Thibault ]
   * libc0.3.symbols.hurd-i386: Update against newer hurd definitions.
diff --git a/debian/sysdeps/linux.mk b/debian/sysdeps/linux.mk
index 03360fe..a709c2f 100644
--- a/debian/sysdeps/linux.mk
+++ b/debian/sysdeps/linux.mk
@@ -1,4 +1,6 @@
-# When changing this, make sure to update debian/debhelper.in/libc.preinst!
+# When changing this, make sure:
+# - to update debian/debhelper.in/libc.preinst!
+# - that all builds for a given gnu triplet have the same minimum version (see bug#882255)
 MIN_KERNEL_SUPPORTED := 3.2
 libc = libc6
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: