Package: release.debian.org Followup-For: Bug #1098229
Oops, here it is.
diff -Nru node-csstype-3.1.1/debian/changelog node-csstype-3.1.1/debian/changelog --- node-csstype-3.1.1/debian/changelog 2022-11-22 15:15:08.000000000 +0100 +++ node-csstype-3.1.1/debian/changelog 2025-02-18 00:51:38.000000000 +0100 @@ -1,3 +1,9 @@ +node-csstype (3.1.1-1~deb12u1) bookworm; urgency=medium + + * patch: fix timeout type. Closes: #1078884. + + -- Jérémy Lal <kapo...@melix.org> Tue, 18 Feb 2025 00:51:38 +0100 + node-csstype (3.1.1-1) unstable; urgency=medium * Team upload diff -Nru node-csstype-3.1.1/debian/patches/series node-csstype-3.1.1/debian/patches/series --- node-csstype-3.1.1/debian/patches/series 2022-02-10 15:52:40.000000000 +0100 +++ node-csstype-3.1.1/debian/patches/series 2025-02-18 00:50:02.000000000 +0100 @@ -1,3 +1,4 @@ avoid_some_deps.patch port_from_request_to_got.patch disable_tests.patch +ts.patch diff -Nru node-csstype-3.1.1/debian/patches/ts.patch node-csstype-3.1.1/debian/patches/ts.patch --- node-csstype-3.1.1/debian/patches/ts.patch 1970-01-01 01:00:00.000000000 +0100 +++ node-csstype-3.1.1/debian/patches/ts.patch 2025-02-18 00:50:31.000000000 +0100 @@ -0,0 +1,13 @@ +Description: fix timeout type +Forwarded: no +--- a/build.ts ++++ b/build.ts +@@ -20,7 +20,7 @@ + }) + .then(() => { + console.info('Done! Watching...'); +- let debounce: NodeJS.Timer; ++ let debounce: NodeJS.Timeout; + chokidar.watch(path.join(__dirname, 'src'), { ignored: '*.json', ignoreInitial: true }).on('all', () => { + clearTimeout(debounce); + debounce = setTimeout(