[Pkg-mono-svn-commits] rev 3062 - in gnome-sharp2: tags tags/2.16.0-2/debian tags/2.16.0-2/debian/patches trunk/debian trunk/debian/patches

Sebastian Dröge slomo at alioth.debian.org
Tue Apr 17 10:07:31 UTC 2007


Author: slomo
Date: 2007-04-17 10:07:29 +0000 (Tue, 17 Apr 2007)
New Revision: 3062

Added:
   gnome-sharp2/tags/2.16.0-2/
Modified:
   gnome-sharp2/tags/2.16.0-2/debian/changelog
   gnome-sharp2/tags/2.16.0-2/debian/control
   gnome-sharp2/tags/2.16.0-2/debian/patches/01_glue-locations.dpatch
   gnome-sharp2/trunk/debian/changelog
   gnome-sharp2/trunk/debian/control
   gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch
Log:
* update and tag gnome# 2.16.0-2


Copied: gnome-sharp2/tags/2.16.0-2 (from rev 3061, gnome-sharp2/trunk)

Modified: gnome-sharp2/tags/2.16.0-2/debian/changelog
===================================================================
--- gnome-sharp2/trunk/debian/changelog	2007-04-16 02:52:47 UTC (rev 3061)
+++ gnome-sharp2/tags/2.16.0-2/debian/changelog	2007-04-17 10:07:29 UTC (rev 3062)
@@ -1,11 +1,15 @@
-gnome-sharp2 (2.16.0-2) experimental; urgency=low
+gnome-sharp2 (2.16.0-2) unstable; urgency=low
 
+  * Upload to unstable
   * Sebastian 'slomo' Dröge:
     + debian/control:
       - s/2.10/2.16/ These are bindings for Gnome 2.16, not 2.10.
         Thanks to Loic Minier for noticing
+      - Remove Dave Beckett from Uploaders by his request
+    + debian/patches/01_glue-locations.dpatch:
+      - Adjust soname of libvte for the version in unstable
 
- -- Sebastian Dröge <slomo at debian.org>  Mon, 12 Mar 2007 13:43:24 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 16 Apr 2007 00:25:41 +0200
 
 gnome-sharp2 (2.16.0-1) experimental; urgency=low
 

Modified: gnome-sharp2/tags/2.16.0-2/debian/control
===================================================================
--- gnome-sharp2/trunk/debian/control	2007-04-16 02:52:47 UTC (rev 3061)
+++ gnome-sharp2/tags/2.16.0-2/debian/control	2007-04-17 10:07:29 UTC (rev 3062)
@@ -2,7 +2,7 @@
 Section: libs
 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 debian.org>
+Uploaders: Mirco Bauer <meebey at meebey.net>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.4.6), 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 (>= 2.10.0), libgnomevfs2-dev (>= 1: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
 

Modified: gnome-sharp2/tags/2.16.0-2/debian/patches/01_glue-locations.dpatch
===================================================================
--- gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch	2007-04-16 02:52:47 UTC (rev 3061)
+++ gnome-sharp2/tags/2.16.0-2/debian/patches/01_glue-locations.dpatch	2007-04-17 10:07:29 UTC (rev 3062)
@@ -12,9 +12,11 @@
  </configuration>
 --- gtk-sharp-2.3.92/vte/vte-sharp.dll.config.in.old	2005-10-17 21:46:06.455896600 +0200
 +++ gtk-sharp-2.3.92/vte/vte-sharp.dll.config.in	2005-10-17 21:46:33.221827560 +0200
-@@ -2,4 +2,5 @@
+@@ -1,5 +1,6 @@
+ <configuration>
    <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@.9 at LIB_SUFFIX@"/>
+-  <dllmap dll="vte" target="libvte at LIB_PREFIX@.9 at LIB_SUFFIX@"/>
++  <dllmap dll="vte" target="libvte at LIB_PREFIX@.4 at LIB_SUFFIX@"/>
 +  <dllmap dll="vtesharpglue-2" target="/usr/lib/mono/gtk-sharp-2.0/libvtesharpglue-2.so"/>
  </configuration>

Modified: gnome-sharp2/trunk/debian/changelog
===================================================================
--- gnome-sharp2/trunk/debian/changelog	2007-04-16 02:52:47 UTC (rev 3061)
+++ gnome-sharp2/trunk/debian/changelog	2007-04-17 10:07:29 UTC (rev 3062)
@@ -1,11 +1,15 @@
-gnome-sharp2 (2.16.0-2) experimental; urgency=low
+gnome-sharp2 (2.16.0-2) unstable; urgency=low
 
+  * Upload to unstable
   * Sebastian 'slomo' Dröge:
     + debian/control:
       - s/2.10/2.16/ These are bindings for Gnome 2.16, not 2.10.
         Thanks to Loic Minier for noticing
+      - Remove Dave Beckett from Uploaders by his request
+    + debian/patches/01_glue-locations.dpatch:
+      - Adjust soname of libvte for the version in unstable
 
- -- Sebastian Dröge <slomo at debian.org>  Mon, 12 Mar 2007 13:43:24 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 16 Apr 2007 00:25:41 +0200
 
 gnome-sharp2 (2.16.0-1) experimental; urgency=low
 

Modified: gnome-sharp2/trunk/debian/control
===================================================================
--- gnome-sharp2/trunk/debian/control	2007-04-16 02:52:47 UTC (rev 3061)
+++ gnome-sharp2/trunk/debian/control	2007-04-17 10:07:29 UTC (rev 3062)
@@ -2,7 +2,7 @@
 Section: libs
 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 debian.org>
+Uploaders: Mirco Bauer <meebey at meebey.net>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5), cli-common-dev (>= 0.4.6), 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 (>= 2.10.0), libgnomevfs2-dev (>= 1: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
 

Modified: gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch
===================================================================
--- gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch	2007-04-16 02:52:47 UTC (rev 3061)
+++ gnome-sharp2/trunk/debian/patches/01_glue-locations.dpatch	2007-04-17 10:07:29 UTC (rev 3062)
@@ -12,9 +12,11 @@
  </configuration>
 --- gtk-sharp-2.3.92/vte/vte-sharp.dll.config.in.old	2005-10-17 21:46:06.455896600 +0200
 +++ gtk-sharp-2.3.92/vte/vte-sharp.dll.config.in	2005-10-17 21:46:33.221827560 +0200
-@@ -2,4 +2,5 @@
+@@ -1,5 +1,6 @@
+ <configuration>
    <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@.9 at LIB_SUFFIX@"/>
+-  <dllmap dll="vte" target="libvte at LIB_PREFIX@.9 at LIB_SUFFIX@"/>
++  <dllmap dll="vte" target="libvte at LIB_PREFIX@.4 at LIB_SUFFIX@"/>
 +  <dllmap dll="vtesharpglue-2" target="/usr/lib/mono/gtk-sharp-2.0/libvtesharpglue-2.so"/>
  </configuration>




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