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

Mirco Bauer meebey at meebey.net
Tue Aug 24 01:24:33 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 8f605ce6a124a01e0ca58634ded08f7692f27fae
Merge: 50ed95fa82eddf617416ed8dc77e47599edfa91c 754b4103650c68b27ea93afba72185572267147c
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Aug 24 00:45:40 2010 +0200

    Merge branch 'debian/patches/restore_mono_pcfile_requires' into master-experimental

diff --combined data/mono.pc.in
index 410fe98,6da0960..0f21952
--- a/data/mono.pc.in
+++ b/data/mono.pc.in
@@@ -1,5 -1,5 +1,5 @@@
 -prefix=${pcfiledir}/../..
 -exec_prefix=${pcfiledir}/../..
 +prefix=@prefix@
 +exec_prefix=${prefix}
  libdir=${prefix}/@reloc_libdir@
  includedir=${prefix}/include/mono- at API_VER@
  sysconfdir=@sysconfdir@
@@@ -7,8 -7,6 +7,6 @@@
  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