From ada5c8fab4eef43f5f53c3c0b3cbd41cbc9bedbd Mon Sep 17 00:00:00 2001 From: Eloston Date: Fri, 3 Mar 2017 11:20:49 -0800 Subject: [PATCH] Consolidate all Debian-provided patches into one directory --- resources/configs/linux_dynamic/patch_order | 14 +++++++------- .../{linux_dynamic => debian}/manpage.patch | 0 .../master-preferences.patch | 0 .../{linux_dynamic => debian}/system/event.patch | 0 .../{linux_dynamic => debian}/system/ffmpeg.patch | 0 .../{linux_dynamic => debian}/system/icu.patch | 0 .../{linux_dynamic => debian}/system/nspr.patch | 0 .../{linux_dynamic => debian}/system/vpx.patch | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename resources/patches/{linux_dynamic => debian}/manpage.patch (100%) rename resources/patches/{linux_dynamic => debian}/master-preferences.patch (100%) rename resources/patches/{linux_dynamic => debian}/system/event.patch (100%) rename resources/patches/{linux_dynamic => debian}/system/ffmpeg.patch (100%) rename resources/patches/{linux_dynamic => debian}/system/icu.patch (100%) rename resources/patches/{linux_dynamic => debian}/system/nspr.patch (100%) rename resources/patches/{linux_dynamic => debian}/system/vpx.patch (100%) diff --git a/resources/configs/linux_dynamic/patch_order b/resources/configs/linux_dynamic/patch_order index 16555369..0cbb5ab9 100644 --- a/resources/configs/linux_dynamic/patch_order +++ b/resources/configs/linux_dynamic/patch_order @@ -1,10 +1,10 @@ -linux_dynamic/manpage.patch +debian/manpage.patch -linux_dynamic/master-preferences.patch +debian/master-preferences.patch -linux_dynamic/system/icu.patch -linux_dynamic/system/vpx.patch -linux_dynamic/system/nspr.patch -linux_dynamic/system/event.patch -linux_dynamic/system/ffmpeg.patch +debian/system/icu.patch +debian/system/vpx.patch +debian/system/nspr.patch +debian/system/event.patch +debian/system/ffmpeg.patch diff --git a/resources/patches/linux_dynamic/manpage.patch b/resources/patches/debian/manpage.patch similarity index 100% rename from resources/patches/linux_dynamic/manpage.patch rename to resources/patches/debian/manpage.patch diff --git a/resources/patches/linux_dynamic/master-preferences.patch b/resources/patches/debian/master-preferences.patch similarity index 100% rename from resources/patches/linux_dynamic/master-preferences.patch rename to resources/patches/debian/master-preferences.patch diff --git a/resources/patches/linux_dynamic/system/event.patch b/resources/patches/debian/system/event.patch similarity index 100% rename from resources/patches/linux_dynamic/system/event.patch rename to resources/patches/debian/system/event.patch diff --git a/resources/patches/linux_dynamic/system/ffmpeg.patch b/resources/patches/debian/system/ffmpeg.patch similarity index 100% rename from resources/patches/linux_dynamic/system/ffmpeg.patch rename to resources/patches/debian/system/ffmpeg.patch diff --git a/resources/patches/linux_dynamic/system/icu.patch b/resources/patches/debian/system/icu.patch similarity index 100% rename from resources/patches/linux_dynamic/system/icu.patch rename to resources/patches/debian/system/icu.patch diff --git a/resources/patches/linux_dynamic/system/nspr.patch b/resources/patches/debian/system/nspr.patch similarity index 100% rename from resources/patches/linux_dynamic/system/nspr.patch rename to resources/patches/debian/system/nspr.patch diff --git a/resources/patches/linux_dynamic/system/vpx.patch b/resources/patches/debian/system/vpx.patch similarity index 100% rename from resources/patches/linux_dynamic/system/vpx.patch rename to resources/patches/debian/system/vpx.patch