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

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


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

Modified:
   gtk-sharp/trunk/debian/changelog
   gtk-sharp/trunk/debian/control
   gtk-sharp/trunk/debian/libgnome-cil.install
   gtk-sharp/trunk/debian/rules
Log:
- fixes.



Modified: gtk-sharp/trunk/debian/changelog
===================================================================
--- gtk-sharp/trunk/debian/changelog	2005-04-10 10:03:05 UTC (rev 1574)
+++ gtk-sharp/trunk/debian/changelog	2005-04-10 10:03:24 UTC (rev 1575)
@@ -1,4 +1,4 @@
-gtk-sharp (1.0.8-0pre1) experimental; urgency=low
+gtk-sharp (1.0.8-0pre2) experimental; urgency=low
 
   * New upstream release
   * Mirco 'meebey' Bauer

Modified: gtk-sharp/trunk/debian/control
===================================================================
--- gtk-sharp/trunk/debian/control	2005-04-10 10:03:05 UTC (rev 1574)
+++ gtk-sharp/trunk/debian/control	2005-04-10 10:03:24 UTC (rev 1575)
@@ -9,7 +9,10 @@
 Package: gtk-sharp-examples
 Architecture: all
 Depends: ${shlibs:Depends}, ${cli:Depends}
-Description: sample applications for the gtk-sharp toolkit
+Description: sample applications for the Gtk# toolkit
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
+ .
  This package contains some example programs that are distributed with
  the Gtk# assemblies, including source to build them and learn from
  them.
@@ -18,6 +21,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, libxml-libxml-perl, ${cli:Depends}
 Description: C source parser and C# code generator for GObject based APIs
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
+ .
  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
@@ -30,6 +36,9 @@
  This package provides assemblies that allow CLI (.NET) programs to use the
  GLib utility library. This is mostly useful for the Gtk+, GNOME and GStreamer
  bindings.
+ .
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
 
 Package: libgtk-cil
 Architecture: any
@@ -37,6 +46,9 @@
 Description: CLI binding for the Gtk+ toolkit
  This package provides assemblies that allow CLI (.NET) programs to use the
  Gtk+ user interface toolkit.
+ .
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
 
 Package: libglade-cil
 Architecture: any
@@ -44,6 +56,9 @@
 Description: CLI binding for the Glade libraries
  This package provides assemblies that allow CLI (.NET) programs to use the
  Glade libraries.
+ .
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
 
 Package: libgnome-cil
 Architecture: any
@@ -51,6 +66,9 @@
 Description: CLI binding for GNOME
  This package provides assemblies that allow CLI (.NET) programs to use the
  GNOME 2 UI libraries.
+ .
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
 
 Package: libgconf-cil
 Architecture: all
@@ -58,6 +76,9 @@
 Description: CLI binding for GConf
  This package provides assemblies that allow CLI (.NET) programs to use the
  GConf configuration storage system.
+ .
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.
 
 Package: libvte-cil
 Architecture: any
@@ -65,3 +86,6 @@
 Description: CLI binding for VTE
  This package provides assemblies that allow CLI (.NET) programs to use the
  VTE libraries.
+ .
+ Gtk# is a CLI (.NET) language binding for the Gtk+ toolkit and assorted GNOME
+ libraries.

Modified: gtk-sharp/trunk/debian/libgnome-cil.install
===================================================================
--- gtk-sharp/trunk/debian/libgnome-cil.install	2005-04-10 10:03:05 UTC (rev 1574)
+++ gtk-sharp/trunk/debian/libgnome-cil.install	2005-04-10 10:03:24 UTC (rev 1575)
@@ -7,6 +7,7 @@
 debian/tmp/usr/lib/mono/gac/rsvg-sharp
 debian/tmp/usr/lib/mono/gac/gconf-sharp-peditors
 debian/tmp/usr/lib/mono/gtk-sharp/gnome-sharp.dll
+debian/tmp/usr/lib/mono/gtk-sharp/art-sharp.dll
 debian/tmp/usr/lib/mono/gtk-sharp/gtkhtml-sharp.dll
 debian/tmp/usr/lib/mono/gtk-sharp/gda-sharp.dll
 debian/tmp/usr/lib/mono/gtk-sharp/gnomedb-sharp.dll

Modified: gtk-sharp/trunk/debian/rules
===================================================================
--- gtk-sharp/trunk/debian/rules	2005-04-10 10:03:05 UTC (rev 1574)
+++ gtk-sharp/trunk/debian/rules	2005-04-10 10:03:24 UTC (rev 1575)
@@ -49,7 +49,7 @@
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp RUNTIME=/usr/bin/cli
 	# fixing file permissions
-        cd debian && find -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" | xargs chmod -x
+	cd debian && find -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" | xargs chmod -x
 	cd debian && find -type f -name "*.exe" | xargs chmod +x
 
 binary-indep: build-indep install
@@ -59,7 +59,7 @@
 	dh_movefiles -i
 	dh_link -i
 	dh_install -i
-        cd debian/gtk-sharp-examples && find -type f -name "*.cs" | xargs chmod -x
+	cd debian/gtk-sharp-examples && find -type f -name "*.cs" | xargs chmod -x
 	install -m755 $(CURDIR)/debian/list-examples $(CURDIR)/debian/gtk-sharp-examples/usr/bin/gtk-sharp-examples-list
 	dh_installchangelogs -i ChangeLog
 	dh_installdocs -i