[Pkg-mono-svn-commits] rev 3557 - mono/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Tue Dec 25 13:53:07 UTC 2007


Author: meebey
Date: 2007-12-25 13:53:07 +0000 (Tue, 25 Dec 2007)
New Revision: 3557

Modified:
   mono/trunk/debian/NEWS
   mono/trunk/debian/changelog
   mono/trunk/debian/control
Log:
- last minute fixes



Modified: mono/trunk/debian/NEWS
===================================================================
--- mono/trunk/debian/NEWS	2007-12-25 13:25:31 UTC (rev 3556)
+++ mono/trunk/debian/NEWS	2007-12-25 13:53:07 UTC (rev 3557)
@@ -2,7 +2,7 @@
 
   * Here we go, Mono 1.2 is now official stable and released!
 
-  * Mono 1.2 brings alot of new features in:
+  * Mono 1.2 brings a lot of new features in:
     - The C# 2.0 compiler is now stable, and the ECMA standard was updated, so
       it's safe to use C# 2.0 (gmcs) now. _But_ the 2.0 API is not complete, thus
       there are classes/methods still missing.
@@ -34,21 +34,21 @@
     we feel that it's time to announce few things changed in the
     meantime:
 
- - dependencies management and debhelper integration - the new
-   mono-utils package contains scripts to create and manage dependencies
-   between the .NET library packages.  They work in a similar way to the
-   .shlibs system in Debian. For more details, see dh_makenetlibs(1),
-   dh_netdeps(1) and monodoc's rules file as example.
-   Another script available now is dh_installxsp which will install
-   snippets of configuration files for XSP packages (HTML/ASP.NET server
-   and Apache module).
+  - dependencies management and debhelper integration - the new
+    mono-utils package contains scripts to create and manage dependencies
+    between the .NET library packages.  They work in a similar way to the
+    .shlibs system in Debian. For more details, see dh_makenetlibs(1),
+    dh_netdeps(1) and monodoc's rules file as example.
+    Another script available now is dh_installxsp which will install
+    snippets of configuration files for XSP packages (HTML/ASP.NET server
+    and Apache module).
 
- - the GAC - except of mscorlib.dll, all DLLs are moved into
-   /usr/share/dotnet hierarchy and are now loaded using the GAC (Global
-   Assembly Cache) method. This also makes sane versioning possible,
-   similar to SONAME handling on native shared libraries.
+  - the GAC - except of mscorlib.dll, all DLLs are moved into
+    /usr/share/dotnet hierarchy and are now loaded using the GAC (Global
+    Assembly Cache) method. This also makes sane versioning possible,
+    similar to SONAME handling on native shared libraries.
  
- - see README.Debian for further details about changes and the current
-   .NET Debian policy
+  - see README.Debian for further details about changes and the current
+    .NET Debian policy
 
  -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sat, 19 Jun 2004 14:39:08 +0200

Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-12-25 13:25:31 UTC (rev 3556)
+++ mono/trunk/debian/changelog	2007-12-25 13:53:07 UTC (rev 3557)
@@ -14,6 +14,9 @@
   * debian/control:
     + Added Homepage, Vcs-Svn and Vcs-Browser fields.
     + Updated Standards-Version to 3.7.3, no changes needed.
+    + Changed Section of libmono-dev to libmono-dev.
+  * debian/NEWS:
+    + Fixed typo and indention.
 
  -- Mirco Bauer <meebey at debian.org>  Tue, 25 Dec 2007 13:40:33 +0100
 

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2007-12-25 13:25:31 UTC (rev 3556)
+++ mono/trunk/debian/control	2007-12-25 13:53:07 UTC (rev 3557)
@@ -116,7 +116,7 @@
  bytecode (aka assemblies), and a class library.
 
 Package: libmono-dev
-Section: devel
+Section: libdevel
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Depends: libmono0 (= ${binary:Version}), libglib2.0-dev
 Description: libraries for the Mono JIT - Development files




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