From 18ef22df8eee4d07fadc24dbfa798fa23873a7af Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Fri, 15 May 2015 14:33:22 +0100 Subject: [PATCH] Add de778fd9987b306e41f70fcc10d399bb63b22ee7 Former-commit-id: a5964bb434c298b7791541daf4af91aa5b265c40 --- ...osoft.Portable.VisualBasic_4.-0-5-.t.patch | 25 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 26 insertions(+) create mode 100644 debian/patches/0001-Add-missing-Microsoft.Portable.VisualBasic_4.-0-5-.t.patch diff --git a/debian/patches/0001-Add-missing-Microsoft.Portable.VisualBasic_4.-0-5-.t.patch b/debian/patches/0001-Add-missing-Microsoft.Portable.VisualBasic_4.-0-5-.t.patch new file mode 100644 index 0000000000..86f9e246fa --- /dev/null +++ b/debian/patches/0001-Add-missing-Microsoft.Portable.VisualBasic_4.-0-5-.t.patch @@ -0,0 +1,25 @@ +From de778fd9987b306e41f70fcc10d399bb63b22ee7 Mon Sep 17 00:00:00 2001 +From: Jo Shields +Date: Fri, 15 May 2015 12:14:18 +0100 +Subject: [PATCH] Add missing Microsoft.Portable.VisualBasic_4.{0,5}.targets to + EXTRA_DIST + +--- + mcs/tools/xbuild/Makefile | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile +index afa7c21..771184c 100644 +--- a/mcs/tools/xbuild/Makefile ++++ b/mcs/tools/xbuild/Makefile +@@ -109,5 +109,7 @@ EXTRA_DISTFILES = \ + targets/Microsoft.Portable.Core.targets \ + targets/Microsoft.Portable.Core.props \ + targets/Microsoft.WebApplication.targets \ ++ targets/Microsoft.Portable.VisualBasic_4.0.targets \ ++ targets/Microsoft.Portable.VisualBasic_4.5.targets \ + xbuild.make \ + xbuild_test.make +-- +1.9.1 + diff --git a/debian/patches/series b/debian/patches/series index bc84ce1b06..45898219d1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +0001-Add-missing-Microsoft.Portable.VisualBasic_4.-0-5-.t.patch rename-and-package-symbolicate.patch