diffstat of debian/ for coreutils_8.13-3.5 coreutils_8.13-3.5+steamos1 coreutils-8.13/debian/changelog | 6 ++++++ debian/patches/glibc-2_16-compilation-fix.diff | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff -u coreutils-8.13/debian/changelog coreutils-8.13/debian/changelog --- coreutils-8.13/debian/changelog +++ coreutils-8.13/debian/changelog @@ -1,3 +1,9 @@ +coreutils (8.13-3.5+steamos1) alchemist; urgency=low + + * Fix included gnulib so we don't get FTBFS with eglibc-2.16 + + -- John Vert Tue, 15 Oct 2013 23:13:00 -0700 + coreutils (8.13-3.5) wheezy; urgency=low * Non-maintainer upload. --- coreutils-8.13.orig/debian/patches/series +++ coreutils-8.13/debian/patches/series @@ -0,0 +1 @@ +glibc-2_16-compilation-fix.diff --- coreutils-8.13.orig/debian/patches/glibc-2_16-compilation-fix.diff +++ coreutils-8.13/debian/patches/glibc-2_16-compilation-fix.diff @@ -0,0 +1,13 @@ +--- a/lib/stdio.in.h ++++ b/lib/stdio.in.h +@@ -697,8 +697,10 @@ + /* It is very rare that the developer ever has full control of stdin, + so any use of gets warrants an unconditional warning. Assume it is + always declared, since it is required by C89. */ ++#ifdef HAVE_RAW_DECL_GETS + _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); + #endif ++#endif + + + #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@