Version in base suite: 3.8.1+~cs0.9.0-1 Base version: node-xterm_3.8.1+~cs0.9.0-1 Target version: node-xterm_3.8.1+~cs0.9.0-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/node-xterm/node-xterm_3.8.1+~cs0.9.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/node-xterm/node-xterm_3.8.1+~cs0.9.0-1+deb12u1.dsc changelog | 8 ++++++++ patches/0005-Fix-for-new-nodejs-ts-declarations.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 25 insertions(+) Unrecognised file line in .dsc: -----BEGIN PGP SIGNATURE----- diff -Nru node-xterm-3.8.1+~cs0.9.0/debian/changelog node-xterm-3.8.1+~cs0.9.0/debian/changelog --- node-xterm-3.8.1+~cs0.9.0/debian/changelog 2021-01-19 18:29:29.000000000 +0000 +++ node-xterm-3.8.1+~cs0.9.0/debian/changelog 2024-07-15 14:48:08.000000000 +0000 @@ -1,3 +1,11 @@ +node-xterm (3.8.1+~cs0.9.0-1+deb12u1) bookworm; urgency=medium + + * Upload to bookworm + * Team upload + * Fix Typescript declarations with new stable Node.js (Closes: #1076378) + + -- Yadd Mon, 15 Jul 2024 18:48:08 +0400 + node-xterm (3.8.1+~cs0.9.0-1) unstable; urgency=medium * Team upload diff -Nru node-xterm-3.8.1+~cs0.9.0/debian/patches/0005-Fix-for-new-nodejs-ts-declarations.patch node-xterm-3.8.1+~cs0.9.0/debian/patches/0005-Fix-for-new-nodejs-ts-declarations.patch --- node-xterm-3.8.1+~cs0.9.0/debian/patches/0005-Fix-for-new-nodejs-ts-declarations.patch 1970-01-01 00:00:00.000000000 +0000 +++ node-xterm-3.8.1+~cs0.9.0/debian/patches/0005-Fix-for-new-nodejs-ts-declarations.patch 2024-07-15 14:48:08.000000000 +0000 @@ -0,0 +1,16 @@ +Description: fix Typescript for Node.js 18.19.0+dfsg-6~deb12u2 +Author: Yadd +Bug-Debian: https://bugs.debian.org/1076378 +Forwarded: not-needed +Last-Update: 2024-07-15 + +--- a/src/SelectionManager.ts ++++ b/src/SelectionManager.ts +@@ -456,6 +456,7 @@ + this._terminal.element.ownerDocument.removeEventListener('mousemove', this._mouseMoveListener); + this._terminal.element.ownerDocument.removeEventListener('mouseup', this._mouseUpListener); + } ++// @ts-ignore + clearInterval(this._dragScrollIntervalTimer); + this._dragScrollIntervalTimer = null; + } diff -Nru node-xterm-3.8.1+~cs0.9.0/debian/patches/series node-xterm-3.8.1+~cs0.9.0/debian/patches/series --- node-xterm-3.8.1+~cs0.9.0/debian/patches/series 2021-01-19 18:29:29.000000000 +0000 +++ node-xterm-3.8.1+~cs0.9.0/debian/patches/series 2024-07-15 14:48:08.000000000 +0000 @@ -2,3 +2,4 @@ 0002-Fix-renamed-type-Canvas2DContextAttributes-CanvasRen.patch 0003-Fix-renamed-type-MediaQueryListListener-EventListene.patch 0004-ignore-some-types-missing-errors.patch +0005-Fix-for-new-nodejs-ts-declarations.patch