diff -Nru libint-1.2.1/debian/changelog libint-1.2.1/debian/changelog --- libint-1.2.1/debian/changelog 2018-01-29 12:13:39.000000000 +0000 +++ libint-1.2.1/debian/changelog 2018-02-21 10:27:19.000000000 +0000 @@ -1,3 +1,10 @@ +libint (1.2.1-2+rpi1) buster-staging; urgency=medium + + [changes brought forward from 1.2.1-1+rpi1 by Peter Michael Green at Sun, 21 Jan 2018 15:26:20 +0000] + * Don't use -march=native + + -- Raspbian forward porter Wed, 21 Feb 2018 10:27:19 +0000 + libint (1.2.1-2) unstable; urgency=medium * debian/libint1.links: Reintroduce lib*-stable.so.1 as symlinks (Closes: diff -Nru libint-1.2.1/debian/rules libint-1.2.1/debian/rules --- libint-1.2.1/debian/rules 2018-01-06 14:51:56.000000000 +0000 +++ libint-1.2.1/debian/rules 2018-02-21 10:27:19.000000000 +0000 @@ -40,6 +40,7 @@ dh_auto_configure --buildsystem=cmake -- \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DENABLE_XHOST=OFF -DMAX_AM_ERI=4 override_dh_auto_build: