[Pkg-mono-svn-commits] rev 922 - gtksourceview-sharp/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Tue, 08 Jun 2004 01:50:53 -0600


Author: meebey-guest
Date: 2004-06-08 01:50:50 -0600 (Tue, 08 Jun 2004)
New Revision: 922

Modified:
   gtksourceview-sharp/trunk/debian/changelog
   gtksourceview-sharp/trunk/debian/control
Log:
- added conflict for libgtksourceview1.0-0 << 1.0.1 (csharp.lang problem)


Modified: gtksourceview-sharp/trunk/debian/changelog
===================================================================
--- gtksourceview-sharp/trunk/debian/changelog	2004-06-08 07:47:46 UTC (rev 921)
+++ gtksourceview-sharp/trunk/debian/changelog	2004-06-08 07:50:50 UTC (rev 922)
@@ -1,3 +1,12 @@
+gtksourceview-sharp (0.3-0pre1) unstable; urgency=low
+
+  * NOT RELEASED YET
+  * Mirco 'meebey' Bauer
+    + new upstream release
+    + added conflict for libgtksourceview1.0-0 (<< 1.0.1), both ship the csharp.lang file
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Wed,  2 Jun 2004 18:45:24 +0200
+
 gtksourceview-sharp (0.2.1-1) unstable; urgency=low
 
   * MonoConvention 0.1.4 conform

Modified: gtksourceview-sharp/trunk/debian/control
===================================================================
--- gtksourceview-sharp/trunk/debian/control	2004-06-08 07:47:46 UTC (rev 921)
+++ gtksourceview-sharp/trunk/debian/control	2004-06-08 07:50:50 UTC (rev 922)
@@ -9,6 +9,7 @@
 Package: libgtksourceview-cil
 Architecture: all
 Depends: mono-jit | cli-virtual-machine, libgtksourceview1.0-0 (>= 1.0.1), libgtk-cil (>= 0.91), libgtk-cil (<< 0.92), libgnome-cil, libglib-cil
+Conflicts: libgtksourceview1.0-0 (<< 1.0.1)
 Description: a .NET binding for the gtksourceview library
  This package provides .NET assemblies that allow .NET / C# programs
  to use the gtksourceview library.