[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1081394: marked as done (bookworm-pu: package node-ytdl-core/4.11.2+dfsg+~cs4.10.8-2+deb12u1)



Your message dated Sat, 09 Nov 2024 10:51:02 +0000
with message-id <b0a29248bc631362ed06a8879f93b8cdae5414d0.camel@adam-barratt.org.uk>
and subject line Closing bugs released with 12.8
has caused the Debian Bug report #1081394,
regarding bookworm-pu: package node-ytdl-core/4.11.2+dfsg+~cs4.10.8-2+deb12u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1081394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081394
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: node-ytdl-core@packages.debian.org
Control: affects -1 + src:node-ytdl-core
User: release.debian.org@packages.debian.org
Usertags: pu

[ Reason ]
FTBFS

[ Risks ]
None

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
It's a typescript issue, fixed by ignoring failing types.
diff -Nru node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/changelog node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/changelog
--- node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/changelog	2022-11-01 08:44:09.000000000 +0100
+++ node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/changelog	2024-09-11 14:06:45.000000000 +0200
@@ -1,3 +1,9 @@
+node-ytdl-core (4.11.2+dfsg+~cs4.10.8-1+deb12u1) bookworm; urgency=medium
+
+  * Backport tsc patch (Closes: #1078899)
+
+ -- Jérémy Lal <kapouer@melix.org>  Wed, 11 Sep 2024 14:06:45 +0200
+
 node-ytdl-core (4.11.2+dfsg+~cs4.10.8-1) unstable; urgency=medium
 
   * New upstream version 4.11.2+dfsg+~cs4.10.8
diff -Nru node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/gbp.conf node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/gbp.conf
--- node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/gbp.conf	2022-11-01 08:44:09.000000000 +0100
+++ node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/gbp.conf	2024-09-11 14:06:45.000000000 +0200
@@ -1,5 +1,6 @@
 [DEFAULT]
 pristine-tar=True
+debian-branch = debian/bookworm
 component=['m3u8stream', 'miniget']
 
 [import-orig]
diff -Nru node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/series node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/series
--- node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/series	2022-11-01 08:44:09.000000000 +0100
+++ node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/series	2024-09-11 14:06:45.000000000 +0200
@@ -1 +1,2 @@
 fix-versions.patch
+tsc-workaround.patch
diff -Nru node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/tsc-workaround.patch node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/tsc-workaround.patch
--- node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/tsc-workaround.patch	1970-01-01 01:00:00.000000000 +0100
+++ node-ytdl-core-4.11.2+dfsg+~cs4.10.8/debian/patches/tsc-workaround.patch	2024-09-11 14:06:45.000000000 +0200
@@ -0,0 +1,25 @@
+Description: tsc workarounds
+Author: Yadd <yadd@debian.org>
+Forwarded: not-needed
+Last-Update: 2023-12-13
+
+--- a/m3u8stream/src/index.ts
++++ b/m3u8stream/src/index.ts
+@@ -208,6 +208,7 @@
+     ended = true;
+     streamQueue.die();
+     requestQueue.die();
++// @ts-ignore
+     clearTimeout(refreshTimeout);
+     currPlaylist?.destroy();
+     currSegment?.destroy();
+--- a/miniget/src/index.ts
++++ b/miniget/src/index.ts
+@@ -307,6 +307,7 @@
+     activeRequest.destroy(err);
+     activeDecodedStream?.unpipe(stream);
+     activeDecodedStream?.destroy();
++// @ts-ignore
+     clearTimeout(retryTimeout);
+   };
+ 

--- End Message ---
--- Begin Message ---
Source: release.debian.org
Version: 12.8

Hi,

Each of the updates tracked by these bugs was included in today's 12.8
bookworm point release.

Regards,

Adam

--- End Message ---

Reply to: