Version in base suite: 3.1.1-1 Base version: node-csstype_3.1.1-1 Target version: node-csstype_3.1.1-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/node-csstype/node-csstype_3.1.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/node-csstype/node-csstype_3.1.1-1+deb12u1.dsc changelog | 6 ++++++ patches/series | 1 + patches/ts.patch | 13 +++++++++++++ 3 files changed, 20 insertions(+) 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 14:15:08.000000000 +0000 +++ node-csstype-3.1.1/debian/changelog 2025-02-17 23:51:38.000000000 +0000 @@ -1,3 +1,9 @@ +node-csstype (3.1.1-1+deb12u1) bookworm; urgency=medium + + * patch: fix timeout type. Closes: #1078884. + + -- Jérémy Lal 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 14:52:40.000000000 +0000 +++ node-csstype-3.1.1/debian/patches/series 2025-02-17 23:50:02.000000000 +0000 @@ -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 00:00:00.000000000 +0000 +++ node-csstype-3.1.1/debian/patches/ts.patch 2025-02-17 23:50:31.000000000 +0000 @@ -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(