summaryrefslogtreecommitdiff
path: root/yt-dlp/debian/patches/0003-Remove-use-of-git.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-09 15:32:47 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-09 15:32:47 -0500
commit328f444bc77d4323d5eceb93e6d84185322445ba (patch)
treef3e77aacbba7434d363beec3f166e52436d2190d /yt-dlp/debian/patches/0003-Remove-use-of-git.patch
parentMerge branch 'irfanview-bump' into 'master' (diff)
downloadstackrpms-328f444bc77d4323d5eceb93e6d84185322445ba.tar.gz
stackrpms-328f444bc77d4323d5eceb93e6d84185322445ba.tar.bz2
stackrpms-328f444bc77d4323d5eceb93e6d84185322445ba.zip
add yt-dlpyt-dlp-bump
Diffstat (limited to 'yt-dlp/debian/patches/0003-Remove-use-of-git.patch')
-rw-r--r--yt-dlp/debian/patches/0003-Remove-use-of-git.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/yt-dlp/debian/patches/0003-Remove-use-of-git.patch b/yt-dlp/debian/patches/0003-Remove-use-of-git.patch
new file mode 100644
index 0000000..24b6636
--- /dev/null
+++ b/yt-dlp/debian/patches/0003-Remove-use-of-git.patch
@@ -0,0 +1,19 @@
+Description: Remove use of git during build
+Author: Unit 193 <unit193@debian.org>
+Forwarded: not-needed
+
+---
+ Makefile | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
+--- a/Makefile 2021-09-25 12:27:50.468876774 -0400
++++ b/Makefile 2021-09-25 12:27:50.456876891 -0400
+@@ -8,7 +8,7 @@
+ # Keep this list in sync with MANIFEST.in
+ # intended use: when building a source distribution,
+ # make pypi-files && python setup.py sdist
+-pypi-files: AUTHORS Changelog.md LICENSE README.md README.txt supportedsites completions yt-dlp.1 devscripts/* test/*
++pypi-files: Changelog.md LICENSE README.md README.txt supportedsites completions yt-dlp.1 devscripts/* test/*
+
+ .PHONY: all clean install test tar pypi-files completions ot offlinetest codetest supportedsites
+
bgstack15