]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - debian/patches/skip_support_file_installation.patch
debian/patch: Refresh all patches to avoid FTBFS.
[youtubedl] / debian / patches / skip_support_file_installation.patch
index 1e5506f640df551a6aeae0ead9e3e950d6429a17..1fc00a1bb3867c4d5e921cfbe4fd27e3cff983e9 100644 (file)
@@ -8,17 +8,13 @@ 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
 --- a/setup.py
 +++ b/setup.py
-@@ -58,12 +58,7 @@ py2exe_params = {
+@@ -58,12 +58,7 @@
  if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
      params = py2exe_params
  else: