diff -u parted-2.3/debian/changelog parted-2.3/debian/changelog --- parted-2.3/debian/changelog +++ parted-2.3/debian/changelog @@ -1,3 +1,9 @@ +parted (2.3-12+x32) unreleased; urgency=low + + * Fix included gnulib to compile against eglibc 2.16 and later. + + -- Daniel Schepler Sat, 02 Feb 2013 15:55:19 -0800 + parted (2.3-12) unstable; urgency=low * Breaks: python-parted (<< 3.6-5); previous versions were broken by the diff -u parted-2.3/debian/patches/series parted-2.3/debian/patches/series --- parted-2.3/debian/patches/series +++ parted-2.3/debian/patches/series @@ -33,0 +34 @@ +gnulib2.patch only in patch2: unchanged: --- parted-2.3.orig/debian/patches/gnulib2.patch +++ parted-2.3/debian/patches/gnulib2.patch @@ -0,0 +1,14 @@ +Index: parted-2.3/lib/stdio.in.h +=================================================================== +--- parted-2.3.orig/lib/stdio.in.h 2010-05-26 02:33:47.000000000 -0700 ++++ parted-2.3/lib/stdio.in.h 2013-02-02 15:53:59.000000000 -0800 +@@ -143,7 +143,9 @@ + so any use of gets warrants an unconditional warning. Assume it is + always declared, since it is required by C89. */ + #undef gets ++#if HAVE_RAW_DECL_GETS + _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ++#endif + + #if @GNULIB_FOPEN@ + # if @REPLACE_FOPEN@