[Pkg-mono-svn-commits] revision 112

Eduard Bloch blade@quantz.debian.org
Wed, 21 Jan 2004 23:29:23 +0100


Repository changes in pkg-mono:

By: blade
Date: Wed, 21 Jan 2004 23:29:23 +0100
Modified:
U   mono/trunk/debian/changelog
U   mono/trunk/debian/control
U   mono/trunk/debian/copyright
Log:
It sucks. Simply sucks. Reverted the version to the daily of 14.01


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2004-01-21 19:25:18 UTC (rev 111)
+++ mono/trunk/debian/changelog	2004-01-21 22:29:23 UTC (rev 112)
@@ -1,6 +1,6 @@
 mono (0.29.99.20040114-2) unstable; urgency=low
 
-  * Finally closes the outstanding ITPs (closes: #132882)
+  * Finally closing the outstanding ITPs (closes: #132882)
   * Maintainer mailing list address fixed
   * libmint* removed (upstream request, considered as dead-end package)
   * improved description, added pedump to mono-utils, dropped monosn (upstream

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2004-01-21 19:25:18 UTC (rev 111)
+++ mono/trunk/debian/control	2004-01-21 22:29:23 UTC (rev 112)
@@ -24,7 +24,7 @@
 Package: mono-jit
 Provides: cli-virtual-machine
 Architecture: i386 powerpc
-Depends: ${shlibs:Depends}, mono-assemblies-base, mono-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, mono-assemblies-base (= ${Source-Version}), mono-common (= ${Source-Version})
 Description: fast CLI (.NET/Mono) JIT compiler
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
@@ -38,7 +38,7 @@
 Package: mono-mint
 Provides: cli-virtual-machine
 Architecture: i386 sparc powerpc arm hppa s390
-Depends: ${shlibs:Depends}, mono-assemblies-base, mono-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, mono-assemblies-base (= ${Source-Version}), mono-common (= ${Source-Version})
 Recommends: mono-jit
 Description: generic CLI (.NET/Mono) code interpreter
  The Mono Project is an open development initiative sponsored by Ximian that is
@@ -51,7 +51,7 @@
  
 Package: mono
 Architecture: all
-Depends: mono-jit (= ${Source-Version}) | mono-mint (= ${Source-Version}), mono-common (= ${Source-Version}), mono-utils (= ${Source-Version}), mono-mcs, mono-assemblies-arch
+Depends: mono-jit (= ${Source-Version}) | mono-mint (= ${Source-Version}), mono-common (= ${Source-Version}), mono-utils (= ${Source-Version}), mono-mcs, mono-assemblies-arch (= ${Source-Version})
 Description: The Mono .NET development environment
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
@@ -95,3 +95,4 @@
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
  development platform.
+

Modified: mono/trunk/debian/copyright
===================================================================
--- mono/trunk/debian/copyright	2004-01-21 19:25:18 UTC (rev 111)
+++ mono/trunk/debian/copyright	2004-01-21 22:29:23 UTC (rev 112)
@@ -17,6 +17,34 @@
 the GNU Library General Public License can be found in
 /usr/share/common-licenses/LGPL file.
 
+The class libraries are released under the terms of the MIT X11
+license:
+
+Copyright (c) 2001-2004 Novell
+
+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.
+
+The Mono runtime and the Mono C# Compiler are also available under a
+proprietary license for those who can not use the LGPL and the GPL in
+their code.
+
 The package contains an additional tool called binfmt-detector-cli
 (Upstream author: Ilya Konstantinov <future@shiny.co.il>).