Control: tags 1020617 + patch Dear maintainer,
I've prepared an NMU for openlibm (versioned as 0.8.1+dfsg-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru openlibm-0.8.1+dfsg/debian/changelog openlibm-0.8.1+dfsg/debian/changelog --- openlibm-0.8.1+dfsg/debian/changelog 2022-07-24 22:44:28.000000000 +0300 +++ openlibm-0.8.1+dfsg/debian/changelog 2023-02-05 18:38:54.000000000 +0200 @@ -1,3 +1,10 @@ +openlibm (0.8.1+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Unset MARCH during build and test. (Closes: #1020617) + + -- Adrian Bunk <b...@debian.org> Sun, 05 Feb 2023 18:38:54 +0200 + openlibm (0.8.1+dfsg-2) unstable; urgency=medium * Upload to unstable. diff -Nru openlibm-0.8.1+dfsg/debian/rules openlibm-0.8.1+dfsg/debian/rules --- openlibm-0.8.1+dfsg/debian/rules 2022-06-18 23:51:10.000000000 +0300 +++ openlibm-0.8.1+dfsg/debian/rules 2023-02-05 18:38:49.000000000 +0200 @@ -6,5 +6,11 @@ %: dh $@ +override_dh_auto_build: + dh_auto_build -- MARCH="" + +override_dh_auto_test: + dh_auto_test -- MARCH="" + override_dh_auto_install: dh_auto_install -- "CC=$(CC)" prefix=/usr