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

Mirco Bauer meebey-guest at alioth.debian.org
Mon Jul 16 15:52:37 UTC 2007


Author: meebey-guest
Date: 2007-07-16 15:52:37 +0000 (Mon, 16 Jul 2007)
New Revision: 3239

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
Log:
- fixed PPC bug investigation credits
  (as I said I waited for debian confirmation of the patch, but someone couldn't wait to stick the patch in)
- replaced ${Source-Version}



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-07-16 11:57:15 UTC (rev 3238)
+++ mono/trunk/debian/changelog	2007-07-16 15:52:37 UTC (rev 3239)
@@ -1,11 +1,14 @@
 mono (1.2.4-5) UNRELEASED; urgency=low
 
-  * debian/patches/mono-ppc-corruption.dpatch:
-    + Fix memory corruption on PPC, causing many Gtk# programs to crash.
-      Patch from upstream SVN.
-      (Closes: #428209, #430614, #427934, #428190, #429685)
+  * Mirco 'meebey' Bauer:
+    + debian/control:
+      - Replaced ${Source-Version} with ${source:Version} and ${binary:Version}
+    + debian/patches/mono-ppc-corruption.dpatch:
+      - Fix memory corruption on PPC, causing many Gtk# programs to crash.
+        Patch from upstream SVN.
+        (Closes: #428209, #430614, #427934, #428190, #429685)
 
- -- Sebastian Dröge <slomo at debian.org>  Mon, 16 Jul 2007 13:52:03 +0200
+ -- Mirco Bauer <meebey at debian.org>  Mon, 16 Jul 2007 17:49:10 +0200
 
 mono (1.2.4-4) unstable; urgency=low
 

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2007-07-16 11:57:15 UTC (rev 3238)
+++ mono/trunk/debian/control	2007-07-16 15:52:37 UTC (rev 3239)
@@ -24,7 +24,7 @@
 Package: mono-runtime
 Provides: cli-runtime
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: mono-jit (= ${Source-Version}), mono-gac (= ${source:Version})
+Depends: mono-jit (= ${binary:Version}), mono-gac (= ${source:Version})
 Description: Mono 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.
@@ -37,7 +37,7 @@
 Package: mono-jit
 Provides: cli-virtual-machine
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: ${shlibs:Depends}, ${misc:Depends}, mono-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, mono-common (= ${binary:Version})
 Description: fast CLI JIT/AOT compiler for Mono
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -53,7 +53,7 @@
 Package: mono-jit-dbg
 Priority: extra
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: mono-jit (= ${Source-Version})
+Depends: mono-jit (= ${binary:Version})
 Recommends: gdb
 Description: fast CLI JIT/AOT compiler for Mono, debugging symbols
  Mono is a platform for running and developing applications based on the
@@ -66,7 +66,7 @@
 
 Package: mono
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: mono-common (= ${Source-Version}), mono-jit (= ${Source-Version})
+Depends: mono-common (= ${binary:Version}), mono-jit (= ${binary:Version})
 Recommends: libgdiplus, libmono-corlib1.0-cil
 Description: Mono CLI (.NET) runtime
  Mono is a platform for running and developing applications based on the
@@ -83,7 +83,7 @@
 Package: mono-devel
 Section: devel
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: mono (= ${Source-Version}), mono-mcs, mono-gac, mono-utils, mono-jay
+Depends: mono (= ${binary:Version}), mono-mcs, mono-gac, mono-utils, mono-jay
 Suggests: mono-gmcs
 Description: Mono CLI runtime with development tools
  Mono is a platform for running and developing applications based on the
@@ -132,7 +132,7 @@
 Priority: extra
 Section: libdevel
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: libmono0 (= ${Source-Version})
+Depends: libmono0 (= ${binary:Version})
 Recommends: gdb
 Description: libraries for the Mono JIT, debugging symbols
  This package contains the debugging symbols of the Mono JIT libraries.
@@ -146,7 +146,7 @@
 Package: libmono-dev
 Section: devel
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel
-Depends: libmono0 (= ${Source-Version}), libglib2.0-dev
+Depends: libmono0 (= ${binary:Version}), libglib2.0-dev
 Description: libraries for the Mono JIT - Development files
  Header files and static libraries for libmono and libmono-profiler-conv.
  .




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