X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/9113dfef91df19343cf76c6274dd0a85258c1004..fe6cc1b2aebf52f3fcdcc22ca8e846b67a406cc0:/debian/patches/skip_support_file_installation.patch

diff --git a/debian/patches/skip_support_file_installation.patch b/debian/patches/skip_support_file_installation.patch
index 1e5506f..1fc00a1 100644
--- a/debian/patches/skip_support_file_installation.patch
+++ b/debian/patches/skip_support_file_installation.patch
@@ -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: