[Pkg-mono-svn-commits] rev 3649 - mono-basic/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Mon Jun 16 21:47:50 UTC 2008


Author: meebey
Date: 2008-06-16 21:47:50 +0000 (Mon, 16 Jun 2008)
New Revision: 3649

Modified:
   mono-basic/trunk/debian/control
Log:
enhanced package descriptions and removed unneeded dependency.



Modified: mono-basic/trunk/debian/control
===================================================================
--- mono-basic/trunk/debian/control	2008-06-16 21:15:25 UTC (rev 3648)
+++ mono-basic/trunk/debian/control	2008-06-16 21:47:50 UTC (rev 3649)
@@ -2,7 +2,11 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Matthias Jahn <jahn.matthias at freenet.de>
-Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.4.4), mono-2.0-devel (>= 1.2.6), libmono-winforms2.0-cil (>= 1.2.6), libmono-i18n2.0-cil (>= 1.2.6)
+Build-Depends: debhelper (>= 5),
+ cli-common-dev (>= 0.4.4),
+ mono-2.0-devel (>= 1.2.6),
+ libmono-winforms2.0-cil (>= 1.2.6),
+ libmono-i18n2.0-cil (>= 1.2.6)
 Standards-Version: 3.7.3
 Section: devel
 
@@ -28,9 +32,10 @@
 Description: Mono Visual Basic Compiler (VB.NET)
  This is the Mono Visual Basic.NET Compiler (vbnc), aimed at the specifications
  / features of the Visual Basic 2005 compiler.
- A platform-independent compiler which produces CIL(Common Intermediate Language)
- binary executables.
- This compiler targets the CIL 2.0 runtime version.
+ A platform-independent compiler which produces executable CIL (Common
+ Intermediate Language) binaries.
+ This compiler targets the CLI (Common Language Infrastructure) 2.0 runtime
+ version.
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -41,9 +46,9 @@
 Package: mono-basic-dbg
 Section: devel
 Architecture: all
-Depends: libmono-microsoft-visualbasic8.0-cil (= ${source:Version})
-Description: Mono Basic Compiler debug symboles
- This package contains debug symbols
+Description: Mono Visual Basic, debugging symbols
+ This package contains debugging symbols of the mono-vbnc and
+ libmono-microsoft-visualbasic8.0-cil package.
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.




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