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

Mirco Bauer meebey-guest@costa.debian.org
Sun, 10 Apr 2005 10:03:06 +0000


Author: meebey-guest
Date: 2005-04-10 10:03:05 +0000 (Sun, 10 Apr 2005)
New Revision: 1574

Modified:
   mono/branches/1.1/debian/changelog
   mono/branches/1.1/debian/control
Log:
- added pkg-config to Recommends of mono-mcs.



Modified: mono/branches/1.1/debian/changelog
===================================================================
--- mono/branches/1.1/debian/changelog	2005-04-10 10:02:33 UTC (rev 1573)
+++ mono/branches/1.1/debian/changelog	2005-04-10 10:03:05 UTC (rev 1574)
@@ -4,6 +4,8 @@
     + New build system, using one source tarball.
     + Almost all programs have a manpage now.
     + Mono 1.1.x branch supports AMD64 architecture.
+    + Remoting is fast again with 1.1.6
+      (Closes: #303349)
   * Mirco 'meebey' Bauer
     + Upstream merged mcs and mono into one mono tarball, this makes the
       build process a lot easier.
@@ -13,6 +15,7 @@
     + Added cli-common to build-dependencies.
     + Added transition code to mono-common.postinst for moving
       /usr/share/dotnet/mono to /usr/lib/mono
+      (thanks to Ingo Saitz aka Salz for helping with this)
     + 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).
@@ -22,7 +25,8 @@
     + Removed old Conflicts/Replaces.
     + Removed icu28-dev from buil-dependencies (ICU is not recommended by
       upstream anymore, and does break things).
-
+    + Added pkg-config to "Recommends" of mono-mcs. (Closes: #294606)
+     
  -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 2 Apr 2005 12:48:09 +0200
 
 mono (1.0.5-2) unstable; urgency=high

Modified: mono/branches/1.1/debian/control
===================================================================
--- mono/branches/1.1/debian/control	2005-04-10 10:02:33 UTC (rev 1573)
+++ mono/branches/1.1/debian/control	2005-04-10 10:03:05 UTC (rev 1574)
@@ -135,6 +135,7 @@
 Section: devel
 Architecture: all
 Depends:  mono-jit (>= ${mono:upversion}) | cli-virtual-machine, mono-jit (<< ${mono:next-upversion}) | cli-virtual-machine
+Recommends: pkg-config
 Conflicts: pnet-compiler
 Provides: c-sharp-compiler, resource-file-generator, assembly-linker, strong-name-tool
 Description: Mono C# compiler