[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:12:56 UTC 2009


The following commit has been merged in the master branch:
commit 01fb1aba3b0df8e772cf99f0dd64b9a7d7aaf2dd
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon May 11 00:24:26 2009 +0200

      * debian/control:
        + Updated Vcs-* fields for the migrated git repository.
        + Added new mono-csharp-shell package.
        + mono-devel recommends mono-csharp-shell now (very useful for
          debugging).

diff --git a/debian/changelog b/debian/changelog
index 525e943..3244182 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,11 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     debian/patches/99_autoreconf.dpatch:
     + Added autoconf to build-deps, as we autoreconf in debian/rules now.
     + Dropped autoreconf dpatch.
+  * debian/control:
+    + Updated Vcs-* fields for the migrated git repository.
+    + Added new mono-csharp-shell package.
+    + mono-devel recommends mono-csharp-shell now (very useful for
+      debugging).
 
  -- Mirco Bauer <meebey at debian.org>  Sun, 10 May 2009 18:47:59 +0200
 
diff --git a/debian/control b/debian/control
index e57b45a..845282d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 5),
 	autoconf
 Standards-Version: 3.8.0
 Homepage: http://www.mono-project.com/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/mono/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/mono/trunk/
+Vcs-Git: git://git.debian.org/git/pkg-mono/packages/mono.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mono/packages/mono.git
 
 Package: mono-common
 Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
@@ -1313,6 +1313,7 @@ Provides: c-sharp-compiler,
 Replaces: mono-1.0-devel (<< 2.0),
           mono-mcs (<< 2.0),
           mono-gmcs (<< 2.0)
+Recommends: mono-csharp-shell
 Depends: mono-runtime (>= 2.0),
          libc6 (>= 2.7-1) | libc6.1 (>= 2.7-1) | libc0.1 (>= 2.7-1),
          libglib2.0-0 (>= 2.16.0),
@@ -1504,3 +1505,21 @@ Description: Convert VS.NET solution files to Makefiles
  prj2make-solution is a utility used to read a "solution" file created
  with Visual Studio .NET and generate a usual Makefile suitable for
  compilation with a C# compiler.
+
+Package: mono-csharp-shell
+Section: shells
+Architecture: all
+Homepage: http://www.mono-project.com/CsharpRepl
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: interactive C# shell
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Novell.
+ 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 the interactive C# shell named csharp.  csharp permits
+ dynamically evaluating C# statements, and can be used for writing scripts or
+ testing code fragments.
+ For examples and a brief overview of the commands see:
+ http://www.mono-project.com/CsharpRepl

-- 
mono



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