[Pkg-mono-svn-commits] rev 854 - gtk-sharp/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Sun, 30 May 2004 16:43:54 -0600


Author: meebey-guest
Date: 2004-05-30 16:43:51 -0600 (Sun, 30 May 2004)
New Revision: 854

Modified:
   gtk-sharp/trunk/debian/control
Log:
- changed -sharp provides and deps to -cil



Modified: gtk-sharp/trunk/debian/control
===================================================================
--- gtk-sharp/trunk/debian/control	2004-05-30 22:35:09 UTC (rev 853)
+++ gtk-sharp/trunk/debian/control	2004-05-30 22:43:51 UTC (rev 854)
@@ -7,6 +7,23 @@
 Build-Conflicts: libgtkhtml3.0-2, libart-2.0-dev (= 2.3.16-3)
 Standards-Version: 3.6.1
 
+Package: gtk-sharp-examples
+Architecture: all
+Depends: libgnome-cil, ${shlibs:Depends}
+Description: sample applications for the gtk-sharp toolkit
+ This package contains some example programs that are distributed with
+ the Gtk# assemblies, including source to build them and learn from
+ them.
+
+Package: gtk-sharp-gapi
+Architecture: any
+Depends: ${shlibs:Depends}, libgtk-cil, libxml-libxml-perl, mono-jit | cli-virtual-machine
+Description: C Source parser and C# code generator for GObject based APIs
+ The gtk-sharp-gapi package includes the parser and code generator used by
+ the Gtk# project to parse and bind GObject libraries. Install gtk-sharp-gapi
+ if you want to bind GObject-based libraries, or need to compile a project
+ that uses it to bind such a library.
+
 Package: libglib-cil
 Architecture: any
 Depends: mono-jit | cli-virtual-machine, ${shlibs:Depends}
@@ -19,7 +36,7 @@
 
 Package: libgtk-cil
 Architecture: any
-Provides: atk-sharp, pango-sharp, gdk-sharp, gtk-sharp
+Provides: libatk-cil, libpango-cil, libgdk-cil
 Depends: mono-jit | cli-virtual-machine, libglib-cil (= ${Source-Version}), ${shlibs:Depends}
 Conflicts: gtk-sharp-glue
 Description: a .NET binding for the Gtk+ toolkit
@@ -34,26 +51,10 @@
  This package provides .NET assemblies that allow .NET / C# programs to use the
  Glade libraries.
 
-Package: gtk-sharp-examples
-Architecture: all
-Depends: libgnome-cil, ${shlibs:Depends}
-Description: sample applications for the gtk-sharp toolkit
- This package contains some example programs that are distributed with
- the Gtk# assemblies, including source to build them and learn from
- them.
 
-Package: gtk-sharp-gapi
-Architecture: any
-Depends: ${shlibs:Depends}, libgtk-cil, libxml-libxml-perl, mono-jit | cli-virtual-machine
-Description: C Source parser and C# code generator for GObject based APIs
- The gtk-sharp-gapi package includes the parser and code generator used by
- the Gtk# project to parse and bind GObject libraries. Install gtk-sharp-gapi
- if you want to bind GObject-based libraries, or need to compile a project
- that uses it to bind such a library.
-
 Package: libgnome-cil
 Architecture: any
-Provides: glade-sharp, art-sharp, gda-sharp, gtkhtml-sharp, gnomedb-sharp, rsvg-sharp, gconf-sharp-peditors
+Provides: libglade-cil, libart-cil, libgda-cil, libgtkhtml-cil, libgnomedb-cil, librsvg-cil, libgconf-peditors-cil
 Conflicts: gtk-sharp-glue
 Depends: mono-jit | cli-virtual-machine, libgtk-cil (= ${Source-Version}), libgconf-cil (= ${Source-Version}), ${shlibs:Depends}
 Description: a .NET binding for GNOME
@@ -63,7 +64,7 @@
 Package: libvte-cil
 Architecture: any
 Conflicts: gtk-sharp-glue
-Depends: mono-jit | cli-virtual-machine, atk-sharp, pango-sharp, gdk-sharp, libglib-cil (= ${Source-Version}), libgtk-cil (= ${Source-Version}), ${shlibs:Depends}
+Depends: mono-jit | cli-virtual-machine, libatk-cil, libpango-cil, libgdk-cil, libglib-cil (= ${Source-Version}), libgtk-cil (= ${Source-Version}), ${shlibs:Depends}
 Description: a .NET binding for VTE
  This package provides .NET assemblies that allow .NET / C# programs to use the
  VTE libraries.