diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0001-Debianize-paths.patch (renamed from debian/patches/0001-Correct-path-for-docs.patch) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/debian/patches/0001-Correct-path-for-docs.patch b/debian/patches/0001-Debianize-paths.patch index 754a265..54ba2fd 100644 --- a/debian/patches/0001-Correct-path-for-docs.patch +++ b/debian/patches/0001-Debianize-paths.patch @@ -1,16 +1,19 @@ -Description: Correct path for docs. +Description: Debianize paths. Author: Unit 193 <unit193@debian.org> Forwarded: not-needed --- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + pyproject.toml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) --- a/pyproject.toml +++ b/pyproject.toml -@@ -112,7 +112,7 @@ artifacts = ["/yt_dlp/extractor/lazy_ext +@@ -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/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" |