Control: tags -1 + patch pending uploading to delayed, patch attached.
diff -Nru cclive-0.7.16/debian/changelog cclive-0.7.16/debian/changelog --- cclive-0.7.16/debian/changelog 2014-05-11 21:21:51.000000000 +0000 +++ cclive-0.7.16/debian/changelog 2015-07-09 08:51:00.000000000 +0000 @@ -1,3 +1,10 @@ +cclive (0.7.16-2.1) unstable; urgency=medium + + * Non maintainer upload. + * Fix build failure with GCC 5, call cpp with -P. Closes: #777812. + + -- Matthias Klose <[email protected]> Thu, 09 Jul 2015 10:48:26 +0200 + cclive (0.7.16-2) unstable; urgency=low * fix-rpath.diff: Add Last-Update statement. diff -Nru cclive-0.7.16/debian/patches/gcc5.diff cclive-0.7.16/debian/patches/gcc5.diff --- cclive-0.7.16/debian/patches/gcc5.diff 1970-01-01 00:00:00.000000000 +0000 +++ cclive-0.7.16/debian/patches/gcc5.diff 2015-07-09 08:48:22.000000000 +0000 @@ -0,0 +1,11 @@ +--- cclive-0.7.16.orig/m4/boost.m4 ++++ cclive-0.7.16/m4/boost.m4 +@@ -71,7 +71,7 @@ dnl strip `\n' with backquotes, not the + dnl boost_cv_lib_version='1_37\r' for instance, which breaks + dnl everything else. + dnl Cannot use 'dnl' after [$4] because a trailing dnl may break AC_CACHE_CHECK +-(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | ++(eval "$ac_cpp -P conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | + tr -d '\r' | + $SED -n -e "$1" >conftest.i 2>&1], + [$3], diff -Nru cclive-0.7.16/debian/patches/series cclive-0.7.16/debian/patches/series --- cclive-0.7.16/debian/patches/series 2014-05-11 21:21:51.000000000 +0000 +++ cclive-0.7.16/debian/patches/series 2015-07-09 08:48:07.000000000 +0000 @@ -1 +1,2 @@ fix-rpath.diff +gcc5.diff

