diff -Nru openlibm-0.6.0+dfsg/debian/changelog openlibm-0.6.0+dfsg/debian/changelog --- openlibm-0.6.0+dfsg/debian/changelog 2018-11-08 12:37:00.000000000 +0000 +++ openlibm-0.6.0+dfsg/debian/changelog 2019-03-30 22:02:01.000000000 +0000 @@ -1,3 +1,9 @@ +openlibm (0.6.0+dfsg-2+rpi1) buster-staging; urgency=medium + + * Build for armv6 + + -- Peter Michael Green Sat, 30 Mar 2019 22:02:01 +0000 + openlibm (0.6.0+dfsg-2) unstable; urgency=medium [ Helmut Grohne ] diff -Nru openlibm-0.6.0+dfsg/debian/rules openlibm-0.6.0+dfsg/debian/rules --- openlibm-0.6.0+dfsg/debian/rules 2018-11-08 11:56:00.000000000 +0000 +++ openlibm-0.6.0+dfsg/debian/rules 2019-03-30 22:01:50.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