[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/3.0.6+dfsg2-4-7-g1ab7ff8

Carlos Martín Nieto cmn at dwim.me
Thu Jun 13 21:23:29 UTC 2013


The following commit has been merged in the master-experimental branch:
commit 7cb95322a3aeafba837dbb75fcee8a344cba8882
Author: Atsushi Eno <atsushieno at veritas-vos-liberabit.com>
Date:   Wed May 1 13:21:45 2013 +0900

    remove wrong EOLs after Libs: in reactive.pc.in. Third attempt to fix bug #10002.
    
    (cherry picked from commit 5c228f3dd0e9b32a5b0d4aaaf0903ebaeae5a6d9)

diff --git a/data/reactive.pc.in b/data/reactive.pc.in
index 2640151..ed159ba 100644
--- a/data/reactive.pc.in
+++ b/data/reactive.pc.in
@@ -1,12 +1,4 @@
 Name: Reactive Extensions
 Description: Reactive Extensions
 Version: @VERSION@
-Libs: 
--r:@prefix@/lib/mono/4.5/System.Reactive.Interfaces.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.Core.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.Linq.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.PlatformServices.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.Providers.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.Debugger.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.Experimental.dll
--r:@prefix@/lib/mono/4.5/System.Reactive.Runtime.Remoting.dll
+Libs: -r:@prefix@/lib/mono/4.5/System.Reactive.Interfaces.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Core.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Linq.dll -r:@prefix@/lib/mono/4.5/System.Reactive.PlatformServices.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Providers.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Debugger.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Experimental.dll -r:@prefix@/lib/mono/4.5/System.Reactive.Runtime.Remoting.dll

-- 
mono



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