diff options
Diffstat (limited to 'debian/patches/0003-Remove-use-of-git.patch')
-rw-r--r-- | debian/patches/0003-Remove-use-of-git.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0003-Remove-use-of-git.patch b/debian/patches/0003-Remove-use-of-git.patch index f722b2f..1a32b99 100644 --- a/debian/patches/0003-Remove-use-of-git.patch +++ b/debian/patches/0003-Remove-use-of-git.patch @@ -14,6 +14,6 @@ Forwarded: not-needed # make pypi-files && python3 -m build -sn . -pypi-files: AUTHORS Changelog.md LICENSE README.md README.txt supportedsites \ +pypi-files: Changelog.md LICENSE README.md README.txt supportedsites \ - completions yt-dlp.1 pyproject.toml setup.cfg devscripts/* test/* + completions yt-dlp.1 pyproject.toml setup.cfg devscripts/* test/* - .PHONY: all clean install test tar pypi-files completions ot offlinetest codetest supportedsites + .PHONY: all clean clean-all clean-test clean-dist clean-cache \ |