From: Rogério Brito <rbrito@ime.usp.br>
Date: Fri, 16 Mar 2018 17:39:01 +0000 (-0300)
Subject: d/patches: Refresh with gbp pq.
X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/903490db3cf588364c9ff08098b1a9193438a7f3

d/patches: Refresh with gbp pq.
---

diff --git a/debian/patches/fix_libav_compat_outdated.patch b/debian/patches/fix_libav_compat_outdated.patch
index dddeb91..0c36990 100644
--- a/debian/patches/fix_libav_compat_outdated.patch
+++ b/debian/patches/fix_libav_compat_outdated.patch
@@ -10,15 +10,15 @@ Origin: vendor
 Bug: https://github.com/rg3/youtube-dl/pull/8720
 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798936
 Last-Update: 2016-06-27
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 ---
  youtube_dl/postprocessor/ffmpeg.py | 9 +++++++--
  1 file changed, 7 insertions(+), 2 deletions(-)
 
+diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py
+index 3ea1afc..c62256e 100644
 --- a/youtube_dl/postprocessor/ffmpeg.py
 +++ b/youtube_dl/postprocessor/ffmpeg.py
-@@ -110,11 +110,16 @@
+@@ -110,11 +110,16 @@ class FFmpegPostProcessor(PostProcessor):
                  self._paths = dict(
                      (p, os.path.join(location, p)) for p in programs)
                  self._versions = dict(
diff --git a/debian/patches/skip_support_file_installation.patch b/debian/patches/skip_support_file_installation.patch
index 1e5506f..c56cb09 100644
--- a/debian/patches/skip_support_file_installation.patch
+++ b/debian/patches/skip_support_file_installation.patch
@@ -8,14 +8,12 @@ Author: Carlos Maddela <e7appew@gmail.com>
 Origin: vendor
 Forwarded: not-needed
 Last-Update: 2016-06-27
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 ---
  setup.py | 7 +------
  1 file changed, 1 insertion(+), 6 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 508b27f..7b13ef7 100644
+index 7dbb580..80599be 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -58,12 +58,7 @@ py2exe_params = {