diff -Nru openlibm-0.7.0+dfsg/debian/changelog openlibm-0.7.0+dfsg/debian/changelog --- openlibm-0.7.0+dfsg/debian/changelog 2019-12-24 09:37:12.000000000 +0000 +++ openlibm-0.7.0+dfsg/debian/changelog 2019-12-30 23:31:54.000000000 +0000 @@ -1,3 +1,10 @@ +openlibm (0.7.0+dfsg-1+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 Mon, 30 Dec 2019 23:31:54 +0000 + openlibm (0.7.0+dfsg-1) unstable; urgency=medium * New upstream release 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 2019-12-30 23:31:54.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