diff options
Diffstat (limited to 'debian/patches/0001-Debianize-paths.patch')
-rw-r--r-- | debian/patches/0001-Debianize-paths.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Debianize-paths.patch b/debian/patches/0001-Debianize-paths.patch new file mode 100644 index 0000000..54ba2fd --- /dev/null +++ b/debian/patches/0001-Debianize-paths.patch @@ -0,0 +1,22 @@ +Description: Debianize paths. +Author: Unit 193 <unit193@debian.org> +Forwarded: not-needed + +--- + pyproject.toml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -114,9 +114,9 @@ artifacts = ["/yt_dlp/extractor/lazy_ext + + [tool.hatch.build.targets.wheel.shared-data] + "completions/bash/yt-dlp" = "share/bash-completion/completions/yt-dlp" +-"completions/zsh/_yt-dlp" = "share/zsh/site-functions/_yt-dlp" ++"completions/zsh/_yt-dlp" = "share/zsh/vendor-completions/_yt-dlp" + "completions/fish/yt-dlp.fish" = "share/fish/vendor_completions.d/yt-dlp.fish" +-"README.txt" = "share/doc/yt_dlp/README.txt" ++"README.txt" = "share/doc/yt-dlp/README.txt" + "yt-dlp.1" = "share/man/man1/yt-dlp.1" + + [tool.hatch.version] |