r15192 - in /desktop/unstable/gnome-keyring/debian: changelog control patches/03_fix_symbol_exporting.patch

mbanck at users.alioth.debian.org mbanck at users.alioth.debian.org
Sun Mar 16 17:12:17 UTC 2008


Author: mbanck
Date: Sun Mar 16 17:12:16 2008
New Revision: 15192

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15192
Log:
  * debian/patches/03_fix_symbol_exporting.patch
    - Added. Fix symbol export to include upper case GNOME_KEYRING_
      symbols as well. Taken from upstream svn, thanks to Andrea Del
      Signore.

Added:
    desktop/unstable/gnome-keyring/debian/patches/03_fix_symbol_exporting.patch
Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/control

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=15192&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Sun Mar 16 17:12:16 2008
@@ -1,3 +1,12 @@
+gnome-keyring (2.22.0-3) UNRELEASED; urgency=low
+
+  * debian/patches/03_fix_symbol_exporting.patch 
+    - Added. Fix symbol export to include upper case GNOME_KEYRING_ 
+      symbols as well. Taken from upstream svn, thanks to Andrea Del 
+      Signore.
+
+ -- Michael Banck <mbanck at debian.org>  Sun, 16 Mar 2008 18:02:13 +0100
+
 gnome-keyring (2.22.0-2) unstable; urgency=low
 
   * debian/patches/02_handle_dbus_restart.patch

Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=15192&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control (original)
+++ desktop/unstable/gnome-keyring/debian/control Sun Mar 16 17:12:16 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Norbert Tretkowski <nobse at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Norbert Tretkowski <nobse at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5),
                gnome-pkg-tools (>= 0.10),
                libgtk2.0-dev (>= 2.6.0),

Added: desktop/unstable/gnome-keyring/debian/patches/03_fix_symbol_exporting.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/03_fix_symbol_exporting.patch?rev=15192&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/03_fix_symbol_exporting.patch (added)
+++ desktop/unstable/gnome-keyring/debian/patches/03_fix_symbol_exporting.patch Sun Mar 16 17:12:16 2008
@@ -1,0 +1,24 @@
+Index: library/Makefile.am
+===================================================================
+--- library/Makefile.am	
++++ library/Makefile.am	
+@@ -44,7 +44,7 @@
+ 
+ libgnome_keyring_la_LDFLAGS = \
+ 	-version-info $(LIB_GNOME_KEYRING_LT_VERSION) \
+-	-no-undefined -export-symbols-regex 'gnome_keyring_'
++	-no-undefined -export-symbols-regex 'gnome_keyring_|GNOME_KEYRING_'
+ 
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = gnome-keyring-1.pc
+--- library/Makefile.in
++++ library/Makefile.in
+@@ -329,7 +329,7 @@
+ 
+ libgnome_keyring_la_LDFLAGS = \
+ 	-version-info $(LIB_GNOME_KEYRING_LT_VERSION) \
+-	-no-undefined -export-symbols-regex 'gnome_keyring_'
++	-no-undefined -export-symbols-regex 'gnome_keyring_|GNOME_KEYRING_'
+ 
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = gnome-keyring-1.pc




More information about the pkg-gnome-commits mailing list