[Pkg-mono-svn-commits] rev 2673 - in gnome-sharp2/trunk/debian: .
patches
Sebastian Dröge
slomo-guest at costa.debian.org
Wed Aug 23 01:47:44 UTC 2006
Author: slomo-guest
Date: 2006-08-23 01:47:39 +0000 (Wed, 23 Aug 2006)
New Revision: 2673
Modified:
gnome-sharp2/trunk/debian/changelog
gnome-sharp2/trunk/debian/control
gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch
gnome-sharp2/trunk/debian/watch
Log:
* updated gnome-sharp2 to 2.16.0
Modified: gnome-sharp2/trunk/debian/changelog
===================================================================
--- gnome-sharp2/trunk/debian/changelog 2006-08-23 01:43:59 UTC (rev 2672)
+++ gnome-sharp2/trunk/debian/changelog 2006-08-23 01:47:39 UTC (rev 2673)
@@ -1,10 +1,16 @@
-gnome-sharp2 (2.15.0-1) unstable; urgency=low
+gnome-sharp2 (2.16.0-1) unstable; urgency=low
* Sebastian 'slomo' Dröge:
+ New package based on gtk-sharp2:
- Gnome and GTK+ bindings split into separate source packages
+ + debian/watch:
+ - Updated
+ + debian/control:
+ - Updated Build-Depends
+ + debian/patches/01_glue-locations.dpatch:
+ - Updated
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org> Wed, 9 Aug 2006 11:10:39 +0200
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org> Wed, 23 Aug 2006 03:47:22 +0200
gtk-sharp2 (2.8.3-1) unstable; urgency=low
Modified: gnome-sharp2/trunk/debian/control
===================================================================
--- gnome-sharp2/trunk/debian/control 2006-08-23 01:43:59 UTC (rev 2672)
+++ gnome-sharp2/trunk/debian/control 2006-08-23 01:47:39 UTC (rev 2673)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
Uploaders: Dave Beckett <dajobe at debian.org>, Mirco Bauer <meebey at meebey.net>, Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.4.0), dpatch, mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libmono-dev (>= 1.0), pkg-config, libtool, libgtk2.0-dev (>= 2.9.0), libglib2.0-dev (>= 2.9.0), libgtk2.0-cil (>= 2.9.0), libglade2.0-cil (>= 2.9.0), gtk-sharp2-gapi, libgnomevfs2-dev (>= 2.15.0), librsvg2-dev (>= 2.0.1), libgtkhtml3.8-dev (>= 3.8.0), libgnomeui-dev (>= 2.15.0), libgnomecanvas2-dev (>= 2.14.0), libgnomeprint2.2-dev (>= 2.10.0) , libgnomeprintui2.2-dev (>= 2.10.0), libart-2.0-dev (>= 2.3.16), libvte-dev (>= 0.11.10), libpanel-applet2-dev (>= 2.14.0), libmono0 (>= 1.0), mono-utils (>= 1.0-2), libmono-cairo1.0-cil
+Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.4.0), dpatch, mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libmono-dev (>= 1.0), pkg-config, libtool, libgtk2.0-dev (>= 2.10.0), libglib2.0-dev (>= 2.10.0), libgtk2.0-cil (>= 2.10.0), libglade2.0-cil (>= 2.10.0), gtk-sharp2-gapi, libgnomevfs2-dev (>= 2.15.0), librsvg2-dev (>= 2.0.1), libgtkhtml3.8-dev (>= 3.8.0), libgnomeui-dev (>= 2.15.0), libgnomecanvas2-dev (>= 2.14.0), libgnomeprint2.2-dev (>= 2.10.0) , libgnomeprintui2.2-dev (>= 2.10.0), libart-2.0-dev (>= 2.3.16), libvte-dev (>= 0.13.0), libpanel-applet2-dev (>= 2.14.0), libmono0 (>= 1.0), mono-utils (>= 1.0-2), libmono-cairo1.0-cil
Standards-Version: 3.7.2
Package: gnome-sharp2
@@ -50,9 +50,9 @@
Package: libvte2.0-cil
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
-Description: CLI binding for VTE 0.11
+Description: CLI binding for VTE 0.13
This package provides assemblies that allow CLI (.NET) programs to use the
- VTE libraries 0.11.
+ VTE libraries 0.13.
.
Gnome# 2.16 is a CLI (.NET) language binding for the Gnome 2.16 platform and
assorted Gnome 2.16 desktop libraries.
Modified: gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch
===================================================================
--- gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch 2006-08-23 01:43:59 UTC (rev 2672)
+++ gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch 2006-08-23 01:47:39 UTC (rev 2673)
@@ -15,6 +15,6 @@
@@ -2,4 +2,5 @@
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
<dllmap dll="libatk-1.0-0.dll" target="libatk-1.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
- <dllmap dll="vte" target="libvte at LIB_PREFIX@.4 at LIB_SUFFIX@"/>
+ <dllmap dll="vte" target="libvte at LIB_PREFIX@.9 at LIB_SUFFIX@"/>
+ <dllmap dll="vtesharpglue-2" target="/usr/lib/mono/gtk-sharp-2.0/libvtesharpglue-2.so"/>
</configuration>
Modified: gnome-sharp2/trunk/debian/watch
===================================================================
--- gnome-sharp2/trunk/debian/watch 2006-08-23 01:43:59 UTC (rev 2672)
+++ gnome-sharp2/trunk/debian/watch 2006-08-23 01:47:39 UTC (rev 2673)
@@ -1,2 +1,2 @@
-version=2
-http://ftp.gnome.org/pub/GNOME/sources/gnome-sharp/2.15/gnome-sharp-(2\.15\.\d).tar.gz
+version=3
+http://ftp.gnome.org/pub/gnome/sources/gnome-sharp/([\d\.]+)/gnome-sharp-([\d\.]+)\.tar\.gz debian uupdate
More information about the Pkg-mono-svn-commits
mailing list