[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-2

Iain Lane laney at ubuntu.com
Tue Aug 24 01:24:18 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 754b4103650c68b27ea93afba72185572267147c
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Aug 14 11:40:54 2010 +0000

    Revert upstream commit 59db1f55409d80fc93ed, which commented out the Requires line in mono.pc.in.
    
    This causes build failures because mono still includes the headers.
    
    References: https://bugzilla.novell.com/show_bug.cgi?id=604251

diff --git a/data/mono.pc.in b/data/mono.pc.in
index 01e0a9e..6da0960 100644
--- a/data/mono.pc.in
+++ b/data/mono.pc.in
@@ -7,8 +7,6 @@ sysconfdir=@sysconfdir@
 Name: Mono
 Description: Mono Runtime
 Version: @VERSION@
-## Commented out because SLE hides devel files in the SLE SDK,
-## which not all customers will have.
-#Requires: glib-2.0 gthread-2.0
+Requires: glib-2.0 gthread-2.0
 Libs: -L${libdir} @export_ldflags@ -lmono @libmono_ldflags@
 Cflags: -I${includedir} @libmono_cflags@

-- 
mono



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