diff -Nru moonshot-gss-eap-1.0.1/debian/changelog moonshot-gss-eap-1.0.1/debian/changelog --- moonshot-gss-eap-1.0.1/debian/changelog 2017-11-08 15:14:39.000000000 +0000 +++ moonshot-gss-eap-1.0.1/debian/changelog 2018-10-01 22:31:38.000000000 +0000 @@ -1,3 +1,10 @@ +moonshot-gss-eap (1.0.1-3ubuntu1) cosmic; urgency=medium + + * Drop unused DateTime include, fixes FTBFS. (if anyone is interested, + equivalent moved to xercesc/util/XMLDateTime.hpp) + + -- Dimitri John Ledkov Mon, 01 Oct 2018 23:31:38 +0100 + moonshot-gss-eap (1.0.1-3) experimental; urgency=medium * Fix warning redefinition of __bitwise, Closes: #866712 diff -Nru moonshot-gss-eap-1.0.1/debian/control moonshot-gss-eap-1.0.1/debian/control --- moonshot-gss-eap-1.0.1/debian/control 2017-11-08 15:14:39.000000000 +0000 +++ moonshot-gss-eap-1.0.1/debian/control 2018-10-01 22:31:38.000000000 +0000 @@ -1,7 +1,8 @@ Source: moonshot-gss-eap Section: net Priority: optional -Maintainer: Sam Hartman +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Sam Hartman Build-Depends: debhelper (>= 9), autotools-dev, libshibsp-dev (>= 2.5+dfsg~moonshot5), libradsec-dev (>=0.0.4), libkrb5-dev (>= 1.9.1+dfsg-2), libshibresolver-dev|libshib-resolver-dev, libjansson-dev, moonshot-ui-dev (>= 1.0), libssl1.0-dev | libssl-dev, libboost-dev, liblog4shib-dev|liblog4c++-dev, dh-autoreconf diff -Nru moonshot-gss-eap-1.0.1/debian/patches/debian-changes moonshot-gss-eap-1.0.1/debian/patches/debian-changes --- moonshot-gss-eap-1.0.1/debian/patches/debian-changes 2017-11-08 15:14:39.000000000 +0000 +++ moonshot-gss-eap-1.0.1/debian/patches/debian-changes 2018-10-01 22:31:38.000000000 +0000 @@ -3896,3 +3896,13 @@ /* * For now, leave ApplicationID defaulted. +--- moonshot-gss-eap-1.0.1.orig/mech_eap/util_saml.cpp ++++ moonshot-gss-eap-1.0.1/mech_eap/util_saml.cpp +@@ -43,7 +43,6 @@ + #include + #include + #include +-#include + + #include + #include