diff -Nru abi-monitor-1.12/debian/changelog abi-monitor-1.12/debian/changelog --- abi-monitor-1.12/debian/changelog 2018-10-02 19:59:06.000000000 +0000 +++ abi-monitor-1.12/debian/changelog 2020-02-06 16:58:48.000000000 +0000 @@ -1,3 +1,10 @@ +abi-monitor (1.12-2ubuntu1) focal; urgency=medium + + * debian/tests/testsuite: Ignore readelf error, while still checking for + stderr from abi-monitor itself. + + -- Marc Deslauriers Thu, 06 Feb 2020 11:58:48 -0500 + abi-monitor (1.12-2) unstable; urgency=medium * d/tests: require ca-certificates for https test diff -Nru abi-monitor-1.12/debian/control abi-monitor-1.12/debian/control --- abi-monitor-1.12/debian/control 2018-10-02 19:59:06.000000000 +0000 +++ abi-monitor-1.12/debian/control 2020-02-06 16:58:48.000000000 +0000 @@ -1,7 +1,8 @@ Source: abi-monitor Section: devel Priority: optional -Maintainer: Peter Spiess-Knafl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Peter Spiess-Knafl Build-Depends: debhelper (>= 11), help2man Standards-Version: 4.2.1 Homepage: https://github.com/lvc/abi-monitor diff -Nru abi-monitor-1.12/debian/tests/testsuite abi-monitor-1.12/debian/tests/testsuite --- abi-monitor-1.12/debian/tests/testsuite 2018-10-02 19:59:06.000000000 +0000 +++ abi-monitor-1.12/debian/tests/testsuite 2020-02-06 16:58:48.000000000 +0000 @@ -11,4 +11,6 @@ } EOF -abi-monitor -get -build -v 1.8.4 jsoncpp.json +# ignore readelf error +abi-monitor -get -build -v 1.8.4 jsoncpp.json 2>stderr.txt +grep -v "LEB value too large" stderr.txt 1>&2 || true