diff --git a/.cvsignore b/.cvsignore index 20279b7..33307fa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mono-debugger-0.60.tar.bz2 +mono-debugger-2.0.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..4e62a12 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +mono-debugger-2_0-3_fc10:HEAD:mono-debugger-2.0-3.fc10.src.rpm:1219752908 diff --git a/md-2.0-gacutil.patch b/md-2.0-gacutil.patch new file mode 100644 index 0000000..8002f5a --- /dev/null +++ b/md-2.0-gacutil.patch @@ -0,0 +1,11 @@ +--- mono-debugger-2.0/configure.in 2008-07-31 20:08:36.000000000 +0100 ++++ mono-debugger-2.0/configure-new.in 2008-08-14 17:51:56.000000000 +0100 +@@ -163,7 +163,7 @@ + AC_SUBST(WRAPPER_CFLAGS) + AC_SUBST(WRAPPER_LIBS) + +- GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib' ++ GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $@libdir@ /root $(DESTDIR)$/usr/lib' + AC_PATH_PROG(GACUTIL, gacutil, no) + if test "x$GACUTIL" = "xno" ; then + AC_MSG_ERROR([No gacutil tool found]) diff --git a/mono-debugger-0.60-noasmuser.patch b/mono-debugger-0.60-noasmuser.patch deleted file mode 100644 index c0e3bfc..0000000 --- a/mono-debugger-0.60-noasmuser.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -up mono-debugger-0.60/backend/server/i386-arch.h.BAD mono-debugger-0.60/backend/server/i386-arch.h ---- mono-debugger-0.60/backend/server/i386-arch.h.BAD 2008-04-11 16:16:13.000000000 -0400 -+++ mono-debugger-0.60/backend/server/i386-arch.h 2008-04-11 16:20:26.000000000 -0400 -@@ -7,10 +7,10 @@ G_BEGIN_DECLS - - #if defined(__i386__) - --#include -+#include - - #define INFERIOR_REGS_TYPE struct user_regs_struct --#define INFERIOR_FPREGS_TYPE struct user_i387_struct -+#define INFERIOR_FPREGS_TYPE struct user_fpregs_struct - - #define INFERIOR_REG_EIP(r) r.eip - #define INFERIOR_REG_ESP(r) r.esp -@@ -23,12 +23,12 @@ G_BEGIN_DECLS - #define INFERIOR_REG_EDI(r) r.edi - #define INFERIOR_REG_EFLAGS(r) r.eflags - #define INFERIOR_REG_ESP(r) r.esp --#define INFERIOR_REG_FS(r) r.fs --#define INFERIOR_REG_ES(r) r.es --#define INFERIOR_REG_DS(r) r.ds --#define INFERIOR_REG_CS(r) r.cs --#define INFERIOR_REG_SS(r) r.ss --#define INFERIOR_REG_GS(r) r.gs -+#define INFERIOR_REG_FS(r) r.xfs -+#define INFERIOR_REG_ES(r) r.xes -+#define INFERIOR_REG_DS(r) r.xds -+#define INFERIOR_REG_CS(r) r.xcs -+#define INFERIOR_REG_SS(r) r.xss -+#define INFERIOR_REG_GS(r) r.xgs - - G_END_DECLS - -diff -up mono-debugger-0.60/backend/server/x86_64-arch.h.BAD mono-debugger-0.60/backend/server/x86_64-arch.h ---- mono-debugger-0.60/backend/server/x86_64-arch.h.BAD 2008-04-11 16:16:35.000000000 -0400 -+++ mono-debugger-0.60/backend/server/x86_64-arch.h 2008-04-11 16:21:16.000000000 -0400 -@@ -7,10 +7,10 @@ G_BEGIN_DECLS - - #if defined(__x86_64__) - --#include -+#include - - #define INFERIOR_REGS_TYPE struct user_regs_struct --#define INFERIOR_FPREGS_TYPE struct user_i387_struct -+#define INFERIOR_FPREGS_TYPE struct user_fpregs_struct - - #define INFERIOR_REG_R15(r) r.r15 - #define INFERIOR_REG_R14(r) r.r14 diff --git a/mono-debugger-0.60-use-system-cecil.patch b/mono-debugger-0.60-use-system-cecil.patch deleted file mode 100644 index 48a60ae..0000000 --- a/mono-debugger-0.60-use-system-cecil.patch +++ /dev/null @@ -1,131 +0,0 @@ -diff -up mono-debugger-0.60/build/Makefile.am.BAD mono-debugger-0.60/build/Makefile.am ---- mono-debugger-0.60/build/Makefile.am.BAD 2008-04-11 16:45:57.000000000 -0400 -+++ mono-debugger-0.60/build/Makefile.am 2008-04-11 16:46:47.000000000 -0400 -@@ -12,7 +12,7 @@ noinst_SCRIPTS = \ - Mono.Debugger.Frontend.dll \ - Mono.Debugger.Test.dll - --EXTRA_DATA = Mono.Debugger.Cecil.dll -+EXTRA_DATA = Mono.Cecil.dll - - LANGUAGE_SPECIFIC_FILES = \ - $(top_builddir)/frontend/CSharpExpressionParser.cs \ -@@ -61,7 +61,7 @@ BACKEND_DEPS = \ - -r:Mono.GetOptions \ - -r:Mono.CompilerServices.SymbolWriter \ - -r:System.Runtime.Serialization.Formatters.Soap \ -- -r:$(srcdir)/Mono.Debugger.Cecil.dll \ -+ -r:$(srcdir)/Mono.Cecil.dll \ - -r:./Mono.Debugger.dll - - MDB_DEPS = \ -@@ -77,7 +77,7 @@ TEST_DEPS = \ - -r:./Mono.Debugger.Frontend.dll \ - -r:nunit.framework - --Mono.Debugger.Backend.dll: Makefile $(srcdir)/Mono.Debugger.Cecil.dll $(BACKEND_SRCLIST) Mono.Debugger.dll -+Mono.Debugger.Backend.dll: Makefile $(srcdir)/Mono.Cecil.dll $(BACKEND_SRCLIST) Mono.Debugger.dll - $(MCS) -target:library -out:Mono.Debugger.Backend.dll $(MCS_FLAGS) -keyfile:$(top_srcdir)/build/mono.snk -resource:$(top_srcdir)/classes/DebuggerConfiguration.xsd,DebuggerConfiguration $(BACKEND_DEPS) $(BACKEND_SRCLIST) - - Mono.Debugger.dll: Makefile $(INTERFACE_SRCLIST) -@@ -89,8 +89,8 @@ Mono.Debugger.Frontend.dll: Makefile $(M - Mono.Debugger.Test.dll: Makefile $(TEST_SRCLIST) Mono.Debugger.dll Mono.Debugger.Frontend.dll - $(MCS) -target:library -out:Mono.Debugger.Test.dll $(MCS_FLAGS) -keyfile:$(top_srcdir)/build/mono.snk $(TEST_DEPS) $(TEST_SRCLIST) - --#Mono.Debugger.Cecil.dll: Makefile $(top_srcdir)/cecil/lib/Mono.Cecil.dll.sources --# (dir=`pwd` && cd $(top_srcdir)/cecil/lib && $(MCS) -target:library -out:$$dir/Mono.Debugger.Cecil.dll $(MCS_FLAGS) @Mono.Cecil.dll.sources -keyfile:$(top_srcdir)/build/mono.snk) -+#Mono.Cecil.dll: Makefile $(top_srcdir)/cecil/lib/Mono.Cecil.dll.sources -+# (dir=`pwd` && cd $(top_srcdir)/cecil/lib && $(MCS) -target:library -out:$$dir/Mono.Cecil.dll $(MCS_FLAGS) @Mono.Cecil.dll.sources -keyfile:$(top_srcdir)/build/mono.snk) - - mdb.exe: Makefile $(MDB_SRCLIST) Mono.Debugger.Backend.dll - $(MCS) -out:mdb.exe $(MDB_DEPS) $(MDB_SRCLIST) $(MCS_FLAGS) -@@ -114,21 +114,20 @@ CLEANFILES = *.exe *.mdb mdb AssemblyInf - - EXTRA_DIST = \ - mdb.in mono.snk AssemblyInfo.cs.in Mono.Debugger.dll.config.in \ -- Mono.Debugger.Cecil.dll -+ Mono.Cecil.dll - - mdb: mdb.in Makefile - sed -e 's^\@onedir\@^$(onedir)^g' < $(srcdir)/mdb.in > mdb.tmp \ - && mv mdb.tmp mdb - - install-data-local: -- $(GACUTIL) /i $(srcdir)/Mono.Debugger.Cecil.dll /f $(GACUTIL_FLAGS) || exit 1; - $(GACUTIL) /i Mono.Debugger.Backend.dll /f $(GACUTIL_FLAGS) || exit 1; - $(GACUTIL) /i Mono.Debugger.dll /f $(GACUTIL_FLAGS) || exit 1; - - uninstall-local: - $(GACUTIL) /u Mono.Debugger $(GACUTIL_FLAGS) || exit 1; - $(GACUTIL) /u Mono.Debugger.Backend $(GACUTIL_FLAGS) || exit 1; -- $(GACUTIL) /u Mono.Debugger.Cecil $(GACUTIL_FLAGS) || exit 1; -+ $(GACUTIL) /u Mono.Cecil $(GACUTIL_FLAGS) || exit 1; - - NUNIT_CONSOLE_FLAGS = - -diff -up mono-debugger-0.60/build/Makefile.in.BAD mono-debugger-0.60/build/Makefile.in ---- mono-debugger-0.60/build/Makefile.in.BAD 2008-04-11 16:43:50.000000000 -0400 -+++ mono-debugger-0.60/build/Makefile.in 2008-04-11 16:47:07.000000000 -0400 -@@ -201,7 +201,7 @@ noinst_SCRIPTS = \ - Mono.Debugger.Frontend.dll \ - Mono.Debugger.Test.dll - --EXTRA_DATA = Mono.Debugger.Cecil.dll -+EXTRA_DATA = Mono.Cecil.dll - LANGUAGE_SPECIFIC_FILES = \ - $(top_builddir)/frontend/CSharpExpressionParser.cs \ - $(top_srcdir)/frontend/CSharpTokenizer.cs -@@ -249,7 +249,7 @@ BACKEND_DEPS = \ - -r:Mono.GetOptions \ - -r:Mono.CompilerServices.SymbolWriter \ - -r:System.Runtime.Serialization.Formatters.Soap \ -- -r:$(srcdir)/Mono.Debugger.Cecil.dll \ -+ -r:$(srcdir)/Mono.Cecil.dll \ - -r:./Mono.Debugger.dll - - MDB_DEPS = \ -@@ -273,7 +273,7 @@ CLEANFILES = *.exe *.mdb mdb AssemblyInf - - EXTRA_DIST = \ - mdb.in mono.snk AssemblyInfo.cs.in Mono.Debugger.dll.config.in \ -- Mono.Debugger.Cecil.dll -+ Mono.Cecil.dll - - NUNIT_CONSOLE_FLAGS = - all: all-am -@@ -493,7 +493,7 @@ uninstall-am: uninstall-binSCRIPTS unins - uninstall-binSCRIPTS uninstall-local uninstall-oneSCRIPTS - - --Mono.Debugger.Backend.dll: Makefile $(srcdir)/Mono.Debugger.Cecil.dll $(BACKEND_SRCLIST) Mono.Debugger.dll -+Mono.Debugger.Backend.dll: Makefile $(srcdir)/Mono.Cecil.dll $(BACKEND_SRCLIST) Mono.Debugger.dll - $(MCS) -target:library -out:Mono.Debugger.Backend.dll $(MCS_FLAGS) -keyfile:$(top_srcdir)/build/mono.snk -resource:$(top_srcdir)/classes/DebuggerConfiguration.xsd,DebuggerConfiguration $(BACKEND_DEPS) $(BACKEND_SRCLIST) - - Mono.Debugger.dll: Makefile $(INTERFACE_SRCLIST) -@@ -505,8 +505,8 @@ Mono.Debugger.Frontend.dll: Makefile $(M - Mono.Debugger.Test.dll: Makefile $(TEST_SRCLIST) Mono.Debugger.dll Mono.Debugger.Frontend.dll - $(MCS) -target:library -out:Mono.Debugger.Test.dll $(MCS_FLAGS) -keyfile:$(top_srcdir)/build/mono.snk $(TEST_DEPS) $(TEST_SRCLIST) - --#Mono.Debugger.Cecil.dll: Makefile $(top_srcdir)/cecil/lib/Mono.Cecil.dll.sources --# (dir=`pwd` && cd $(top_srcdir)/cecil/lib && $(MCS) -target:library -out:$$dir/Mono.Debugger.Cecil.dll $(MCS_FLAGS) @Mono.Cecil.dll.sources -keyfile:$(top_srcdir)/build/mono.snk) -+#Mono.Cecil.dll: Makefile $(top_srcdir)/cecil/lib/Mono.Cecil.dll.sources -+# (dir=`pwd` && cd $(top_srcdir)/cecil/lib && $(MCS) -target:library -out:$$dir/Mono.Cecil.dll $(MCS_FLAGS) @Mono.Cecil.dll.sources -keyfile:$(top_srcdir)/build/mono.snk) - - mdb.exe: Makefile $(MDB_SRCLIST) Mono.Debugger.Backend.dll - $(MCS) -out:mdb.exe $(MDB_DEPS) $(MDB_SRCLIST) $(MCS_FLAGS) -@@ -526,14 +526,13 @@ mdb: mdb.in Makefile - && mv mdb.tmp mdb - - install-data-local: -- $(GACUTIL) /i $(srcdir)/Mono.Debugger.Cecil.dll /f $(GACUTIL_FLAGS) || exit 1; - $(GACUTIL) /i Mono.Debugger.Backend.dll /f $(GACUTIL_FLAGS) || exit 1; - $(GACUTIL) /i Mono.Debugger.dll /f $(GACUTIL_FLAGS) || exit 1; - - uninstall-local: - $(GACUTIL) /u Mono.Debugger $(GACUTIL_FLAGS) || exit 1; - $(GACUTIL) /u Mono.Debugger.Backend $(GACUTIL_FLAGS) || exit 1; -- $(GACUTIL) /u Mono.Debugger.Cecil $(GACUTIL_FLAGS) || exit 1; -+ $(GACUTIL) /u Mono.Cecil $(GACUTIL_FLAGS) || exit 1; - - check-local: Mono.Debugger.Test.dll $(TEST_CASE_SRCLIST) - LD_LIBRARY_PATH="$(top_builddir)/backend/server/.libs:$$LD_LIBRARY_PATH" $(NUNIT_CONSOLE) $(NUNIT_CONSOLE_FLAGS) /output:TestResult.log /exclude:NotWorking /xml:TestResult.xml Mono.Debugger.Test.dll || ok=false; \ diff --git a/mono-debugger-2.0-use-system-cecil.patch b/mono-debugger-2.0-use-system-cecil.patch new file mode 100644 index 0000000..77c360a --- /dev/null +++ b/mono-debugger-2.0-use-system-cecil.patch @@ -0,0 +1,79 @@ +--- mono-debugger-2.0/build/Makefile.am 2008-07-31 20:08:36.000000000 +0100 ++++ mono-debugger-2.0/build/Makefile-new.am 2008-08-05 20:42:51.000000000 +0100 +@@ -1,4 +1,4 @@ +-twodir = $(prefix)/lib/mono/2.0 ++twodir = $(libdir)/mono/2.0 + + bin_SCRIPTS = mdb + +@@ -76,17 +76,17 @@ + + SYMBOL_WRITER_DEPS = \ + -r:Mono.GetOptions \ +- -r:./Mono.Cecil.dll ++ -r:$(srcdir)/Mono.Cecil.dll + + SYMBOL_READER_DEPS = \ + -r:Mono.GetOptions \ +- -r:./Mono.Cecil.dll ++ -r:$(srcdir)/Mono.Cecil.dll + + DEBUGGER_DEPS = \ + -r:Mono.GetOptions \ + -r:Mono.Debugger.SymbolWriter \ + -r:System.Runtime.Serialization.Formatters.Soap \ +- -r:./Mono.Cecil.dll ++ -r:$(srcdir)/Mono.Cecil.dll + + MDB_DEPS = \ + -r:Mono.GetOptions \ +@@ -94,16 +94,13 @@ + + TEST_DEPS = \ + -r:Mono.GetOptions \ +- -r:./Mono.Debugger.dll \ +- -r:./Mono.Debugger.Frontend.dll \ +- -r:nunit.framework \ + -r:nunit.core + + if MARTIN_PRIVATE + MCS_FLAGS += -define:MARTIN_PRIVATE + endif + +-Mono.Debugger.SymbolWriter.dll: Makefile Mono.Cecil.dll $(SYMBOL_WRITER_SRCLIST) ++Mono.Debugger.SymbolWriter.dll: Makefile $(srcdir)/Mono.Cecil.dll $(SYMBOL_WRITER_SRCLIST) + $(MCS) -target:library -out:Mono.Debugger.SymbolWriter.dll -d:CECIL $(MCS_FLAGS) -keyfile:$(top_srcdir)/build/mono.snk $(SYMBOL_WRITER_DEPS) $(SYMBOL_WRITER_SRCLIST) + + Mono.Debugger.dll: Makefile Mono.Debugger.SymbolWriter.dll $(DEBUGGER_SRCLIST) +@@ -151,7 +148,7 @@ + < $(srcdir)/mdb.in > mdb.tmp \ + && mv mdb.tmp mdb + +-NUNIT_CONSOLE_EXE = $(NUNIT_PREFIX)/lib/mono/2.0/nunit-console.exe ++NUNIT_CONSOLE_EXE = $(libdir)/mono/2.0/nunit-console.exe + + runtests: runtests.in Makefile + builddir=$(top_builddir) ; the_builddir=`cd $$builddir && pwd` ; \ +--- mono-debugger-2.0/build/Makefile.in 2008-07-31 20:08:54.000000000 +0100 ++++ mono-debugger-2.0/build/Makefile-new.in 2008-08-05 20:46:13.000000000 +0100 +@@ -270,17 +270,17 @@ + + SYMBOL_WRITER_DEPS = \ + -r:Mono.GetOptions \ +- -r:./Mono.Cecil.dll ++ -r:$(srcdir)/Mono.Cecil.dll + + SYMBOL_READER_DEPS = \ + -r:Mono.GetOptions \ +- -r:./Mono.Cecil.dll ++ -r:$(srcdir)/Mono.Cecil.dll + + DEBUGGER_DEPS = \ + -r:Mono.GetOptions \ + -r:Mono.Debugger.SymbolWriter \ + -r:System.Runtime.Serialization.Formatters.Soap \ +- -r:./Mono.Cecil.dll ++ -r:$(srcdir)/Mono.Cecil.dll + + MDB_DEPS = \ + -r:Mono.GetOptions \ diff --git a/mono-debugger.spec b/mono-debugger.spec index ad82715..42b33df 100644 --- a/mono-debugger.spec +++ b/mono-debugger.spec @@ -1,18 +1,17 @@ Summary: A debugger for Mono Name: mono-debugger -Version: 0.60 +Version: 2.0 Release: 3%{?dist} License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.go-mono.com/sources-stable/ Source0: http://www.go-mono.com/sources-stable/%{name}/%{name}-%{version}.tar.bz2 -Patch0: monodebug-configure.patch -Patch1: mono-debugger-0.60-noasmuser.patch -Patch2: mono-debugger-0.60-use-system-cecil.patch +Patch0: mono-debugger-2.0-use-system-cecil.patch +Patch1: md-2.0-gacutil.patch BuildRequires: readline-devel ncurses-devel libtool -BuildRequires: mono-devel mono-nunit +BuildRequires: mono-devel >= 2.0 mono-nunit BuildRequires: mono-nunit-devel autoconf automake -Requires: mono-core >= 1.2.6 +Requires: mono-core >= 2.0 Group: Development/Tools ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha @@ -35,11 +34,13 @@ Development package for mono-debugger %prep %setup -q -%patch0 -p1 -autoreconf -%patch1 -p1 rm -rf build/*.dll -%patch2 -p1 +%patch0 -p1 -b .use-system-cecil +# bit of sed magic... +sed -i -e 's!@libdir@!%{_libdir}!' %{PATCH1} +%patch1 -p1 -b .original +sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH1} + # Copy something that we know got built from source. # This doesn't end up in the package, though. cp %{_libdir}/mono/gac/Mono.Cecil/*/Mono.Cecil.dll build/ @@ -62,21 +63,32 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' rm -rf %{buildroot} %files -%defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog README README.FreeBSD TODO NEWS RELEASE-NOTES* +%defattr(-, root, root,-) +%doc AUTHORS COPYING ChangeLog README %{_bindir}/mdb %{_libdir}/*.so* -%{_libdir}/mono/1.0/*.exe -%{_libdir}/mono/mono-debugger/ +%{_libdir}/mono/2.0/mdb* %{_libdir}/mono/gac/Mono.Debugger/ -%{_libdir}/mono/gac/Mono.Debugger.Backend/ +%{_libdir}/mono/gac/Mono.Debugger.SymbolWriter/ +%{_libdir}/mono/mono-debugger/ %files devel -%defattr(-,root,root) -%doc README.build +%defattr(-,root,root,-) %{_libdir}/pkgconfig/mono-debugger.pc %changelog +* Sun Aug 17 2008 Paul F. Johnson 2.0-3 +- paul learns how to count... +- spec fixes + +* Thu Aug 14 2008 Paul F. Johnson 2.0-2 +- libdir clean +- spec file fix + +* Sun Aug 03 2008 Paul F. Johnson 2.0-1 +- bump to preview 1 +- patch fixes + * Fri Apr 11 2008 Tom "spot" Callaway - 0.60-3 - fix compile - use system Cecil, not prebundled binary Cecil diff --git a/monodebug-configure.patch b/monodebug-configure.patch deleted file mode 100644 index 23a3a34..0000000 --- a/monodebug-configure.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- mono-debugger-0.30/configure.in 2006-07-18 17:59:13.000000000 +0100 -+++ mono-debugger-0.30/configure.in 2006-08-27 10:33:30.000000000 +0100 -@@ -104,7 +104,7 @@ - # not 64 bit clean in cross-compile - AC_CHECK_SIZEOF(void *, 4) - --CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings' -+CFLAGS="-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings $CFLAGS" - - AC_PATH_PROG(PKG_CONFIG, pkg-config, no) - if test "x$PKG_CONFIG" = "xno"; then ---- mono-debugger-0.30/configure.in 2006-07-18 17:59:13.000000000 +0100 -+++ mono-debugger-0.30/configure.in 2006-08-27 10:33:30.000000000 +0100 -@@ -153,7 +153,7 @@ - AC_SUBST(WRAPPER_CFLAGS) - AC_SUBST(WRAPPER_LIBS) - -- GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib' -+ GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir) /root $(DESTDIR)$(libdir)' - AC_PATH_PROG(GACUTIL, gacutil, no) - if test "x$GACUTIL" = "xno" ; then - AC_MSG_ERROR([No gacutil tool found]) ---- mono-debugger-0.30/configure.in 2006-07-18 17:59:13.000000000 +0100 -+++ mono-debugger-0.30/configure.in 2006-08-27 10:33:30.000000000 +0100 -@@ -217,7 +217,7 @@ - CHECK_READLINE - - AC_MSG_CHECKING([Whether your Mono is working]) --old_CFLAGS=$cflags -+old_CFLAGS=$CFLAGS - CFLAGS=$WRAPPER_CFLAGS - AC_TRY_COMPILE([#include - ], [ - ---- mono-debugger-0.30/mono-debugger.pc.in 2006-07-18 17:59:13.000000000 +0100 -+++ mono-debugger-0.30/mono-debugger.pc.in 2006-08-27 10:35:11.000000000 +0100 -@@ -1,9 +1,9 @@ - prefix=@prefix@ - exec_prefix=${prefix} --libdir=${exec_prefix}/lib -+libdir=${exec_prefix}/$(lib) - - - Name: Mono.Debugger - Description: Debugging API for Mono - Version: @VERSION@ --Libs: -r:${prefix}/lib/mono/mono-debugger/Mono.Debugger.dll -+Libs: -r:@libdir@/mono/mono-debugger/Mono.Debugger.dll - ---- mono-debugger-0.30/build/Makefile.am 2006-07-18 17:59:12.000000000 +0100 -+++ mono-debugger-0.30/build/Makefile.am 2006-08-27 10:58:34.000000000 +0100 -@@ -1,4 +1,4 @@ --onedir = $(prefix)/lib/mono/1.0 -+onedir = $(libdir)/mono/1.0 - - bin_SCRIPTS = mdb - diff --git a/sources b/sources index ec5f854..8c067b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d13af893299af49ad6abf2d76a35df6 mono-debugger-0.60.tar.bz2 +062c8051cce0b32d32a08f5059e884b0 mono-debugger-2.0.tar.bz2