r22296 - in /packages/unstable/libunique/debian: changelog patches/10_ldadd_not_ldflags.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Nov 12 13:45:51 UTC 2009


Author: pochu
Date: Thu Nov 12 13:45:50 2009
New Revision: 22296

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22296
Log:
* New upstream release.
* debian/patches/10_ldadd_not_ldflags.patch:
  - Pass -export-symbols-regex to the linker again to fix the build.

Added:
    packages/unstable/libunique/debian/patches/10_ldadd_not_ldflags.patch
Modified:
    packages/unstable/libunique/debian/changelog

Modified: packages/unstable/libunique/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/changelog?rev=22296&op=diff
==============================================================================
--- packages/unstable/libunique/debian/changelog [utf-8] (original)
+++ packages/unstable/libunique/debian/changelog [utf-8] Thu Nov 12 13:45:50 2009
@@ -1,3 +1,11 @@
+libunique (1.1.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches/10_ldadd_not_ldflags.patch:
+    - Pass -export-symbols-regex to the linker again to fix the build.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 12 Nov 2009 14:49:30 +0100
+
 libunique (1.1.2-3) unstable; urgency=low
 
   * Move gir1.0-unique-1.0 from the gir-repository source package.

Added: packages/unstable/libunique/debian/patches/10_ldadd_not_ldflags.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/patches/10_ldadd_not_ldflags.patch?rev=22296&op=file
==============================================================================
--- packages/unstable/libunique/debian/patches/10_ldadd_not_ldflags.patch (added)
+++ packages/unstable/libunique/debian/patches/10_ldadd_not_ldflags.patch [utf-8] Thu Nov 12 13:45:50 2009
@@ -1,0 +1,54 @@
+--- a/unique/Makefile.am
++++ b/unique/Makefile.am
+@@ -16,13 +16,6 @@
+ 
+ INCLUDES = -I$(top_srcdir)
+ 
+-LDADD = \
+-	-version-info $(UNIQUE_LT_VERSION_INFO)	\
+-	-export-dynamic				\
+-	-export-symbols-regex "^unique.*"
+-	-rpath $(libdir)			\
+-	$(NULL)
+-
+ AM_CPPFLAGS = \
+ 	-DG_DISABLE_SINGLE_INCLUDES	\
+ 	-DGTK_DISABLE_SINGLE_INCLUDES	\
+@@ -99,7 +92,11 @@
+ 	$(UNIQUE_LIBS)			\
+ 	$(DBUS_LIBS)
+ 
+-libunique_1_0_la_LDFLAGS = 		\
++libunique_1_0_la_LDFLAGS = 			\
++	-version-info $(UNIQUE_LT_VERSION_INFO)	\
++	-export-dynamic				\
++	-export-symbols-regex "^unique.*"	\
++	-rpath $(libdir)			\
+ 	-no-undefined
+ 
+ DISTCLEANFILES += uniqueversion.h
+--- a/unique/Makefile.in
++++ b/unique/Makefile.in
+@@ -391,11 +391,6 @@
+ SUBDIRS = $(am__append_1) $(am__append_2)
+ DIST_SUBDIRS = bacon dbus
+ INCLUDES = -I$(top_srcdir)
+-LDADD = \
+-	-version-info $(UNIQUE_LT_VERSION_INFO)	\
+-	-export-dynamic				\
+-	-export-symbols-regex "^unique.*"
+-
+ AM_CPPFLAGS = \
+ 	-DG_DISABLE_SINGLE_INCLUDES	\
+ 	-DGTK_DISABLE_SINGLE_INCLUDES	\
+@@ -465,6 +460,10 @@
+ 	$(DBUS_LIBS)
+ 
+ libunique_1_0_la_LDFLAGS = \
++	-version-info $(UNIQUE_LT_VERSION_INFO)	\
++	-export-dynamic				\
++	-export-symbols-regex "^unique.*"	\
++	-rpath $(libdir)			\
+ 	-no-undefined
+ 
+ @HAVE_INTROSPECTION_TRUE at BUILT_GIRSOURCES = Unique-1.0.gir




More information about the pkg-gnome-commits mailing list