diff -Nru boost1.72-1.72.0/debian/changelog boost1.72-1.72.0/debian/changelog --- boost1.72-1.72.0/debian/changelog 2020-03-22 20:35:13.000000000 +0000 +++ boost1.72-1.72.0/debian/changelog 2020-03-22 20:35:13.000000000 +0000 @@ -1,8 +1,9 @@ -boost1.72 (1.72.0-0.1~eoan1) eoan; urgency=medium +boost1.72 (1.72.0-0.2~eoan1) eoan; urgency=medium * Package v1.72, save most patches from 1.71 - * Start with release 0.1 to make future officail builds with - release >= 1 always have more prioroty that this my temporary package + * Disabled building docs + * Start with release 0.1 to make future official builds with + release >= 1 always have more priority that this my temporary package -- Mikhail Novosyolov Sun, 22 Mar 2020 23:35:13 +0300 diff -Nru boost1.72-1.72.0/debian/rules boost1.72-1.72.0/debian/rules --- boost1.72-1.72.0/debian/rules 2020-03-22 20:17:42.000000000 +0000 +++ boost1.72-1.72.0/debian/rules 2020-03-22 20:35:13.000000000 +0000 @@ -2,6 +2,9 @@ DEB_BUILD_MAINT_OPTIONS = hardening=+all +# (mikhailnov) disable docs due to buildability problems +DEB_BUILD_OPTIONS+= nodoc + # Boost libraries for which we want separate packages # context is conditionally compiled because it is not supported yet on several architectures # coroutine, and fiber depend on context, so they are also conditionally compiled