[Pkg-cli-libs-commits] r4407 - in /packages/gnome-desktop-sharp2/trunk/debian: changelog control patches/00list patches/04_gnome_desktop_2_soname.dpatch source/ source/format
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Thu Apr 29 22:57:06 UTC 2010
Author: laney-guest
Date: Thu Apr 29 22:57:06 2010
New Revision: 4407
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4407
Log:
* debian/patches/04_gnome_desktop_2_soname.patch: Add new patch to update
the DLLmap to libgnome-desktop's new SONAME
* debian/source/format: Specify 1.0 explicitly
* debian/control: Increase Standards-Version to 3.8.4, no changes
Added:
packages/gnome-desktop-sharp2/trunk/debian/patches/04_gnome_desktop_2_soname.dpatch (with props)
packages/gnome-desktop-sharp2/trunk/debian/source/
packages/gnome-desktop-sharp2/trunk/debian/source/format
Modified:
packages/gnome-desktop-sharp2/trunk/debian/changelog
packages/gnome-desktop-sharp2/trunk/debian/control
packages/gnome-desktop-sharp2/trunk/debian/patches/00list
Modified: packages/gnome-desktop-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/changelog?rev=4407&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/changelog Thu Apr 29 22:57:06 2010
@@ -1,3 +1,12 @@
+gnome-desktop-sharp2 (2.26.0-3) UNRELEASED; urgency=low
+
+ * debian/patches/04_gnome_desktop_2_soname.patch: Add new patch to update
+ the DLLmap to libgnome-desktop's new SONAME
+ * debian/source/format: Specify 1.0 explicitly
+ * debian/control: Increase Standards-Version to 3.8.4, no changes
+
+ -- Iain Lane <laney at ubuntu.com> Thu, 29 Apr 2010 23:29:47 +0100
+
gnome-desktop-sharp2 (2.26.0-2) unstable; urgency=low
[ Jo Shields ]
Modified: packages/gnome-desktop-sharp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/control?rev=4407&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/control (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/control Thu Apr 29 22:57:06 2010
@@ -27,7 +27,7 @@
libwnck-dev (>= 2.23.0),
libgnome-desktop-dev (>= 2.24.0),
libpanel-applet2-dev (>= 2.23.0)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.mono-project.com/GtkSharp
Vcs-Svn: svn://svn.debian.org/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/
Modified: packages/gnome-desktop-sharp2/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/patches/00list?rev=4407&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/patches/00list (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/patches/00list Thu Apr 29 22:57:06 2010
@@ -1,3 +1,4 @@
01_dllmaps
02_gtkhtml-version
03_fix_pkg-config_paths
+04_gnome_desktop_2_soname
Added: packages/gnome-desktop-sharp2/trunk/debian/patches/04_gnome_desktop_2_soname.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/patches/04_gnome_desktop_2_soname.dpatch?rev=4407&op=file
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/patches/04_gnome_desktop_2_soname.dpatch (added)
+++ packages/gnome-desktop-sharp2/trunk/debian/patches/04_gnome_desktop_2_soname.dpatch Thu Apr 29 22:57:06 2010
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_gnome_desktop_2_soname.dpatch by Iain Lane <laney at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Update libgnomedesktop2.20-cil DLLmap for new SONAME
+
+ at DPATCH@
+diff -urNad gnome-desktop-sharp2-2.26.0~/gnomedesktop/gnomedesktop-sharp.dll.config.in gnome-desktop-sharp2-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in
+--- gnome-desktop-sharp2-2.26.0~/gnomedesktop/gnomedesktop-sharp.dll.config.in 2009-02-23 18:01:27.000000000 +0000
++++ gnome-desktop-sharp2-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in 2010-04-29 23:29:10.497662448 +0100
+@@ -3,5 +3,5 @@
+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+ <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+- <dllmap dll="gnome-desktop-2" target="libgnome-desktop-2 at LIB_PREFIX@.11 at LIB_SUFFIX@"/>
++ <dllmap dll="gnome-desktop-2" target="libgnome-desktop-2 at LIB_PREFIX@.17 at LIB_SUFFIX@"/>
+ </configuration>
Propchange: packages/gnome-desktop-sharp2/trunk/debian/patches/04_gnome_desktop_2_soname.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: packages/gnome-desktop-sharp2/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/source/format?rev=4407&op=file
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/source/format (added)
+++ packages/gnome-desktop-sharp2/trunk/debian/source/format Thu Apr 29 22:57:06 2010
@@ -1,0 +1,1 @@
+1.0
More information about the Pkg-cli-libs-commits
mailing list