Control: tags -1 bookworm On Tue, Jul 11, 2023 at 12:56:27PM -0400, Andres Salomon wrote: > Control: tags -1 - bookworm > > On Tue, Jul 11 2023 at 12:45:13 PM +03:00:00, Adrian Bunk <b...@debian.org> > wrote: > > Control: tags -1 bookworm trixie sid > > > > On Wed, Jan 04, 2023 at 01:42:22AM -0500, Andres Salomon wrote: > > > On Wed, 16 Nov 2022 00:58:30 -0500 Andres Salomon > > > <dilin...@queued.net <mailto:dilin...@queued.net>> > > > wrote: > > > > Package: src:mkchromecast > > > > Version: 0.3.9~git20200902+db2964a-2 > > > > Severity: normal > > > > > > > > We are planning to remove the youtube-dl package in the next > > > Debian > > > > release, as upstream development had issues and has stagnated (see > > > > <<https://bugs.debian.org/994151>> ). The upstream package was > > > forked, and > > > > active development now happens in yt-dlp (which is an almost* > > > drop-in > > > > replacement for youtube-dl). Since your package depends on it, > > > please > > > > test your package with yt-dlp and update the dependency to replace > > > > "youtube-dl" with "yt-dlp" once you've verified that it works > > > correctly > > > > with your package. > > > > > > > > This bug is filed as normal for now, but will likely become > > > > release-critical once the new youtube-dl dummy package is > > > uploaded to > > > > unstable. > > > > > > > > > > The new youtube-dl dummy package has now been uploaded to unstable. > > > However, > > > I'm not raising the severity on this bug because youtube-dl is only > > > used if > > > mkchromecast is called with '-y <url>'. So that will now be broken > > > until you > > > switch to yt-dlp, but mkchromecast appears usable without that > > > functionality. > > > > > > It looks like it calls "youtube-dl -o - <url>", which should work > > > with a > > > simple replacement to "yt-dlp -o - <url>". > > > > The fix will then also require backporting to bookworm, > > due to the youtube-dl dummy package not providing a wrapper. > > No, it won't. See the above comment about how it only calls youtube-dl if > supplied with the -y argument, and therefore is perfectly usable without > youtube-dl. Unless the release team and maintainer feel otherwise and want > to see it fixed in a point release, it doesn't really rise to the level of > release-critical for bookworm.
The release team doesn't actually care about bug severities in *stable and there is no requirement that only RC bugs could be fixed in *stable, but this helps other people like me looking at what bugs should be fixed there. This bug looks like something someone (probably me) might want to fix also in bookworm. cu Adrian