[Pkg-mono-svn-commits] rev 3518 - in gluezilla/trunk/debian: . patches

Sebastian Dröge slomo at alioth.debian.org
Fri Dec 14 18:12:55 UTC 2007


Author: slomo
Date: 2007-12-14 18:12:55 +0000 (Fri, 14 Dec 2007)
New Revision: 3518

Added:
   gluezilla/trunk/debian/patches/01_gthread-linking.dpatch
Modified:
   gluezilla/trunk/debian/changelog
   gluezilla/trunk/debian/patches/00list
Log:
* debian/patches/01_gthread-linking.dpatch:
  + Link with libgthread-2.0 as some of it's symbols are used.

Modified: gluezilla/trunk/debian/changelog
===================================================================
--- gluezilla/trunk/debian/changelog	2007-12-14 17:57:09 UTC (rev 3517)
+++ gluezilla/trunk/debian/changelog	2007-12-14 18:12:55 UTC (rev 3518)
@@ -1,6 +1,8 @@
 gluezilla (1.2.6-1) unstable; urgency=low
 
   * Initial version (Closes: #456334).
+  * debian/patches/01_gthread-linking.dpatch:
+    + Link with libgthread-2.0 as some of it's symbols are used.
 
  -- Sebastian Dröge <slomo at debian.org>  Fri, 14 Dec 2007 18:29:42 +0100
 

Modified: gluezilla/trunk/debian/patches/00list
===================================================================
--- gluezilla/trunk/debian/patches/00list	2007-12-14 17:57:09 UTC (rev 3517)
+++ gluezilla/trunk/debian/patches/00list	2007-12-14 18:12:55 UTC (rev 3518)
@@ -0,0 +1 @@
+01_gthread-linking.dpatch

Added: gluezilla/trunk/debian/patches/01_gthread-linking.dpatch
===================================================================
--- gluezilla/trunk/debian/patches/01_gthread-linking.dpatch	                        (rev 0)
+++ gluezilla/trunk/debian/patches/01_gthread-linking.dpatch	2007-12-14 18:12:55 UTC (rev 3518)
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+ at DPATCH@
+
+--- gluezilla/src/Makefile.am.old	2007-12-14 19:09:48.000000000 +0100
++++ gluezilla/src/Makefile.am	2007-12-14 19:10:05.000000000 +0100
+@@ -23,7 +23,7 @@
+ 	gluezilla.cpp	\
+ 	gluezilla.h
+ 
+-libgluezilla_la_LIBADD = $(GLUEZILLA_LIBS)
++libgluezilla_la_LIBADD = $(GLUEZILLA_LIBS) -lgthread-2.0
+ 
+ EXTRA_DIST = FastDelegate.h windows.mak
+ 
+--- gluezilla/src/Makefile.in.old	2007-12-14 19:10:13.000000000 +0100
++++ gluezilla/src/Makefile.in	2007-12-14 19:10:41.000000000 +0100
+@@ -223,7 +223,7 @@
+ 	gluezilla.cpp	\
+ 	gluezilla.h
+ 
+-libgluezilla_la_LIBADD = $(GLUEZILLA_LIBS)
++libgluezilla_la_LIBADD = $(GLUEZILLA_LIBS) -lgthread-2.0
+ EXTRA_DIST = FastDelegate.h windows.mak
+ all: all-am
+ 




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