Package: release.debian.org
Followup-For: Bug #1068920

Here it is.
diff -Nru node-zx-7.1.1+~cs6.7.23/debian/changelog 
node-zx-7.1.1+~cs6.7.23/debian/changelog
--- node-zx-7.1.1+~cs6.7.23/debian/changelog    2022-12-17 16:20:19.000000000 
+0100
+++ node-zx-7.1.1+~cs6.7.23/debian/changelog    2024-06-16 01:33:05.000000000 
+0200
@@ -1,3 +1,10 @@
+node-zx (7.1.1+~cs6.7.23-2+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+  * patch: fix flaky test (upstream). Closes: #1068918
+
+ -- Jérémy Lal <kapo...@melix.org>  Sun, 16 Jun 2024 01:33:05 +0200
+
 node-zx (7.1.1+~cs6.7.23-2) unstable; urgency=medium
 
   [ Yadd ]
diff -Nru node-zx-7.1.1+~cs6.7.23/debian/gbp.conf 
node-zx-7.1.1+~cs6.7.23/debian/gbp.conf
--- node-zx-7.1.1+~cs6.7.23/debian/gbp.conf     2022-07-01 22:56:06.000000000 
+0200
+++ node-zx-7.1.1+~cs6.7.23/debian/gbp.conf     2024-06-16 01:32:23.000000000 
+0200
@@ -1,4 +1,5 @@
 [DEFAULT]
+debian-branch=debian/bookworm
 pristine-tar=True
 filter=[ '.gitignore', '.travis.yml', '.git*' ]
 component=['event-stream', 'from', 'map-stream', 'pause-stream', 'ps-tree', 
'stream-combiner', 'types-ps-tree']
diff -Nru node-zx-7.1.1+~cs6.7.23/debian/patches/fix_flaky_test.patch 
node-zx-7.1.1+~cs6.7.23/debian/patches/fix_flaky_test.patch
--- node-zx-7.1.1+~cs6.7.23/debian/patches/fix_flaky_test.patch 1970-01-01 
01:00:00.000000000 +0100
+++ node-zx-7.1.1+~cs6.7.23/debian/patches/fix_flaky_test.patch 2024-04-13 
14:16:13.000000000 +0200
@@ -0,0 +1,24 @@
+From 497db7e04b65882da99fc1d80fab1b015dd1da4f Mon Sep 17 00:00:00 2001
+From: Anton Golub <antongo...@antongolub.com>
+Date: Tue, 15 Aug 2023 13:21:10 +0300
+Subject: [PATCH] test(cli): fix flaky test (#662)
+
+---
+ test/cli.test.js | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+--- a/test/cli.test.js
++++ b/test/cli.test.js
+@@ -164,8 +164,10 @@
+     `global {"_":["bar"]}\nimported {"_":["bar"]}\n`
+   )
+   assert.is(
+-    (await $`node build/cli.js --eval 'console.log(argv._)' baz`).toString(),
+-    `[ 'baz' ]\n`
++    (
++      await $`node build/cli.js --eval 'console.log(argv._.join(''))' baz`
++    ).toString(),
++    `baz\n`
+   )
+ })
+ 
diff -Nru node-zx-7.1.1+~cs6.7.23/debian/patches/series 
node-zx-7.1.1+~cs6.7.23/debian/patches/series
--- node-zx-7.1.1+~cs6.7.23/debian/patches/series       2022-12-17 
16:19:03.000000000 +0100
+++ node-zx-7.1.1+~cs6.7.23/debian/patches/series       2024-04-13 
14:16:13.000000000 +0200
@@ -1,3 +1,4 @@
 update-tsconfig.patch
 drop-network-test.patch
 drop-test-for-autopkgtest.patch
+fix_flaky_test.patch

Reply via email to