diff -Nru liggghts-3.7.0+repack1/debian/changelog liggghts-3.7.0+repack1/debian/changelog --- liggghts-3.7.0+repack1/debian/changelog 2018-09-17 15:43:15.000000000 +0000 +++ liggghts-3.7.0+repack1/debian/changelog 2018-09-17 15:43:15.000000000 +0000 @@ -1,6 +1,6 @@ -liggghts (3.7.0+repack1-1.1ubuntu2) cosmic; urgency=medium +liggghts (3.7.0+repack1-1.1ubuntu3) cosmic; urgency=medium - * Add i386 to ignore list, and ignore i386 tests, they hang. + * Add i386 to ignore list, and ignore i386/armhf tests, they hang. (See Debian bug: #907267) -- Gianfranco Costamagna Mon, 17 Sep 2018 17:43:15 +0200 diff -Nru liggghts-3.7.0+repack1/debian/tests/heat liggghts-3.7.0+repack1/debian/tests/heat --- liggghts-3.7.0+repack1/debian/tests/heat 2018-09-17 15:43:15.000000000 +0000 +++ liggghts-3.7.0+repack1/debian/tests/heat 2018-09-17 15:43:15.000000000 +0000 @@ -9,6 +9,9 @@ # This test hangs on i386 [ `dpkg --print-architecture` = 'i386' ] && exit +# This test hangs on armhf +[ `dpkg --print-architecture` = 'armhf' ] && exit + WORKDIR=$(mktemp -d) trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM cd $WORKDIR diff -Nru liggghts-3.7.0+repack1/debian/tests/packing liggghts-3.7.0+repack1/debian/tests/packing --- liggghts-3.7.0+repack1/debian/tests/packing 2018-09-17 15:43:15.000000000 +0000 +++ liggghts-3.7.0+repack1/debian/tests/packing 2018-09-17 15:43:15.000000000 +0000 @@ -9,6 +9,9 @@ # This test hangs on i386 [ `dpkg --print-architecture` = 'i386' ] && exit +# This test hangs on armhf +[ `dpkg --print-architecture` = 'armhf' ] && exit + WORKDIR=$(mktemp -d) trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM cd $WORKDIR