From 114e74e10ba28c9672946b28d3a10cfb588a68b5 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Fri, 15 May 2015 15:55:37 +0100 Subject: [PATCH] Add missing target files via a patch Former-commit-id: 3e8dcd670ec252e47556ddbc513da3c2a9ed8bc5 --- .../add_missing_vb_portable_targets.patch | 20 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 debian/patches/add_missing_vb_portable_targets.patch diff --git a/debian/patches/add_missing_vb_portable_targets.patch b/debian/patches/add_missing_vb_portable_targets.patch new file mode 100644 index 0000000000..bdefed17db --- /dev/null +++ b/debian/patches/add_missing_vb_portable_targets.patch @@ -0,0 +1,20 @@ +Index: xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.0.targets +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.0.targets 2015-05-15 15:55:12.074775985 +0100 +@@ -0,0 +1,5 @@ ++ ++ ++ ++ ++ +Index: xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.5.targets +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ xamarin-pkg-mono/mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.5.targets 2015-05-15 15:55:19.194775876 +0100 +@@ -0,0 +1,5 @@ ++ ++ ++ ++ ++ diff --git a/debian/patches/series b/debian/patches/series index bc84ce1b06..4dcfcfc904 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +add_missing_vb_portable_targets.patch rename-and-package-symbolicate.patch