Package: dpdk Version: 16.11.2-4 Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Dear Maintainer, Fix autopkgtest dependencies to be satisfiable on any architecture, such that it can bail out gracefully on non-supported architectures. Please see attached patch. Regards, Dimitri. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJaFrZYAAoJEMrC2LnNLKX54m0H/1h9/LZxF0efSo8LfiSXXThL 630D5Zv3v12RLzDpdJSnxOFowlZxQG7CtUunq5E9/9tc3Ijy52N5uR0yoGMVnIw/ +lJgsUKrobNUBnxV2jSTdWiXF0JlsG5cQtycnZLXDhLTaYTpH9Jgh3X6vT9LPBqt XeLW/JuDQQvyBdWSB6E9JsFp8pWDEIe9B1Jzu1PguUcQd4aWxX/zS+WYCOLnVA9D PdrttUXr1ZN2orMr4YTiOxQBayKCiweP6cQq/CHKAzuniIyFaXyKrcit8AbDOp4l qwzOE/vbB8Tirmrrdlz3Wx+7OD4bFSWe6x/XCyn4TjysM/ZsLHecVvN1aoTCxcY= =R1VC -----END PGP SIGNATURE-----
diff -Nru dpdk-17.05.2/debian/changelog dpdk-17.05.2/debian/changelog --- dpdk-17.05.2/debian/changelog 2017-09-12 14:26:36.000000000 +0100 +++ dpdk-17.05.2/debian/changelog 2017-11-23 11:31:13.000000000 +0000 @@ -1,3 +1,9 @@ +dpdk (17.05.2-0ubuntu2) bionic; urgency=medium + + * d/tests/control: fix test dependencies for s390x. + + -- Dimitri John Ledkov <x...@ubuntu.com> Thu, 23 Nov 2017 11:30:51 +0000 + dpdk (17.05.2-0ubuntu1) artful; urgency=medium * New upstream stable release 17.05.2 (LP: #1716667) diff -Nru dpdk-17.05.2/debian/tests/control dpdk-17.05.2/debian/tests/control --- dpdk-17.05.2/debian/tests/control 2017-09-12 14:18:08.000000000 +0100 +++ dpdk-17.05.2/debian/tests/control 2017-11-23 11:29:48.000000000 +0000 @@ -14,4 +14,4 @@ Tests: test-autotest Restrictions: allow-stderr, isolation-machine, needs-root -Depends: dpdk-dev, python, python-pexpect +Depends: dpdk-dev [amd64 arm64 i386 ppc64el], python, python-pexpect