diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:54:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:54:09 +0000 |
commit | 047dfba33be24cb5db862eb1a6e28a3270d418c4 (patch) | |
tree | d8444b556201bcf608015828cce88582bc94012e /debian/patches/0001-Debianize-paths.patch | |
parent | Merging upstream version 2024.04.09. (diff) | |
download | yt-dlp-047dfba33be24cb5db862eb1a6e28a3270d418c4.tar.xz yt-dlp-047dfba33be24cb5db862eb1a6e28a3270d418c4.zip |
Adding debian version 2024.04.09-1.debian/2024.04.09-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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] |