diff -Nru openlibm-0.7.0+dfsg/debian/changelog openlibm-0.7.0+dfsg/debian/changelog --- openlibm-0.7.0+dfsg/debian/changelog 2020-06-30 13:26:26.000000000 +0000 +++ openlibm-0.7.0+dfsg/debian/changelog 2020-07-04 03:38:20.000000000 +0000 @@ -1,3 +1,10 @@ +openlibm (0.7.0+dfsg-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 0.6.0+dfsg-2+rpi1 by Peter Michael Green at Sat, 30 Mar 2019 22:02:01 +0000] + * Build for armv6 + + -- Raspbian forward porter Sat, 04 Jul 2020 03:38:20 +0000 + openlibm (0.7.0+dfsg-2) unstable; urgency=medium * Switch to debhelper 13 diff -Nru openlibm-0.7.0+dfsg/debian/rules openlibm-0.7.0+dfsg/debian/rules --- openlibm-0.7.0+dfsg/debian/rules 2019-12-21 14:10:22.000000000 +0000 +++ openlibm-0.7.0+dfsg/debian/rules 2020-07-04 03:38:20.000000000 +0000 @@ -1,5 +1,5 @@ #!/usr/bin/make -f - +export MARCH=armv6 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow -include /usr/share/dpkg/buildtools.mk