Bug#778047: add patch
Matthias Klose
doko at debian.org
Mon Jul 13 15:41:48 UTC 2015
Control: tags -1 + patch
attaching a patch, and uploading to delayed.
-------------- next part --------------
diff -Nru opensaml2-2.5.3/debian/changelog opensaml2-2.5.3/debian/changelog
--- opensaml2-2.5.3/debian/changelog 2013-07-13 23:06:37.000000000 +0200
+++ opensaml2-2.5.3/debian/changelog 2015-07-13 17:39:14.000000000 +0200
@@ -1,3 +1,10 @@
+opensaml2 (2.5.3-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Call cpp with -P in boost config. Closes: #778047.
+
+ -- Matthias Klose <doko at debian.org> Mon, 13 Jul 2015 17:15:55 +0200
+
opensaml2 (2.5.3-2) unstable; urgency=low
* Upload to unstable.
diff -Nru opensaml2-2.5.3/debian/patches/gcc5.diff opensaml2-2.5.3/debian/patches/gcc5.diff
--- opensaml2-2.5.3/debian/patches/gcc5.diff 1970-01-01 01:00:00.000000000 +0100
+++ opensaml2-2.5.3/debian/patches/gcc5.diff 2015-07-13 17:15:40.000000000 +0200
@@ -0,0 +1,13 @@
+Index: b/m4/boost.m4
+===================================================================
+--- a/m4/boost.m4
++++ b/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 opensaml2-2.5.3/debian/patches/series opensaml2-2.5.3/debian/patches/series
--- opensaml2-2.5.3/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ opensaml2-2.5.3/debian/patches/series 2015-07-13 17:15:14.000000000 +0200
@@ -0,0 +1 @@
+gcc5.diff
More information about the Pkg-shibboleth-devel
mailing list