aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2016-02-24 19:58:03 -0300
committerRogério Brito <rbrito@ime.usp.br>2016-02-24 19:58:03 -0300
commit82abf0abb400fbf710e03be31cc8942c21a040be (patch)
tree22298bd3a4cb0d444a6720b6d415fee33c81dc4a
parent5dafebb045625934d6c679b05132c61c5f9793c5 (diff)
downloadyoutube-dl-82abf0abb400fbf710e03be31cc8942c21a040be.zip
youtube-dl-82abf0abb400fbf710e03be31cc8942c21a040be.tar.gz
youtube-dl-82abf0abb400fbf710e03be31cc8942c21a040be.tar.bz2
debian/patches: Removed, they came from upstream.
-rw-r--r--debian/patches/fix-809454.patch21
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/fix-809454.patch b/debian/patches/fix-809454.patch
deleted file mode 100644
index e840a10..0000000
--- a/debian/patches/fix-809454.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Apply youtube fix from upstream issue 7900
- * Fix for youtube failure #809454
-Author: Wookey <wookey@debian.org>
-
-Origin: upstream, https://github.com/rg3/youtube-dl/commit/b95779be21929c1aed1c0edbc3f9a5d11826973f
-Bug: https://github.com/rg3/youtube-dl/issues/7900
-Bug-Debian: https://bugs.debian.org/809454
-Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809454#3
-Last-Update: 2016-01-07
-
---- youtube-dl-2015.11.27.1.orig/youtube_dl/jsinterp.py
-+++ youtube-dl-2015.11.27.1/youtube_dl/jsinterp.py
-@@ -232,7 +232,7 @@ class JSInterpreter(object):
- def extract_function(self, funcname):
- func_m = re.search(
- r'''(?x)
-- (?:function\s+%s|[{;]%s\s*=\s*function|var\s+%s\s*=\s*function)\s*
-+ (?:function\s+%s|[{;,]%s\s*=\s*function|var\s+%s\s*=\s*function)\s*
- \((?P<args>[^)]*)\)\s*
- \{(?P<code>[^}]+)\}''' % (
- re.escape(funcname), re.escape(funcname), re.escape(funcname)),
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 33a3e48..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-809454.patch