[Pkg-mono-svn-commits] rev 1557 - mono/branches/1.1/debian

Mirco Bauer meebey-guest@costa.debian.org
Sat, 09 Apr 2005 15:32:56 +0000


Author: meebey-guest
Date: 2005-04-09 15:32:55 +0000 (Sat, 09 Apr 2005)
New Revision: 1557

Modified:
   mono/branches/1.1/debian/changelog
   mono/branches/1.1/debian/control
   mono/branches/1.1/debian/mono-mcs.postinst
Log:
- update-alternatives fix.
- added mono-devel metapackage.



Modified: mono/branches/1.1/debian/changelog
===================================================================
--- mono/branches/1.1/debian/changelog	2005-04-09 14:37:24 UTC (rev 1556)
+++ mono/branches/1.1/debian/changelog	2005-04-09 15:32:55 UTC (rev 1557)
@@ -16,6 +16,7 @@
     + Added c-sharp-compiler, resource-file-generator, assembly-linker,
       strong-name-tool, global-assembly-cache-tool and cil-disassembler
       alternatives (those are common CLI programs).
+    + Added mono-devel metapackage.
     + Removed a lot of hacks in debian/rules, not required anymore.
     + Removed old Conflicts/Replaces.
     + Removed icu28-dev from buil-dependencies (ICU is not recommended by

Modified: mono/branches/1.1/debian/control
===================================================================
--- mono/branches/1.1/debian/control	2005-04-09 14:37:24 UTC (rev 1556)
+++ mono/branches/1.1/debian/control	2005-04-09 15:32:55 UTC (rev 1557)
@@ -35,18 +35,30 @@
 
 Package: mono
 Architecture: i386 powerpc
-Depends: mono-common (= ${Source-Version}), mono-jit (= ${Source-Version}), mono-utils (= ${Source-Version}), mono-mcs, mono-assemblies-arch
+Depends: mono-common (= ${Source-Version}), mono-jit (= ${Source-Version})
 Description: Mono CLI (.NET) runtime
  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 .NET CLR including compiler and runtime, which can
  produce and execute CIL bytecode (assemblies), and a .NET class library.
  .
- mono is a metapackage containing dependencies for the components of
- Mono. If you do not need all of them (or try to work around X11
+ mono is a metapackage containing dependencies for the runtime of  Mono.
+ If you do not need all of them (or try to work around X11
  dependencies), install the core packages manually: mono-jit, mono-mcs or
  mono-utils.
 
+Package: mono-devel
+Architecture: i386 powerpc
+Depends: mono (= ${Source-Version}), mono-mcs
+Description: Mono CLI (.NET) runtime with development tools
+ 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 .NET CLR including compiler and runtime, which can
+ produce and execute CIL bytecode (assemblies), and a .NET class library.
+ .
+ mono-devel is a metapackage containing dependencies for the runtime and
+ development components of Mono.
+
 Package: mono-utils
 Section: devel
 Architecture: i386 powerpc

Modified: mono/branches/1.1/debian/mono-mcs.postinst
===================================================================
--- mono/branches/1.1/debian/mono-mcs.postinst	2005-04-09 14:37:24 UTC (rev 1556)
+++ mono/branches/1.1/debian/mono-mcs.postinst	2005-04-09 15:32:55 UTC (rev 1557)
@@ -12,7 +12,7 @@
 	--install /usr/bin/cli-al assembly-linker /usr/bin/al 10 \
 	--slave /usr/share/man/man1/cli-al.1.gz	cli-al.1.gz /usr/share/man/man1/al.1.gz
 
-update-alternatives
+update-alternatives \
 	--install /usr/bin/cli-sn strong-name-tool /usr/bin/sn 10 \
 	--slave /usr/share/man/man1/cli-sn.1.gz cli-sn.1.gz /usr/share/man/man1/sn.1.gz