[Pkg-mono-svn-commits] [mono] 03/04: I... have no idea how these deltas ended up existing, vs. the tarball. Thanks, git, you weird little monkey.

Jo Shields directhex at moszumanska.debian.org
Thu Dec 10 13:04:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/4.2.1.102+dfsg2-4
in repository mono.

commit 546ee96c637d4db539f5539555ee2c5b6d5dd009
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Thu Dec 10 12:09:58 2015 +0000

    I... have no idea how these deltas ended up existing, vs. the tarball. Thanks, git, you weird little monkey.
---
 mcs/class/System.Data.Services.Client/Makefile               |  1 -
 .../System.Data/ReferenceSources/ResCategoryAttribute.cs     | 12 ++++++++++++
 mcs/class/System.ServiceModel.Web/Makefile                   |  1 -
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/mcs/class/System.Data.Services.Client/Makefile b/mcs/class/System.Data.Services.Client/Makefile
index cb91d61..108d98c 100644
--- a/mcs/class/System.Data.Services.Client/Makefile
+++ b/mcs/class/System.Data.Services.Client/Makefile
@@ -18,7 +18,6 @@ ifneq (2.1, $(FRAMEWORK_VERSION))
 LIB_REFS += WindowsBase
 endif
 endif
-endif
 
 include ../../build/library.make
 
diff --git a/mcs/class/System.Data/ReferenceSources/ResCategoryAttribute.cs b/mcs/class/System.Data/ReferenceSources/ResCategoryAttribute.cs
new file mode 100644
index 0000000..d808640
--- /dev/null
+++ b/mcs/class/System.Data/ReferenceSources/ResCategoryAttribute.cs
@@ -0,0 +1,12 @@
+using System.ComponentModel;
+
+namespace System.Data
+{
+	sealed class ResCategoryAttribute : CategoryAttribute
+	{
+		public ResCategoryAttribute (string category)
+			: base (category)
+		{
+		}
+	}
+}
\ No newline at end of file
diff --git a/mcs/class/System.ServiceModel.Web/Makefile b/mcs/class/System.ServiceModel.Web/Makefile
index e84e89f..a278ec1 100644
--- a/mcs/class/System.ServiceModel.Web/Makefile
+++ b/mcs/class/System.ServiceModel.Web/Makefile
@@ -21,7 +21,6 @@ ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
 LIB_REFS += System.ServiceModel.Activation
 endif
 endif
-endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list