diff -Nru node-buffers-0.1.1/debian/changelog node-buffers-0.1.1/debian/changelog --- node-buffers-0.1.1/debian/changelog 2020-02-22 07:28:44.000000000 +0000 +++ node-buffers-0.1.1/debian/changelog 2020-03-01 00:20:29.000000000 +0000 @@ -1,3 +1,10 @@ +node-buffers (0.1.1-4) unstable; urgency=medium + + * Team upload + * Allow stderr in autopkgtest + + -- Xavier Guimard Sun, 01 Mar 2020 01:20:29 +0100 + node-buffers (0.1.1-3) unstable; urgency=medium * Team upload diff -Nru node-buffers-0.1.1/debian/copyright node-buffers-0.1.1/debian/copyright --- node-buffers-0.1.1/debian/copyright 2020-02-22 07:28:12.000000000 +0000 +++ node-buffers-0.1.1/debian/copyright 2020-03-01 00:20:08.000000000 +0000 @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: buffers -Upstream-Contact: James Halliday (http://substack.net) +Upstream-Contact: James Halliday (https://substack.net) Source: https://github.com/substack/node-buffers Files: * diff -Nru node-buffers-0.1.1/debian/tests/control node-buffers-0.1.1/debian/tests/control --- node-buffers-0.1.1/debian/tests/control 2020-02-22 07:21:55.000000000 +0000 +++ node-buffers-0.1.1/debian/tests/control 2020-03-01 00:18:24.000000000 +0000 @@ -1,5 +1,7 @@ Test-Command: nodejs examples/slice.js Depends: @ +Restrictions: allow-stderr Test-Command: nodejs examples/splice.js Depends: @ +Restrictions: allow-stderr