X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/2b4515201a54c38e34434ea2817d606be134a7c9..bb0545d1ede66375ab242a96da748913992bbf0d:/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 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: