[Pkg-mono-svn-commits] rev 3180 - in mono-debugger/trunk/debian: . patches

Mirco Bauer meebey-guest at alioth.debian.org
Thu May 31 20:31:08 UTC 2007


Author: meebey-guest
Date: 2007-05-31 20:31:08 +0000 (Thu, 31 May 2007)
New Revision: 3180

Modified:
   mono-debugger/trunk/debian/changelog
   mono-debugger/trunk/debian/control
   mono-debugger/trunk/debian/patches/00list
   mono-debugger/trunk/debian/patches/use_real_nunit.dpatch
   mono-debugger/trunk/debian/rules
Log:
- mono-debugger 0.50-1 release



Modified: mono-debugger/trunk/debian/changelog
===================================================================
--- mono-debugger/trunk/debian/changelog	2007-05-29 21:55:28 UTC (rev 3179)
+++ mono-debugger/trunk/debian/changelog	2007-05-31 20:31:08 UTC (rev 3180)
@@ -1,3 +1,14 @@
+mono-debugger (0.50-1) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer:
+    + New upstream release
+    + debian/rules:
+      - Don't run ./autogen.sh, as we use a release tarball.
+    + debian/control:
+      - Updated libmono-dev build dependency to >= 1.2.4
+
+ -- Mirco Bauer <meebey at debian.org>  Mon, 28 May 2007 16:24:54 +0200
+
 mono-debugger (0.31+svn.r75891-1) unstable; urgency=low
 
   * Initial Release. (Closes: #241763)

Modified: mono-debugger/trunk/debian/control
===================================================================
--- mono-debugger/trunk/debian/control	2007-05-29 21:55:28 UTC (rev 3179)
+++ mono-debugger/trunk/debian/control	2007-05-31 20:31:08 UTC (rev 3180)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.2.3), mono-gac (>= 1.2.3), nunit-console, libtool, automake1.4, libmono-dev (>= 1.2.3), libglib2.0-dev, libreadline5-dev
+Build-Depends: debhelper (>= 5), dpatch, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.2.4), mono-gac, nunit-console, libtool, automake1.4, libmono-dev (>= 1.2.4), libglib2.0-dev, libreadline5-dev
 Standards-Version: 3.7.2
 
 Package: mono-debugger

Modified: mono-debugger/trunk/debian/patches/00list
===================================================================
--- mono-debugger/trunk/debian/patches/00list	2007-05-29 21:55:28 UTC (rev 3179)
+++ mono-debugger/trunk/debian/patches/00list	2007-05-31 20:31:08 UTC (rev 3180)
@@ -1,3 +1,3 @@
-fix_Makefile.am
+#fix_Makefile.am
 use_real_nunit
 fix_dllmap

Modified: mono-debugger/trunk/debian/patches/use_real_nunit.dpatch
===================================================================
--- mono-debugger/trunk/debian/patches/use_real_nunit.dpatch	2007-05-29 21:55:28 UTC (rev 3179)
+++ mono-debugger/trunk/debian/patches/use_real_nunit.dpatch	2007-05-31 20:31:08 UTC (rev 3180)
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad mono-debugger-0.31+svn.r75891~/build/Makefile.am mono-debugger-0.31+svn.r75891/build/Makefile.am
---- mono-debugger-0.31+svn.r75891~/build/Makefile.am	2007-04-18 19:58:28.000000000 +0200
-+++ mono-debugger-0.31+svn.r75891/build/Makefile.am	2007-04-18 19:58:28.000000000 +0200
-@@ -74,7 +74,7 @@
+diff -urNad mono-debugger-0.50~/build/Makefile.am mono-debugger-0.50/build/Makefile.am
+--- mono-debugger-0.50~/build/Makefile.am	2007-05-28 16:42:12.000000000 +0200
++++ mono-debugger-0.50/build/Makefile.am	2007-05-28 16:42:25.000000000 +0200
+@@ -75,7 +75,7 @@
  	-r:./Mono.Debugger.dll				\
  	-r:./Mono.Debugger.Backend.dll			\
  	-r:./Mono.Debugger.Frontend.dll			\
@@ -17,3 +17,15 @@
  
  Mono.Debugger.Backend.dll: Makefile $(srcdir)/Mono.Debugger.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)
+diff -urNad mono-debugger-0.50~/build/Makefile.in mono-debugger-0.50/build/Makefile.in
+--- mono-debugger-0.50~/build/Makefile.in	2007-05-14 22:19:22.000000000 +0200
++++ mono-debugger-0.50/build/Makefile.in	2007-05-28 16:42:50.000000000 +0200
+@@ -276,7 +276,7 @@
+ 	-r:./Mono.Debugger.dll				\
+ 	-r:./Mono.Debugger.Backend.dll			\
+ 	-r:./Mono.Debugger.Frontend.dll			\
+-	-r:nunit.framework
++	$$(pkg-config --libs nunit)
+ 
+ noinst_DATA = Mono.Debugger.dll.config Mono.Debugger.Backend.dll.config
+ CLEANFILES = *.exe *.mdb mdb AssemblyInfo.cs Mono.Debugger.dll.config \

Modified: mono-debugger/trunk/debian/rules
===================================================================
--- mono-debugger/trunk/debian/rules	2007-05-29 21:55:28 UTC (rev 3179)
+++ mono-debugger/trunk/debian/rules	2007-05-31 20:31:08 UTC (rev 3180)
@@ -15,7 +15,7 @@
 configure: configure-stamp
 configure-stamp: patch
 	dh_testdir
-	NOCONFIGURE=1 ./autogen.sh
+	#NOCONFIGURE=1 ./autogen.sh
 	./configure --prefix=/usr
 	touch configure-stamp
 




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