[Pkg-mono-svn-commits] [mono-reference-assemblies] 01/02: Initial debianization

Jo Shields directhex at moszumanska.debian.org
Wed Feb 17 10:09:56 UTC 2016


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

directhex pushed a commit to branch master
in repository mono-reference-assemblies.

commit 68ed170dfff53215114029693878a3eb94f01949
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Fri Feb 5 10:26:33 2016 +0000

    Initial debianization
---
 debian/README.Debian                               | 107 +++
 debian/README.source                               | 207 ++++++
 debian/changelog                                   |   5 +
 debian/compat                                      |   1 +
 debian/control                                     | 374 ++++++++++
 debian/copyright                                   | 774 +++++++++++++++++++++
 .../16ee0252305fbd4f40ea39c3c4421dc7f103f8a0.diff  |  38 +
 debian/patches/series                              |   1 +
 debian/rules                                       |  22 +
 debian/source/format                               |   1 +
 10 files changed, 1530 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..141c18a
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,107 @@
+Mono for Debian
+---------------
+
+1. Documentation can be found in the separated monodoc packages.
+
+2. Supported Processor Architectures for Mono 1.1.x (current)
+    JIT:
+    Linux/x86
+    Linux/AMD64
+    Linux/PPC
+    Linux/S390 (not functional)
+    Linux/ARM
+    Solaris/SPARC
+    
+    Interpreter (deprecated/unmaintained):
+    -
+
+   Supported Processor Architectures for Mono 1.0.x (old)
+    JIT:
+    Linux/x86
+    Linux/PPC
+    MacOS/PPC
+
+    Interpreter (deprecated/unmaintained):
+    Linux/x86
+    Linux/PPC
+    HP-UX/HPPA
+    S390
+    StrongARM
+    Solaris/SPARC
+    Solaris/SPARC v9
+ 
+3. Typical problems:
+3a.  Purge your ~/.wapi directory if you see messages like:
+
+     ** (/tmp/hello.exe:23770): WARNING **: Shared memory sanity check
+     failed.
+
+     ** (/tmp/hello.exe:23770): WARNING **: Failed to attach shared memory!
+     Falling back to non-shared handles
+
+     Reason:
+     02:00:00 < totte> .wapi is the shared memory file folder used to handle process.start and someother functions for our IO lib
+3b. Question: 
+    Mono does not work for me (wrong version of mscorlib reported) or
+    monodevelop breaks on start (MonoDevelop.Core.dll has incorrect
+    version...)
+    Answer:
+    Most likely you have compiled some old Mono version before and have
+    a funny mixture of upstream and Debian files in different versions.
+    Make sure that /usr/local does not appear in the output of the
+    following commands and remove the particular files in /usr/local/...:
+
+    which mono
+    which mint
+    ldd $(which mono)
+    ls /usr/local/lib/Mono*dll
+    ls /usr/local/lib/System*dll
+    ls /usr/local/lib/I18*dll
+    (and maybe most other dll files there)
+
+4. (for developers) 
+   The main coordination site of the maintainers is on
+   http://pkg-mono.alioth.debian.org/, more details can be found there.
+   CLI Policy for packaging Mono libraries/applications can be found on
+   http://pkg-mono.alioth.debian.org/cli-policy/
+   An offline version is in /usr/share/doc/cli-common/ of the the cli-common package.
+
+-----------------------------------------------------------------------------
+
+PS: Some comparisons (not real benchmarks!), testing different
+invocation methods:
+
+  The "native" method via exec, binfmt_misc, binfmpt-support (Perl
+  script), binfmt-detector-cli:
+
+time for x in `seq 1000` ; do ./hello.exe > /dev/null; done
+
+real    3m2.969s
+user    2m8.060s
+sys     0m14.540s
+
+  The shell wrapper method using mono:
+
+time for x in `seq 1000` ; do ./hello.sh > /dev/null; done
+
+real    2m43.146s
+user    1m45.990s
+sys     0m11.140s
+
+  Using "cli-wrapper" with a symlink:
+
+time for x in `seq 1000` ; do ./hello > /dev/null; done
+
+real    2m23.958s
+user    1m32.720s
+sys     0m9.640s
+
+  The "interpreter" method using mono:
+
+time for x in `seq 1000` ; do /usr/bin/cli ./hello.exe > /dev/null; done
+
+real    2m23.699s
+user    1m33.140s
+sys     0m8.920s
+
+ Eduard Bloch <blade at debian.org> -- Sat, 19 Jun 2004 02:28:40 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..8bcc6a8
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,207 @@
+The upstream tarball for this application has been altered to remove
+(unneeded) binary-only components. The list of files removed is as follows:
+
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Data.Services.Client.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Dynamic.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Configuration.Install.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Security.Win32.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Drawing.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/ICSharpCode.SharpZipLib.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/I18N.Other.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Data.Tds.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.Build.Tasks.v4.0.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.IdentityModel.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Json.Microsoft.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Debugger.Soft.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Transactions.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.Web.Infrastructure.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/I18N.Rare.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Commons.Xml.Relaxng.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Security.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Numerics.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/WindowsBase.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Json.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Xml.Linq.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Core.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/PEAPI.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Data.DataSetExtensions.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Xml.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Npgsql.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/I18N.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Runtime.Serialization.Formatters.Soap.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Simd.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.Build.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.DirectoryServices.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/mscorlib.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Management.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Runtime.Remoting.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ServiceModel.Activation.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.CompilerServices.SymbolWriter.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Posix.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Data.OracleClient.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Runtime.Caching.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ServiceModel.Web.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.VisualC.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Tasklets.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ComponentModel.Composition.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Data.Linq.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ServiceModel.Routing.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Messaging.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/CustomMarshalers.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ComponentModel.DataAnnotations.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Runtime.DurableInstancing.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Runtime.Serialization.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.ApplicationServices.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Security.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Design.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Net.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/monodoc.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/I18N.CJK.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.Extensions.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Http.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/cscompmgd.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/I18N.MidEast.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Cairo.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.EnterpriseServices.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Messaging.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Accessibility.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Data.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.Build.Engine.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Xaml.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/RabbitMQ.Client.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Windows.Forms.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.CSharp.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Messaging.RabbitMQ.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Drawing.Design.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/IBM.Data.DB2.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.Extensions.Design.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.WebBrowser.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.Build.Framework.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.DirectoryServices.Protocols.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.Services.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/WebMatrix.Data.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Data.Services.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/I18N.West.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.DynamicData.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ServiceModel.Discovery.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.Data.Sqlite.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Mono.C5.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.Abstractions.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Web.Routing.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.Build.Utilities.v4.0.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ServiceProcess.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Novell.Directory.Ldap.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.IdentityModel.Selectors.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Windows.Forms.DataVisualization.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Configuration.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.ServiceModel.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.VisualBasic.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/Microsoft.CSharp.dll
+mono-4.0.2/external/binary-reference-assemblies/v4.0/System.Management.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Data.Services.Client.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Configuration.Install.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Security.Win32.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Drawing.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/ICSharpCode.SharpZipLib.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/I18N.Other.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Data.Tds.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.IdentityModel.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Debugger.Soft.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Transactions.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/I18N.Rare.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Commons.Xml.Relaxng.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Security.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/WindowsBase.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Json.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Xml.Linq.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Core.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/PEAPI.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Data.DataSetExtensions.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Xml.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Npgsql.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/I18N.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Runtime.Serialization.Formatters.Soap.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Simd.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.DirectoryServices.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/mscorlib.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Management.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Runtime.Remoting.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.CompilerServices.SymbolWriter.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Posix.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Data.OracleClient.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.ServiceModel.Web.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Microsoft.VisualC.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Tasklets.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Data.Linq.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Microsoft.Build.Utilities.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Messaging.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/CustomMarshalers.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.ComponentModel.DataAnnotations.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Runtime.Serialization.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Security.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Design.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Net.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.XBuild.Tasks.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/I18N.CJK.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.Extensions.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Http.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/cscompmgd.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/I18N.MidEast.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Cairo.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.EnterpriseServices.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Messaging.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Accessibility.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Data.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Microsoft.Build.Engine.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/RabbitMQ.Client.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Windows.Forms.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.CSharp.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Messaging.RabbitMQ.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Drawing.Design.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/IBM.Data.DB2.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.Extensions.Design.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.WebBrowser.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Microsoft.Build.Framework.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.DirectoryServices.Protocols.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.Mvc.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.Services.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Data.Services.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/I18N.West.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.DynamicData.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.Data.Sqlite.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Mono.C5.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.Abstractions.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Web.Routing.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.ServiceProcess.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Novell.Directory.Ldap.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.IdentityModel.Selectors.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Microsoft.Build.Tasks.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Configuration.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.ServiceModel.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/Microsoft.VisualBasic.dll
+mono-4.0.2/external/binary-reference-assemblies/v2.0/System.Management.dll
+mono-4.0.2/external/binary-reference-assemblies/v3.5/Microsoft.Build.Utilities.v3.5.dll
+mono-4.0.2/external/binary-reference-assemblies/v3.5/Microsoft.Build.Tasks.v3.5.dll
+mono-4.0.2/external/binary-reference-assemblies/v3.5/Mono.XBuild.Tasks.dll
+mono-4.0.2/external/binary-reference-assemblies/v3.5/Microsoft.Build.Engine.dll
+mono-4.0.2/external/binary-reference-assemblies/v3.5/Microsoft.Build.Framework.dll
+
+To create your own copy of this modified tarball, use the "get-orig-source"
+target of the debian/rules makefile.
+
+The compiler needs to bootstrap using the pre-build binary
+mcs/class/lib/monolite/mcs.exe, which requires
+mcs/class/lib/monolite/mscorlib.dll,
+mcs/class/lib/monolite/System.dll and
+mcs/class/lib/monolite/System.Xml.dll in order to operate.
+
+These binaries are used to compile the code in mcs/mcs/*, mcs/class/corlib/*,
+mcs/class/System/* and mcs/class/System.XML/*, which in turn, produce their
+own mcs.exe, mscorlib.dll, System.dll and System.Xml.dll.
+
+Only the resulting binaries are included in packages - not the versions
+used for bootstrapping.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ecc4008
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mono-reference-assemblies (3.12.1+dfsg-1) unstable; urgency=low
+
+  * Initial release (Closes: #813700)
+
+ -- Jo Shields <jo.shields at xamarin.com>  Thu, 04 Feb 2016 11:52:32 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..94505df
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,374 @@
+Source: mono-reference-assemblies
+Section: cli-mono
+Priority: optional
+Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+Uploaders: Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
+Build-Depends: debhelper (>= 7.0.50~),
+	dpkg-dev (>= 1.16.1~),
+	procps,
+	bison,
+	libtool,
+	libxml-dom-perl,
+	libxslt1-dev,
+	dc,
+	lsb-release,
+	libx11-dev,
+	libxt-dev,
+	zlib1g-dev,
+	autoconf,
+	automake
+Standards-Version: 3.9.6
+Homepage: http://www.mono-project.com
+Vcs-Git: git://git.debian.org/git/pkg-mono/packages/mono-reference-assemblies.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mono/packages/mono-reference-assemblies.git
+
+Package: mono-reference-assemblies-2.0
+Breaks: libmono2.0-cil (<< 4.0),
+        libmono-accessibility2.0-cil (<< 4.0),
+        libmono-cairo2.0-cil (<< 4.0),
+        libmono-corlib2.0-cil (<< 4.0),
+        libmono-cscompmgd8.0-cil (<< 4.0),
+        libmono-data-tds2.0-cil (<< 4.0),
+        libmono-debugger-soft2.0-cil (<< 4.0),
+        libmono-debugger-soft2.0a-cil (<< 4.0),
+        libmono-i18n2.0-cil (<< 4.0),
+        libmono-i18n-west2.0-cil (<< 4.0),
+        libmono-ldap2.0-cil (<< 4.0),
+        libmono-management2.0-cil (<< 4.0),
+        libmono-messaging2.0-cil (<< 4.0),
+        libmono-messaging-rabbitmq2.0-cil (<< 4.0),
+        libmono-microsoft8.0-cil (<< 4.0),
+        libmono-microsoft-build2.0-cil (<< 4.0),
+        libmono-npgsql2.0-cil (<< 4.0),
+        libmono-oracle2.0-cil (<< 4.0),
+        libmono-peapi2.0-cil (<< 4.0),
+        libmono-peapi2.0a-cil (<< 4.0),
+        libmono-posix2.0-cil (<< 4.0),
+        libmono-rabbitmq2.0-cil (<< 4.0),
+        libmono-relaxng2.0-cil (<< 4.0),
+        libmono-security2.0-cil (<< 4.0),
+        libmono-sharpzip2.6-cil (<< 4.0),
+        libmono-sharpzip2.84-cil (<< 4.0),
+        libmono-simd2.0-cil (<< 4.0),
+        libmono-sqlite2.0-cil (<< 4.0),
+        libmono-system2.0-cil (<< 4.0),
+        libmono-system-data2.0-cil (<< 4.0),
+        libmono-system-data-linq2.0-cil (<< 4.0),
+        libmono-system-data-services2.0-cil (<< 4.0),
+        libmono-system-json2.0-cil (<< 4.0),
+        libmono-system-ldap2.0-cil (<< 4.0),
+        libmono-system-messaging2.0-cil (<< 4.0),
+        libmono-system-net2.0-cil (<< 4.0),
+        libmono-system-runtime2.0-cil (<< 4.0),
+        libmono-system-web2.0-cil (<< 4.0),
+        libmono-system-web-mvc1.0-cil (<< 4.0),
+        libmono-system-web-mvc2.0-cil (<< 4.0),
+        libmono-tasklets2.0-cil (<< 4.0),
+        libmono-wcf3.0-cil (<< 4.0),
+        libmono-wcf3.0a-cil (<< 4.0),
+        libmono-webbrowser2.0-cil (<< 4.0),
+        libmono-windowsbase3.0-cil (<< 4.0),
+        libmono-winforms2.0-cil (<< 4.0),
+        libmono-xbuild-tasks2.0-cil (<< 4.0)
+Replaces: libmono2.0-cil (<< 4.0),
+          libmono-accessibility2.0-cil (<< 4.0),
+          libmono-cairo2.0-cil (<< 4.0),
+          libmono-corlib2.0-cil (<< 4.0),
+          libmono-cscompmgd8.0-cil (<< 4.0),
+          libmono-data-tds2.0-cil (<< 4.0),
+          libmono-debugger-soft2.0-cil (<< 4.0),
+          libmono-debugger-soft2.0a-cil (<< 4.0),
+          libmono-i18n2.0-cil (<< 4.0),
+          libmono-i18n-west2.0-cil (<< 4.0),
+          libmono-ldap2.0-cil (<< 4.0),
+          libmono-management2.0-cil (<< 4.0),
+          libmono-messaging2.0-cil (<< 4.0),
+          libmono-messaging-rabbitmq2.0-cil (<< 4.0),
+          libmono-microsoft8.0-cil (<< 4.0),
+          libmono-microsoft-build2.0-cil (<< 4.0),
+          libmono-npgsql2.0-cil (<< 4.0),
+          libmono-oracle2.0-cil (<< 4.0),
+          libmono-peapi2.0-cil (<< 4.0),
+          libmono-peapi2.0a-cil (<< 4.0),
+          libmono-posix2.0-cil (<< 4.0),
+          libmono-rabbitmq2.0-cil (<< 4.0),
+          libmono-relaxng2.0-cil (<< 4.0),
+          libmono-security2.0-cil (<< 4.0),
+          libmono-sharpzip2.6-cil (<< 4.0),
+          libmono-sharpzip2.84-cil (<< 4.0),
+          libmono-simd2.0-cil (<< 4.0),
+          libmono-sqlite2.0-cil (<< 4.0),
+          libmono-system2.0-cil (<< 4.0),
+          libmono-system-data2.0-cil (<< 4.0),
+          libmono-system-data-linq2.0-cil (<< 4.0),
+          libmono-system-data-services2.0-cil (<< 4.0),
+          libmono-system-json2.0-cil (<< 4.0),
+          libmono-system-ldap2.0-cil (<< 4.0),
+          libmono-system-messaging2.0-cil (<< 4.0),
+          libmono-system-net2.0-cil (<< 4.0),
+          libmono-system-runtime2.0-cil (<< 4.0),
+          libmono-system-web2.0-cil (<< 4.0),
+          libmono-system-web-mvc1.0-cil (<< 4.0),
+          libmono-system-web-mvc2.0-cil (<< 4.0),
+          libmono-tasklets2.0-cil (<< 4.0),
+          libmono-wcf3.0-cil (<< 4.0),
+          libmono-wcf3.0a-cil (<< 4.0),
+          libmono-webbrowser2.0-cil (<< 4.0),
+          libmono-windowsbase3.0-cil (<< 4.0),
+          libmono-winforms2.0-cil (<< 4.0),
+          libmono-xbuild-tasks2.0-cil (<< 4.0)
+Architecture: all
+Depends: mono-runtime-common (>= 4.0), ${misc:Depends}
+Description: Mono runtime - compiler compatibility for .NET 2.0
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
+ .
+ This package contains files required to compile applications against an older
+ version of .NET, using Mono 4.0 or above, which only include the latest 
+ version of the class library as-is. This is important for producing apps for
+ wider distribution
+
+Package: mono-reference-assemblies-3.5
+Architecture: all
+Breaks: libmono-microsoft-build2.0-cil (<< 4.0),
+        libmono-xbuild-tasks2.0-cil (<< 4.0)
+Replaces: libmono-microsoft-build2.0-cil (<< 4.0),
+          libmono-xbuild-tasks2.0-cil (<< 4.0)
+Depends: mono-runtime-common (>= 4.0), ${misc:Depends}
+Description: Mono runtime - compiler compatibility for .NET 3.5
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
+ .
+ This package contains files required to compile applications against an older
+ version of .NET, using Mono 4.0 or above, which only include the latest 
+ version of the class library as-is. This is important for producing apps for
+ wider distribution
+
+Package: mono-reference-assemblies-4.0
+Breaks: libmono-accessibility4.0-cil (<< 4.0),
+        libmono-c5-1.1-cil (<< 4.0),
+        libmono-cairo4.0-cil (<< 4.0),
+        libmono-compilerservices-symbolwriter4.0-cil (<< 4.0),
+        libmono-corlib4.0-cil (<< 4.0),
+        libmono-csharp4.0-cil (<< 4.0),
+        libmono-csharp4.0a-cil (<< 4.0),
+        libmono-csharp4.0b-cil (<< 4.0),
+        libmono-csharp4.0c-cil (<< 4.0),
+        libmono-custommarshalers4.0-cil (<< 4.0),
+        libmono-data-tds4.0-cil (<< 4.0),
+        libmono-db2-1.0-cil (<< 4.0),
+        libmono-debugger-soft4.0-cil (<< 4.0),
+        libmono-debugger-soft4.0a-cil (<< 4.0),
+        libmono-http4.0-cil (<< 4.0),
+        libmono-i18n4.0-cil (<< 4.0),
+        libmono-i18n-cjk4.0-cil (<< 4.0),
+        libmono-i18n-mideast4.0-cil (<< 4.0),
+        libmono-i18n-other4.0-cil (<< 4.0),
+        libmono-i18n-rare4.0-cil (<< 4.0),
+        libmono-i18n-west4.0-cil (<< 4.0),
+        libmono-ldap4.0-cil (<< 4.0),
+        libmono-management4.0-cil (<< 4.0),
+        libmono-messaging4.0-cil (<< 4.0),
+        libmono-messaging-rabbitmq4.0-cil (<< 4.0),
+        libmono-microsoft-build4.0-cil (<< 4.0),
+        libmono-microsoft-build-engine4.0-cil (<< 4.0),
+        libmono-microsoft-build-framework4.0-cil (<< 4.0),
+        libmono-microsoft-build-tasks-v4.0-4.0-cil (<< 4.0),
+        libmono-microsoft-build-utilities-v4.0-4.0-cil (<< 4.0),
+        libmono-microsoft-csharp4.0-cil (<< 4.0),
+        libmono-microsoft-visualc10.0-cil (<< 4.0),
+        libmono-microsoft-web-infrastructure1.0-cil (<< 4.0),
+        libmono-npgsql4.0-cil (<< 4.0),
+        libmono-oracle4.0-cil (<< 4.0),
+        libmono-parallel4.0-cil (<< 4.0),
+        libmono-peapi4.0-cil (<< 4.0),
+        libmono-peapi4.0a-cil (<< 4.0),
+        libmono-posix4.0-cil (<< 4.0),
+        libmono-rabbitmq4.0-cil (<< 4.0),
+        libmono-relaxng4.0-cil (<< 4.0),
+        libmono-security4.0-cil (<< 4.0),
+        libmono-sharpzip4.84-cil (<< 4.0),
+        libmono-simd4.0-cil (<< 4.0),
+        libmono-sqlite4.0-cil (<< 4.0),
+        libmono-system4.0-cil (<< 4.0),
+        libmono-system-componentmodel-composition4.0-cil (<< 4.0),
+        libmono-system-componentmodel-dataannotations4.0-cil (<< 4.0),
+        libmono-system-configuration4.0-cil (<< 4.0),
+        libmono-system-configuration-install4.0-cil (<< 4.0),
+        libmono-system-core4.0-cil (<< 4.0),
+        libmono-system-data4.0-cil (<< 4.0),
+        libmono-system-data-datasetextensions4.0-cil (<< 4.0),
+        libmono-system-data-linq4.0-cil (<< 4.0),
+        libmono-system-data-services4.0-cil (<< 4.0),
+        libmono-system-data-services-client4.0-cil (<< 4.0),
+        libmono-system-design4.0-cil (<< 4.0),
+        libmono-system-drawing4.0-cil (<< 4.0),
+        libmono-system-drawing-design4.0-cil (<< 4.0),
+        libmono-system-dynamic4.0-cil (<< 4.0),
+        libmono-system-enterpriseservices4.0-cil (<< 4.0),
+        libmono-system-identitymodel4.0-cil (<< 4.0),
+        libmono-system-identitymodel-selectors4.0-cil (<< 4.0),
+        libmono-system-json4.0-cil (<< 4.0),
+        libmono-system-json-microsoft4.0-cil (<< 4.0),
+        libmono-system-ldap4.0-cil (<< 4.0),
+        libmono-system-ldap-protocols4.0-cil (<< 4.0),
+        libmono-system-management4.0-cil (<< 4.0),
+        libmono-system-messaging4.0-cil (<< 4.0),
+        libmono-system-net4.0-cil (<< 4.0),
+        libmono-system-numerics4.0-cil (<< 4.0),
+        libmono-system-runtime4.0-cil (<< 4.0),
+        libmono-system-runtime-caching4.0-cil (<< 4.0),
+        libmono-system-runtime-durableinstancing4.0-cil (<< 4.0),
+        libmono-system-runtime-serialization4.0-cil (<< 4.0),
+        libmono-system-runtime-serialization-formatters-soap4.0-cil (<< 4.0),
+        libmono-system-security4.0-cil (<< 4.0),
+        libmono-system-servicemodel4.0-cil (<< 4.0),
+        libmono-system-servicemodel4.0a-cil (<< 4.0),
+        libmono-system-servicemodel-activation4.0-cil (<< 4.0),
+        libmono-system-servicemodel-discovery4.0-cil (<< 4.0),
+        libmono-system-servicemodel-routing4.0-cil (<< 4.0),
+        libmono-system-servicemodel-web4.0-cil (<< 4.0),
+        libmono-system-serviceprocess4.0-cil (<< 4.0),
+        libmono-system-transactions4.0-cil (<< 4.0),
+        libmono-system-web4.0-cil (<< 4.0),
+        libmono-system-web-abstractions4.0-cil (<< 4.0),
+        libmono-system-web-applicationservices4.0-cil (<< 4.0),
+        libmono-system-web-dynamicdata4.0-cil (<< 4.0),
+        libmono-system-web-extensions4.0-cil (<< 4.0),
+        libmono-system-web-extensions-design4.0-cil (<< 4.0),
+        libmono-system-web-routing4.0-cil (<< 4.0),
+        libmono-system-web-services4.0-cil (<< 4.0),
+        libmono-system-windows-forms4.0-cil (<< 4.0),
+        libmono-system-windows-forms-datavisualization4.0-cil (<< 4.0),
+        libmono-system-windows-forms-datavisualization4.0a-cil (<< 4.0),
+        libmono-system-xaml4.0-cil (<< 4.0),
+        libmono-system-xml4.0-cil (<< 4.0),
+        libmono-system-xml-linq4.0-cil (<< 4.0),
+        libmono-tasklets4.0-cil (<< 4.0),
+        libmono-webbrowser4.0-cil (<< 4.0),
+        libmono-webmatrix-data4.0-cil (<< 4.0),
+        libmono-windowsbase4.0-cil (<< 4.0),
+        libmono-xbuild-tasks4.0-cil (<< 4.0)
+Replaces: libmono-accessibility4.0-cil (<< 4.0),
+          libmono-c5-1.1-cil (<< 4.0),
+          libmono-cairo4.0-cil (<< 4.0),
+          libmono-compilerservices-symbolwriter4.0-cil (<< 4.0),
+          libmono-corlib4.0-cil (<< 4.0),
+          libmono-csharp4.0-cil (<< 4.0),
+          libmono-csharp4.0a-cil (<< 4.0),
+          libmono-csharp4.0b-cil (<< 4.0),
+          libmono-csharp4.0c-cil (<< 4.0),
+          libmono-custommarshalers4.0-cil (<< 4.0),
+          libmono-data-tds4.0-cil (<< 4.0),
+          libmono-db2-1.0-cil (<< 4.0),
+          libmono-debugger-soft4.0-cil (<< 4.0),
+          libmono-debugger-soft4.0a-cil (<< 4.0),
+          libmono-http4.0-cil (<< 4.0),
+          libmono-i18n4.0-cil (<< 4.0),
+          libmono-i18n-cjk4.0-cil (<< 4.0),
+          libmono-i18n-mideast4.0-cil (<< 4.0),
+          libmono-i18n-other4.0-cil (<< 4.0),
+          libmono-i18n-rare4.0-cil (<< 4.0),
+          libmono-i18n-west4.0-cil (<< 4.0),
+          libmono-ldap4.0-cil (<< 4.0),
+          libmono-management4.0-cil (<< 4.0),
+          libmono-messaging4.0-cil (<< 4.0),
+          libmono-messaging-rabbitmq4.0-cil (<< 4.0),
+          libmono-microsoft-build4.0-cil (<< 4.0),
+          libmono-microsoft-build-engine4.0-cil (<< 4.0),
+          libmono-microsoft-build-framework4.0-cil (<< 4.0),
+          libmono-microsoft-build-tasks-v4.0-4.0-cil (<< 4.0),
+          libmono-microsoft-build-utilities-v4.0-4.0-cil (<< 4.0),
+          libmono-microsoft-csharp4.0-cil (<< 4.0),
+          libmono-microsoft-visualc10.0-cil (<< 4.0),
+          libmono-microsoft-web-infrastructure1.0-cil (<< 4.0),
+          libmono-npgsql4.0-cil (<< 4.0),
+          libmono-oracle4.0-cil (<< 4.0),
+          libmono-parallel4.0-cil (<< 4.0),
+          libmono-peapi4.0-cil (<< 4.0),
+          libmono-peapi4.0a-cil (<< 4.0),
+          libmono-posix4.0-cil (<< 4.0),
+          libmono-rabbitmq4.0-cil (<< 4.0),
+          libmono-relaxng4.0-cil (<< 4.0),
+          libmono-security4.0-cil (<< 4.0),
+          libmono-sharpzip4.84-cil (<< 4.0),
+          libmono-simd4.0-cil (<< 4.0),
+          libmono-sqlite4.0-cil (<< 4.0),
+          libmono-system4.0-cil (<< 4.0),
+          libmono-system-componentmodel-composition4.0-cil (<< 4.0),
+          libmono-system-componentmodel-dataannotations4.0-cil (<< 4.0),
+          libmono-system-configuration4.0-cil (<< 4.0),
+          libmono-system-configuration-install4.0-cil (<< 4.0),
+          libmono-system-core4.0-cil (<< 4.0),
+          libmono-system-data4.0-cil (<< 4.0),
+          libmono-system-data-datasetextensions4.0-cil (<< 4.0),
+          libmono-system-data-linq4.0-cil (<< 4.0),
+          libmono-system-data-services4.0-cil (<< 4.0),
+          libmono-system-data-services-client4.0-cil (<< 4.0),
+          libmono-system-design4.0-cil (<< 4.0),
+          libmono-system-drawing4.0-cil (<< 4.0),
+          libmono-system-drawing-design4.0-cil (<< 4.0),
+          libmono-system-dynamic4.0-cil (<< 4.0),
+          libmono-system-enterpriseservices4.0-cil (<< 4.0),
+          libmono-system-identitymodel4.0-cil (<< 4.0),
+          libmono-system-identitymodel-selectors4.0-cil (<< 4.0),
+          libmono-system-json4.0-cil (<< 4.0),
+          libmono-system-json-microsoft4.0-cil (<< 4.0),
+          libmono-system-ldap4.0-cil (<< 4.0),
+          libmono-system-ldap-protocols4.0-cil (<< 4.0),
+          libmono-system-management4.0-cil (<< 4.0),
+          libmono-system-messaging4.0-cil (<< 4.0),
+          libmono-system-net4.0-cil (<< 4.0),
+          libmono-system-numerics4.0-cil (<< 4.0),
+          libmono-system-runtime4.0-cil (<< 4.0),
+          libmono-system-runtime-caching4.0-cil (<< 4.0),
+          libmono-system-runtime-durableinstancing4.0-cil (<< 4.0),
+          libmono-system-runtime-serialization4.0-cil (<< 4.0),
+          libmono-system-runtime-serialization-formatters-soap4.0-cil (<< 4.0),
+          libmono-system-security4.0-cil (<< 4.0),
+          libmono-system-servicemodel4.0-cil (<< 4.0),
+          libmono-system-servicemodel4.0a-cil (<< 4.0),
+          libmono-system-servicemodel-activation4.0-cil (<< 4.0),
+          libmono-system-servicemodel-discovery4.0-cil (<< 4.0),
+          libmono-system-servicemodel-routing4.0-cil (<< 4.0),
+          libmono-system-servicemodel-web4.0-cil (<< 4.0),
+          libmono-system-serviceprocess4.0-cil (<< 4.0),
+          libmono-system-transactions4.0-cil (<< 4.0),
+          libmono-system-web4.0-cil (<< 4.0),
+          libmono-system-web-abstractions4.0-cil (<< 4.0),
+          libmono-system-web-applicationservices4.0-cil (<< 4.0),
+          libmono-system-web-dynamicdata4.0-cil (<< 4.0),
+          libmono-system-web-extensions4.0-cil (<< 4.0),
+          libmono-system-web-extensions-design4.0-cil (<< 4.0),
+          libmono-system-web-routing4.0-cil (<< 4.0),
+          libmono-system-web-services4.0-cil (<< 4.0),
+          libmono-system-windows-forms4.0-cil (<< 4.0),
+          libmono-system-windows-forms-datavisualization4.0-cil (<< 4.0),
+          libmono-system-windows-forms-datavisualization4.0a-cil (<< 4.0),
+          libmono-system-xaml4.0-cil (<< 4.0),
+          libmono-system-xml4.0-cil (<< 4.0),
+          libmono-system-xml-linq4.0-cil (<< 4.0),
+          libmono-tasklets4.0-cil (<< 4.0),
+          libmono-webbrowser4.0-cil (<< 4.0),
+          libmono-webmatrix-data4.0-cil (<< 4.0),
+          libmono-windowsbase4.0-cil (<< 4.0),
+          libmono-xbuild-tasks4.0-cil (<< 4.0)
+Architecture: all
+Depends: mono-runtime-common (>= 4.0), ${misc:Depends}
+Description: Mono runtime - compiler compatibility for .NET 4.0
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
+ .
+ This package contains files required to compile applications against an older
+ version of .NET, using Mono 4.0 or above, which only include the latest 
+ version of the class library as-is. This is important for producing apps for
+ wider distribution
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..36a36fc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,774 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Mono
+Upstream-Source: http://download.mono-project.com/sources/mono/
+
+Files: *
+Copyright: © 2001 Andreas Jonsson
+           © 2001 Andrew Sutton
+           © 2001 Bob Smith. http://www.thestuff.net
+           © 2001 Chris Hynes
+           © 2001 Christopher Podurgiel
+           © 2001 Daniel Weber
+           © 2001 David Dawkins
+           © 2001 Derek Holden (dholden at draper.com)
+           © 2001 Garrett Rooney (rooneg at electricjellyfish.net)
+           © 2001 John Barnette
+           © 2001 John R. Hicks (angryjohn69 at nc.rr.com)
+           © 2001 Krister Hansson
+           © 2001 Mads Pultz
+           © 2001 Marcel Narings
+           © 2001 Martin Weindel
+           © 2001 Matthew S. Ford
+           © 2001 Michael Lambert, All Rights Reserved
+           © 2001 Moonlight Enterprises, All Rights Reserved
+           © 2001 Phillip Pearson (http://www.myelin.co.nz)
+           © 2001 Ricardo Fernández Pascual
+           © 2001 Scott Sanders
+           © 2001 Wictor Wilén (wictor at iBizkit.se)
+           © 2001-2002 Jason Diamond  http://injektilo.org/
+           © 2001-2002 Marcin Szczepanski
+           © 2001-2002 Mike Kestner
+           © 2001-2002 Nick Drochak II
+           © 2001-2002 Southern Storm Software, Pty Ltd.
+           © 2001-2002 Vladimir Vukicevic (vladimir at pobox.com)
+           © 2001-2002 Wild West Software
+           © 2001-2003 Ximian, Inc.  http://www.ximian.com
+           © 2002 Alejandro Sánchez Acosta  <raciel at es.gnu.org>
+           © 2002 Ameya Sailesh Gargesh (ameya_13 at yahoo.com)
+           © 2002 Brian Ritchie
+           © 2002 Chew Keong TAN
+           © 2002 Chris J Breisch
+           © 2002 Dan Lewis
+           © 2002 Daniel Stodden  <stodden at in.tum.de>   
+           © 2002 Duco Fijma
+           © 2002 Franklin Wise
+           © 2002 Free Software Foundation
+           © 2002 Gaurav Vaish
+           © 2002 Jaime Anguiano Olarra
+           © 2002 John Donagher
+           © 2002 Jon Guymon
+           © 2002 Kevin Winchester
+           © 2002 Kral Ferch
+           © 2002 Lawrence Pit
+           © 2002 Martin Adoue
+           © 2002 Martin Baulig
+           © 2002 Matt Hunter
+           © 2002 Miguel de Icaza
+           © 2002 Owen Brady (Ocean at owenbrady dot net)
+           © 2002 Piers Haken
+           © 2002 Rodrigo Moya
+           © 2002 Stuart Caborn
+           © 2002 Ulrich Kunitz
+           © 2002-2003 Dave Bettin
+           © 2002-2003 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
+           © 2002-2003 Greg Reinacker, Reinacker & Associates, Inc. All rights reserved 
+           © 2002-2003 Jackson Harper, All rights reserved
+           © 2002-2003 Ville Palo
+           © 2002-2004 Motus Technologies Inc. (http://www.motus.com)
+           © 2002-2004 Tim Coleman
+           © 2002-2005 Cesar Lopez Nataren
+           © 2002-2005 Lluis Sanchez Gual
+           © 2002-2005 Rafael Teixeira
+           © 2002-2008 Daniel Morgan
+           © 2002-2008 Mainsoft Corporation.
+           © 2002-2010 Novell, Inc (http://www.novell.com)
+           © 2003 Aleksey Sanin (aleksey at aleksey.com)
+           © 2003 Alexandre Pigolkine (pigolkine at gmx.de)
+           © 2003 Brad Fitzpatrick
+           © 2003 Dominik Fretz
+           © 2003 Duncan Mak, Ximian Inc.
+           © 2003 Eric Glass
+           © 2003 Erik LeBel
+           © 2003 Gilles Freart
+           © 2003 Ian MacLean
+           © 2003 Jean-Marc André <jean-marc.andre at polymtl.ca>
+           © 2003 Jochen Wezel (CompuMaster GmbH)
+           © 2003 Johannes Roith <johannes at jroith.de>
+           © 2003 Joshua Tauberer
+           © 2003 Latitude Geographics Group, All rights reserved
+           © 2003 Lee Mallabone <gnome at fonicmonkey.net>
+           © 2003 Martin Willemoes Hansen
+           © 2003 Oleg Tkachenko
+           © 2003 Patrick Kalkman
+           © 2003 Patrik Torstensson
+           © 2003 Pedro Martínez Juliá  <yoros at wanadoo.es>
+           © 2003 Peter Van Isacker
+           © 2003 Phillip Jerkins
+           © 2003 Sergey Chaban (serge at wildwestsoftware.com)
+           © 2003 Stefan Görling
+           © 2003 The Mentalis.org Team (http://www.mentalis.org/)
+           © 2003 Thong (Tum) Nguyen [tum at veridicus.com]
+           © 2003-2004 Andreas Nahr
+           © 2003-2004 Atsushi Enomoto
+           © 2003-2004 Ben Maurer
+           © 2003-2004 Carlos Guzman Alvarez
+           © 2003-2004 Todd Berman
+           © 2003-2007 Alp Toker <alp at atoker.com>
+           © 2003-2007 Juraj Skripsky
+           © 2003-2008 Jonathan Pryor
+           © 2003-2008 Niels Kokholm
+           © 2003-2008 Peter Sestoft
+           © 2004 Edd Dumbill
+           © 2004 Everaldo Canuto
+           © 2004 IT+ A/S (http://www.itplus.dk)
+           © 2004 Ivan Hamilton
+           © 2004 Luca Barbieri
+           © 2004 Matthijs ter Woord
+           © 2004 Punit Todi
+           © 2004-2005 Geoff Norton.
+           © 2004-2006 Jaroslaw Kowalski
+           © 2004-2006 John Luke
+           © 2004-2008 Gert Driesen
+           © 2004-2008 HotFeet GmbH (http://www.hotfeet.ch)
+           © 2005 akiramei (mei at work.email.ne.jp)
+           © 2005 Carlo Kok (ck at carlo-kok.com)
+           © 2005 David Waite (mass at akuma.org)
+           © 2005 Hubert FONGARNAND
+           © 2005 Iain McCoy
+           © 2005 Senganal T
+           © 2005 Sharif FarsiWeb, Inc. (http://www.farsiweb.info)
+           © 2005 Voelcker Informatik AG
+           © 2005-2007 Marek Sieradzki
+           © 2005-2008 Jb Evain (http://evain.net)
+           © 2005-2008 Jiri George Moudry
+           © 2005-2008 Kornél Pál
+           © 2006 Alexander Olk
+           © 2006 Bruno Haible
+           © 2006 Evaluant RC S.A
+           © 2006 Forcom (http://www.forcom.com.pl/)
+           © 2006 Marek Habersack
+           © 2006 Matt Hargett
+           © 2006 Patrick Earl
+           © 2006 Sridhar Kulkarni
+           © 2006-2007 Dmitry S. Kataev
+           © 2006-2009 Daniel Nauck
+           © 2006-2009 Jonathan Chambers
+           © 2007 Andreas Noever
+           © 2007 Dean Brettle
+           © 2007 Marcos Cobena (http://www.youcannoteatbits.org/)
+           © 2007-2008 Andreia Gaita
+           © 2007-2008 Ivan N. Zlatev
+           © 2007-2008 Pascal Craponne
+           © 2007-2008 Stefan Klinger
+           © 2008 Andy Hume
+           © 2008 db4objects, Inc. (http://www.db4o.com)
+           © 2008 Eric Butler
+           © 2008 George Giolfan
+           © 2008 James Fitzsimons
+           © 2008 Michael Barker
+           © 2008 Realtime Worlds Ltd
+           © 2008-2009 Jérémie "Garuma" Laval
+           © 2009 Aaron Bockover
+           © 2009 Craig Sutherland
+           © 2009 Eric Maupin (http://www.ermau.com)
+           © 2009 leppie (http://xacc.wordpress.com/)
+           © 2009 Olivier Dufour olivier(dot)duff(at)gmail(dot)com
+           © 2011-2013 Xamarin Inc (http://www.xamarin.com)
+License: MIT
+
+Files: debian/*
+Copyright: © 2016 Xamarin, Inc
+License: GPL
+
+Files: mono/*
+Copyright: © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+           © 2000 Intel Corporation.  All rights reserved.
+           © 2001 Martin Weindel
+           © 2001 Radek Doulik
+           © 2001-2002 Ximian, Inc.
+           © 2002 Sergey Chaban
+           © 2002-2004 Neale Ferguson
+           © 2002-2009 Novell, Inc (http://www.novell.com)
+           © 2003 PT Cakram Datalingga Duaribu  http://www.cdl2000.com
+           © 2003-2004 Bernie Solomon
+           © 2006 Broadcom
+           © 2006 Sergey Tikhonov (tsv at solvo.ru)
+           © 2007 Randolph Chung
+           © 2007-2008 Andreas Faerber
+           © 2008 Kornél Pál
+           © 2011-2012 Xamarin Inc (http://www.xamarin.com)
+License: LGPL-2
+
+Files: libgc/*
+Copyright: © 1988-1989 Hans-J. Boehm, Alan J. Demers
+           © 1991-1996 by Xerox Corporation.  All rights reserved.
+           © 1996-1999 by Silicon Graphics.  All rights reserved.
+           © 1998 Fergus Henderson.  All rights reserved.
+           © 1999-2004 by Hewlett-Packard Company. All rights reserved.
+           © 1999-2001 by Red Hat, Inc. All rights reserved.
+License: other
+ THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
+ OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
+ . 
+ Permission is hereby granted to use or copy this program
+ for any purpose,  provided the above notices are retained on all copies.
+ Permission to modify the code and to distribute modified code is granted,
+ provided the above notices are retained, and a notice that the code was
+ modified is included with the above copyright notice.
+
+Files: mono/benchmark/logic.cs, 
+       mcs/tools/prj2make/*, 
+       mcs/class/Compat.ICSharpCode.SharpZipLib/*, 
+       mcs/class/ICSharpCode.SharpZipLib/*
+Copyright: © 1998-2001 Free Software Foundation, Inc.
+           © 2001 Southern Storm Software, Pty Ltd.
+           © 2001-2005 Mike Krueger
+           © 2004 Francisco T. Martinez <paco at mfcon.com>
+           © 2004-2005 John Reilly
+License: GPL-2+
+
+Files: mcs/tools/pdb2mdb/*, 
+       mcs/class/dlr/*,
+       mcs/class/MicrosoftAjaxLibrary/*, 
+       mcs/class/System.Web.Mvc/*,
+       mcs/class/System.Web.Mvc2/*,
+       mono/docs/HtmlAgilityPack/*
+Copyright: © 2003 Ximian, Inc (http://www.ximian.com)
+           © 2007-2009 Microsoft Corporation
+           © 2009 Simon Mourier
+License: Ms-PL
+
+Files: mcs/tools/monodoc/Lucene.Net/*
+Copyright: © 2004 The Apache Software Foundation
+License: Apache-2.0
+
+Files: mcs/tools/csharp/repl.cs, 
+       mcs/mcs/*
+Copyright: © 2001-2003 Ximian, Inc (http://www.ximian.com)
+           © 2003-2009 Novell, Inc
+           © 2008 John Resig (jquery.com)
+License: MIT or GPL-2
+
+Files: mcs/class/ByteFX.Data/*, 
+       mcs/class/Npgsql/*
+Copyright: © 2001 Matthew S. Ford
+           © 2002-2004 ByteFX, Inc.
+           © 2002-2006 The Npgsql Development Team
+           © 2003 Pedro Martínez Juliá  <yoros at wanadoo.es>
+           © 2003 PostgreSQL Global Development Group
+           © 2003 PT Cakram Datalingga Duaribu (http://www.cdl2000.com)
+           © 2004 Emiliano Necciari
+           © 2004-2005 Novell, Inc (http://www.novell.com)
+           © 2004-2009 Rolf Bjarne Kvinge, RKvinge at novell.com
+License: LGPL-2.1+
+
+Files: mcs/tools/csharp/getline.cs
+Copyright: © 2008 Novell, Inc.
+License: MIT or Apache-2.0
+
+Files: mcs/tools/lc/*
+Copyright: © 2009 RemObjects Software
+           © 2008 Novell (http://www.novell.com)
+License: MIT
+
+Files: mcs/class/System.Web.Extensions/System.Web.Script.Serialization/JSON/*
+Copyright: © 2007 James Newton-King
+License: MIT
+
+Files: mcs/nunit24/*
+Copyright: © 2000-2002 Philip A. Craig
+           © 2002-2004 James W. Newkirk
+           © 2002-2004 Michael C. Two
+           © 2002-2004 Alexei A. Vorontsov
+           © 2002-2008 Charlie Poole
+License: other
+ This software is provided 'as-is', without any express or implied warranty. 
+ In no event will the authors be held liable for any damages arising from the 
+ use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose, including
+ commercial applications, and to alter it and redistribute it freely, subject to
+ the following restrictions:
+ .
+  1. The origin of this software must not be misrepresented; you must not claim
+  that you wrote the original software. If you use this software in a product,
+  an acknowledgment (see the following) in the product documentation is
+  required.
+ .
+    Portions Copyright © 2002-2007 Charlie Poole or Copyright © 2002-2004 James
+    W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002
+    Philip A. Craig
+ .
+  2. Altered source versions must be plainly marked as such, and must not be
+  misrepresented as being the original software.
+ .
+  3. This notice may not be removed or altered from any source distribution.
+
+Files: mono/utils/strtod.c,
+       mcs/nunit24/NUnitExtensions/core/RowTest/*,
+       mcs/nunit24/NUnitExtensions/framework/RowTestAttribute.cs,
+       mcs/nunit24/NUnitExtensions/framework/SpecialValue.cs,
+       mcs/nunit24/NUnitExtensions/framework/RowAttribute.cs,
+       mcs/nunit24/NUnitExtensions/framework/RowTest/*
+Copyright: © 1991-2001 by Lucent Technologies
+           © 2007 Andreas Schlapsi
+License: MIT
+
+Files: ikvm-native/*,
+       mono/io-layer/wapi_glob.*,
+       mono/utils/freebsd-*,
+       mcs/jay/*,
+       mcs/class/RabbitMQ.Client/docs/*
+Copyright: © 1989-1993 The Regents of the University of California.  All rights reserved.
+           © 1996-1998 John D. Polstra.
+           © 2004 Apple Computer, Inc.
+           © 2004 Jeroen Frijters
+           © 2004 The Mozilla Foundation
+           © 2009 AMQP Working Group
+License: BSD
+
+Files: mcs/class/Mono.CodeContracts/*
+Copyright: © 2010 Chris Bacon
+           © 2011 Alexander Chebaturkin
+License: MIT
+
+Files: mcs/class/Mono.Parallel/*
+Copyright: © 2008-2011 Jérémie "Garuma" Laval
+License: MIT
+
+Files: mcs/class/System.ComponentModel.Composition.4.5/*
+Copyright: © Microsoft Corporation.  All rights reserved.
+License: Ms-PL
+Comment:
+  This directory contains an import of Microsoft's Mananged Extensibility 2
+  Preview 4 as downloaded from: http://mef.codeplex.com/
+  Licensed under Ms-PL: http://mef.codeplex.com/license
+
+Files: mcs/class/System.Net.Http/*
+Copyright: © 2011-2012 Xamarin Inc (http://www.xamarin.com)
+License: MIT
+
+Files: mcs/class/System.Threading.Tasks.Dataflow/*
+Copyright: © 2011 Jérémie "garuma" Laval
+           © 2012 Petr Onderka
+License: MIT
+
+Files: mcs/class/System.Web.Mvc3/*
+       mcs/class/System.Json.Microsoft/*
+Copyright: © Microsoft Corporation. All rights reserved.
+License: Apache-2.0
+Comment:
+  This directory contains an import of Microsoft's ASP.NET MVC project:
+  http://aspnetwebstack.codeplex.com/
+  Licensed under Apache-2.0: http://aspnetwebstack.codeplex.com/license
+
+Files: mcs/class/System.Json.Microsoft/Test/*
+Copyright: © 2011 Xamarin, Inc.
+License: MIT
+
+Files: mcs/class/System/Mono.Net.Dns/*
+Copyright: © 2011 Gonzalo Paniagua Javier
+License: Apache-2.0
+
+Files: external/Lucene.Net/*
+Copyright: © 2006-2012 The Apache Software Foundation
+License: Apache-2.0
+
+Files: external/Lucene.Net/src/contrib/Snowball/SF/Snowball/Ext/HungarianStemmer.cs
+       external/Lucene.Net/src/contrib/Snowball/SF/Snowball/Ext/PortugueseStemmer.cs
+       external/Lucene.Net/src/contrib/Snowball/SF/Snowball/Ext/TurkishStemmer.cs
+       external/Lucene.Net/src/contrib/Snowball/SF/Snowball/Ext/RomanianStemmer.cs
+Copyright: © 2001 Dr Martin Porter
+           © 2002 Richard Boulton
+           © 2006-2012 The Apache Software Foundation
+License: Apache-2.0 or BSD
+
+Files: external/Lucene.Net/src/core/Util/UnicodeUtil.cs
+Copyright: © 2001-2004 Unicode, Inc.
+           © 2006-2012 The Apache Software Foundation
+License: Apache-2.0 or other3
+ Disclaimer
+ .
+ This source code is provided as is by Unicode, Inc. No claims are
+ made as to fitness for any particular purpose. No warranties of any
+ kind are expressed or implied. The recipient agrees to determine
+ applicability of information provided. If this file has been
+ purchased on magnetic or optical media from Unicode, Inc., the
+ sole remedy for any claim will be exchange of defective media
+ within 90 days of receipt.
+ .
+ Limitations on Rights to Redistribute This Code
+ .
+ Unicode, Inc. hereby grants the right to freely use the information
+ supplied in this file in the creation of products supporting the
+ Unicode Standard, and to make copies of this file in any form
+ for internal or external distribution as long as this notice
+ remains attached.
+
+Files: external/Newtonsoft.Json/*
+Copyright: © 2007 James Newton-King
+License: MIT
+
+Files: external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/LinqBridge.cs
+Copyright: © 2007-2009 Atif Aziz, Joseph Albahari. All rights reserved.
+License: BSD
+
+Files: external/aspnetwebstack/*
+Copyright: © Microsoft Corporation.  All rights reserved.
+License: Apache-2.0
+
+Files: external/aspnetwebstack/test/System.Web.Helpers.Test/TestFiles/xhtml11-flat.dtd
+Copyright: © 1998-2000 World Wide Web Consortium
+License: other2
+ Permission to use, copy, modify and distribute the XHTML DTD and its
+ accompanying documentation for any purpose and without fee is hereby
+ granted in perpetuity, provided that the above copyright notice and
+ this paragraph appear in all copies.  The copyright holders make no
+ representation about the suitability of the DTD for any purpose.
+ .
+ It is provided "as is" without expressed or implied warranty.
+
+Files: external/cecil/*
+Copyright: © 2002-2003 Ximian, Inc. http://www.ximian.com
+           © 2003 Motus Technologies Inc. (http://www.motus.com)
+           © 2004-2006 Novell Inc. (http://www.novell.com)
+           © 2008-2011 Jb Evain
+           © 2008 Juerg Billeter
+License: MIT
+
+Files: external/cecil/symbols/pdb/Microsoft.Cci.Pdb/*
+Copyright: © Microsoft. All rights reserved
+License: Ms-PL
+
+Files: external/entityframework/*
+Copyright: © Microsoft Open Technologies, Inc.  All rights reserved.
+License: Apache-2.0
+
+Files: external/ikvm/openjdk/*
+       external/ikvm/openjdk/java/awt/image/BufferedImage.java
+       external/ikvm/openjdk/java/awt/image/IndexColorModel.java
+       external/ikvm/openjdk/java/awt/GraphicsConfiguration.java
+       external/ikvm/runtime/fdlibm/*
+       external/ikvm/openjdk/sun/font/StrikeCache.java
+       external/ikvm/openjdk/sun/font/FontManager.java
+Copyright: © 1994-1997, 2003, 2006-2008, 2010-2012 Oracle and/or its affiliates. All rights reserved
+           © 1996, 1997 Taligent, Inc. - All Rights Reserved
+           © 1996-1999 IBM Corp. - All Rights Reserved
+           © 1999-2001, 2004-2006, 2008, 2011 Free Software Foundation, Inc
+           © 2002-2007, 2009 Jeroen Frijters
+           © 2007 Red Hat, Inc
+           © 2009-2012 Volker Berlin (i-net software)
+           © 2010-2011 Karsten Heinrich (i-net software)
+License: GPL-2
+
+Files: external/ikvm/openjdk/java/util/zip/*
+       external/ikvm/openjdk/java/awt/color/ICC_ColorSpace.java
+       external/ikvm/openjdk/java/awt/image/*
+       external/ikvm/openjdk/icedtea/jce/
+       external/ikvm/openjdk/gnu/java/*
+       external/ikvm/openjdk/sun/java2d/SunCompositeContext.java
+Copyright: © 1999-2005, 2011 Free Software Foundation, Inc
+License: GPL-2+
+
+Files: external/ikvm/openjdk/java/lang/LangHelper.java
+       external/ikvm/openjdk/java/util/zip/ClassStubZipEntry.java
+       external/ikvm/openjdk/java/net/SocketUtil.java
+       external/ikvm/openjdk/java/lang/ref/Reference.java
+       external/ikvm/openjdk/java/lang/VMSystemProperties.java
+       external/ikvm/openjdk/java/lang/LangHelper.java
+       external/ikvm/openjdk/java/lang/reflect/ReflectHelper.java
+       external/ikvm/openjdk/sun/net/www/protocol/ikvmres/Handler.java
+       external/ikvm/openjdk/sun/font/*
+       external/ikvm/openjdk/sun/java2d/*
+       external/ikvm/openjdk/sun/jdbc/odbc/*
+       external/ikvm/openjdk/sun/security/*
+       external/ikvm/openjdk/sun/awt/Win32FontManager.java
+       external/ikvm/openjdk/sun/awt/windows/WPrinterJob.java
+       external/ikvm/openjdk/sun/awt/IkvmDataTransferer.java
+       external/ikvm/openjdk/sun/awt/AppContextDC.java
+       external/ikvm/openjdk/sun/awt/image/GifImageDecoder.java
+       external/ikvm/openjdk/sun/awt/image/JPEGImageDecoder.java
+       external/ikvm/openjdk/sun/awt/image/IkvmImageDecoder.java
+       external/ikvm/openjdk/sun/awt/image/ImageRepresentation.java
+       external/ikvm/openjdk/sun/nio/ch/SelectionKeyImpl.java
+       external/ikvm/openjdk/sun/nio/fs/NetFileSystemProvider.java
+       external/ikvm/openjdk/sun/nio/fs/DefaultFileSystemProvider.java
+       external/ikvm/openjdk/sun/nio/fs/DefaultFileTypeDetector.java
+       external/ikvm/openjdk/sun/nio/fs/NetFileSystem.java
+       external/ikvm/openjdk/sun/nio/fs/NetPath.java
+       external/ikvm/openjdk/sun/misc/Unsafe.java
+       external/ikvm/openjdk/sun/misc/MiscHelper.java
+       external/ikvm/openjdk/sun/print/PrintPeer.java
+       external/ikvm/openjdk/sun/print/UnixPrintServiceLookup.java
+       external/ikvm/openjdk/sun/print/Win32PrintJob.java
+       external/ikvm/openjdk/sun/print/Win32PrintServiceLookup.java
+       external/ikvm/openjdk/sun/management/FileSystemImpl.java
+       external/ikvm/openjdk/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java
+       external/ikvm/openjdk/com/sun/imageio/plugins/jpeg/JPEGImageReader.java
+       external/ikvm/openjdk/com/sun/management/OperatingSystem.java
+       external/ikvm/openjdk/ikvm/awt/IkvmToolkit.java
+       external/ikvm/openjdk/ikvm/internal/*
+       external/ikvm/openjdk/ExtensionAttribute.java
+       external/ikvm/openjdk/GenerateSystemCore.cs
+       external/ikvm/classpath/sun/misc/Ref.java
+       external/ikvm/classpath/ikvm/*
+       external/ikvm/classpath/gnu/*
+       external/ikvm/runtime/*
+       external/ikvm/debugger/*
+       external/ikvm/ikvm/*
+       external/ikvm/ikvmstub/*
+       external/ikvm/ikvmc/*
+       external/ikvm/awt/*
+       external/ikvm/tools/*
+       external/ikvm/msbuild/*
+       external/ikvm/reflect/*
+       external/ikvm/native/*
+Copyright: © 2002-2013 Jeroen Frijters
+           © 2006-2013 Volker Berlin (i-net software)
+           © 2006 Active Endpoints, Inc
+           © 2010-2011 Karsten Heinrich (i-net software)
+           © 2011 Trevor Bell (Siemens Energy, Inc.)
+           © 2011 Marek Safar
+License: zlib/libpng
+
+Files: external/rx/*
+Copyright: Microsoft Open Technologies, Inc. All rights reserved
+License: Apache-2.0
+Comment:
+  This directory contains an import of Microsoft's Reactive Extensions project:
+  http://rx.codeplex.com/
+  Licensed under Apache-2.0: http://rx.codeplex.com/license
+
+Files: external/debian-snapshot/*
+Copyright: © 2005, 2007-2010 Mirco Bauer <meebey at debian.org>
+           © 2006-2007 Dylan R. E. Moonfire <debian at mfgames.com>
+           © 2006 Sebastian Dröge <slomo at debian.org>
+           © 2010, 2012 Jo Shields <directhex at apebox.org>
+License: GPL
+
+Files: support/*
+Copyright: © 1995-2006 Mark Adler
+           © 1995-2006 Jean-loup Gailly.
+           © 1998-2005 Gilles Vollant
+           © 2004-2006 Jonathan Pryor
+           © 2005 Daniel Drake
+           © 2005-2009 Novell, Inc.
+License: zlib/libpng
+
+Files: support/minizip/*
+Copyright: © 1990-2000 Info-ZIP.  All rights reserved.
+           © 1998-2005 Gilles Vollant
+License: zlib/libpng
+
+License: Apache-2.0
+ On Debian systems the full text of the Apache Software License 2.0 can be
+ found in the `/usr/share/common-licenses/Apache-2.0' file.
+
+License: LGPL-2
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation;
+ version 2 of the License.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+ .
+ On Debian systems the full text of the GNU Library General Public License can be
+ found in the `/usr/share/common-licenses/LGPL-2' file.
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation;
+ version 2.1 of the License.
+ .
+ This library is distributed in the hope that it will be useful, 
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public  
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems the full text of the GNU Lesser General Public License can be
+ found in the `/usr/share/common-licenses/LGPL-2.1' file.
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation;
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful, 
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public  
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems the full text of the GNU Lesser General Public License can be
+ found in the `/usr/share/common-licenses/LGPL-2.1' file.
+
+License: GPL
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or   
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.
+
+License: GPL-2+
+ Ths program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ Th is program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: zlib/libpng
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+ .
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+ .
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the <ORGANIZATION> nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
+License: Ms-PL
+ This license governs use of the accompanying software. If you use the 
+ software, you accept this license. If you do not accept the license, do not 
+ use the software.
+ .
+ 1. Definitions
+ The terms "reproduce," "reproduction," "derivative works," and "distribution" 
+ have the same meaning here as under U.S. copyright law.
+ A "contribution" is the original software, or any additions or changes to 
+ the software.
+ A "contributor" is any person that distributes its contribution under this 
+ license.
+ "Licensed patents" are a contributor's patent claims that read directly on its 
+ contribution.
+ .
+ 2. Grant of Rights
+ (A) Copyright Grant- Subject to the terms of this license, including the 
+ license conditions and limitations in section 3, each contributor grants you 
+ a non-exclusive, worldwide, royalty-free copyright license to reproduce its 
+ contribution, prepare derivative works of its contribution, and distribute 
+ its contribution or any derivative works that you create.
+ (B) Patent Grant- Subject to the terms of this license, including the license 
+ conditions and limitations in section 3, each contributor grants you a 
+ non-exclusive, worldwide, royalty-free license under its licensed patents to 
+ make, have made, use, sell, offer for sale, import, and/or otherwise dispose 
+ of its contribution in the software or derivative works of the 
+ contribution in the software.
+ .
+ 3. Conditions and Limitations
+ (A) No Trademark License- This license does not grant you rights to use any 
+ contributors' name, logo, or trademarks.
+ (B) If you bring a patent claim against any contributor over patents that you 
+ claim are infringed by the software, your patent license from such 
+ contributor to the software ends automatically.
+ (C) If you distribute any portion of the software, you must retain all 
+ copyright, patent, trademark, and attribution notices that are present in the 
+ software.
+ (D) If you distribute any portion of the software in source code form, you may 
+ do so only under this license by including a complete copy of this license 
+ with your distribution. If you distribute any portion of the software in 
+ compiled or object code form, you may only do so under a license that complies 
+ with this license.
+ (E) The software is licensed "as-is." You bear the risk of using it. The 
+ contributors give no express warranties, guarantees or conditions. You may 
+ have additional consumer rights under your local laws which this license 
+ cannot change. To the extent permitted under your local laws, the contributors 
+ exclude the implied warranties of merchantability, fitness for a particular 
+ purpose and non-infringement.
+
diff --git a/debian/patches/16ee0252305fbd4f40ea39c3c4421dc7f103f8a0.diff b/debian/patches/16ee0252305fbd4f40ea39c3c4421dc7f103f8a0.diff
new file mode 100644
index 0000000..3182e5e
--- /dev/null
+++ b/debian/patches/16ee0252305fbd4f40ea39c3c4421dc7f103f8a0.diff
@@ -0,0 +1,38 @@
+diff --git a/mono/metadata/sgen-alloc.c b/mono/metadata/sgen-alloc.c
+index 12beef8..aa475bc 100644
+--- a/mono/metadata/sgen-alloc.c
++++ b/mono/metadata/sgen-alloc.c
+@@ -93,7 +93,7 @@ static __thread char *tlab_next;
+ static __thread char *tlab_temp_end;
+ static __thread char *tlab_real_end;
+ /* Used by the managed allocator/wbarrier */
+-static __thread char **tlab_next_addr;
++static __thread char **tlab_next_addr MONO_ATTR_USED;
+ #endif
+ 
+ #ifdef HAVE_KW_THREAD
+diff --git a/mono/utils/mono-compiler.h b/mono/utils/mono-compiler.h
+index 6cb60f2..a910e91 100644
+--- a/mono/utils/mono-compiler.h
++++ b/mono/utils/mono-compiler.h
+@@ -7,13 +7,19 @@
+  */
+ #include <config.h>
+ 
++#ifdef __GNUC__
++#define MONO_ATTR_USED __attribute__ ((used))
++#else
++#define MONO_ATTR_USED
++#endif
++
+ #ifdef HAVE_KW_THREAD
+ 
+ #define MONO_HAVE_FAST_TLS
+ #define MONO_FAST_TLS_SET(x,y) x = y
+ #define MONO_FAST_TLS_GET(x) x
+ #define MONO_FAST_TLS_INIT(x)
+-#define MONO_FAST_TLS_DECLARE(x) static __thread gpointer x MONO_TLS_FAST;
++#define MONO_FAST_TLS_DECLARE(x) static __thread gpointer x MONO_TLS_FAST MONO_ATTR_USED;
+ 
+ #if HAVE_TLS_MODEL_ATTR
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6e23dcd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+16ee0252305fbd4f40ea39c3c4421dc7f103f8a0.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dabada1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+override_dh_auto_test:
+	#noop
+
+override_dh_auto_install:
+	dh_auto_install
+	mkdir -p debian/mono-reference-assemblies-2.0/usr/lib/mono/2.0/
+	mkdir -p debian/mono-reference-assemblies-3.5/usr/lib/mono/3.5/
+	mkdir -p debian/mono-reference-assemblies-4.0/usr/lib/mono/4.0/
+	for assembly in debian/tmp/usr/lib/mono/2.0/*.dll ; do \
+		debian/tmp/usr/bin/mono debian/tmp/usr/lib/mono/4.5/mono-cil-strip.exe $$assembly debian/mono-reference-assemblies-2.0/usr/lib/mono/2.0/`basename $$assembly`; \
+	done
+	for assembly in debian/tmp/usr/lib/mono/3.5/*.dll ; do \
+		debian/tmp/usr/bin/mono debian/tmp/usr/lib/mono/4.5/mono-cil-strip.exe $$assembly debian/mono-reference-assemblies-3.5/usr/lib/mono/3.5/`basename $$assembly`; \
+	done
+	for assembly in debian/tmp/usr/lib/mono/4.0/*.dll ; do \
+		debian/tmp/usr/bin/mono debian/tmp/usr/lib/mono/4.5/mono-cil-strip.exe $$assembly debian/mono-reference-assemblies-4.0/usr/lib/mono/4.0/`basename $$assembly`; \
+	done
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



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