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

Mirco Bauer meebey-guest at alioth.debian.org
Sat May 5 19:55:15 UTC 2007


Author: meebey-guest
Date: 2007-05-05 19:55:15 +0000 (Sat, 05 May 2007)
New Revision: 3106

Added:
   mono-debugger/branches/
   mono-debugger/tags/
   mono-debugger/trunk/
   mono-debugger/trunk/debian/
   mono-debugger/trunk/debian/README.Debian
   mono-debugger/trunk/debian/changelog
   mono-debugger/trunk/debian/compat
   mono-debugger/trunk/debian/control
   mono-debugger/trunk/debian/copyright
   mono-debugger/trunk/debian/docs
   mono-debugger/trunk/debian/patches/
   mono-debugger/trunk/debian/patches/00list
   mono-debugger/trunk/debian/patches/fix_Makefile.am.dpatch
   mono-debugger/trunk/debian/patches/lower_required_mono_version.dpatch
   mono-debugger/trunk/debian/patches/use_real_nunit.dpatch
   mono-debugger/trunk/debian/rules
Log:
- first import of mono-debugger



Added: mono-debugger/trunk/debian/README.Debian
===================================================================
--- mono-debugger/trunk/debian/README.Debian	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/README.Debian	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,8 @@
+mono-debugger for Debian
+------------------------
+
+This package allows debugging CLI applications that run on Mono, it requires NTPL
+with a 2.6 kernel though.
+You need to install the libc6-i686 or libc6-amd64 package to get NTPL support.
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 05 May 2007 21:52:42 +0200

Added: mono-debugger/trunk/debian/changelog
===================================================================
--- mono-debugger/trunk/debian/changelog	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/changelog	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,7 @@
+mono-debugger (0.31+svn.r75891-1~pre1) unstable; urgency=low
+
+  * NOT RELEASED YET
+  * Mirco 'meebey' Bauer
+    + Initial Release. (Closes: #241763)
+
+ -- Mirco Bauer <meebey at debian.org>  Wed, 18 Apr 2007 19:53:05 +0200

Added: mono-debugger/trunk/debian/compat
===================================================================
--- mono-debugger/trunk/debian/compat	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/compat	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1 @@
+4

Added: mono-debugger/trunk/debian/control
===================================================================
--- mono-debugger/trunk/debian/control	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/control	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,18 @@
+Source: mono-debugger
+Section: devel
+Priority: optional
+Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+Uploaders: Mirco Bauer <meebey at debian.org>
+Build-Depends: debhelper (>= 4.0.0), 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
+Standards-Version: 3.6.2
+
+Package: mono-debugger
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: Debugger for Mono
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Novell.
+ Mono provides a complete .NET CLR including compiler and runtime, which can
+ produce and execute CIL bytecode (assemblies), and a .NET class library.
+ .
+ This package allows debugging CLI applications that run on Mono.

Added: mono-debugger/trunk/debian/copyright
===================================================================
--- mono-debugger/trunk/debian/copyright	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/copyright	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,30 @@
+This package was debianized by Mirco Bauer <meebey at meebey.net> on
+Sun, 17 Apr 2005 16:01:19 +0200.
+
+It was downloaded from http://go-mono.com/sources/
+
+Copyright Holder:
+Chris Toshok  <toshok at ximian.com>
+Martin Baulig <martin at ximian.com>
+Miguel de Icaza <miguel at ximian.com>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: mono-debugger/trunk/debian/docs
===================================================================
--- mono-debugger/trunk/debian/docs	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/docs	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,4 @@
+NEWS
+README
+README.build
+TODO

Added: mono-debugger/trunk/debian/patches/00list
===================================================================
--- mono-debugger/trunk/debian/patches/00list	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/patches/00list	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,2 @@
+fix_Makefile.am
+use_real_nunit

Added: mono-debugger/trunk/debian/patches/fix_Makefile.am.dpatch
===================================================================
--- mono-debugger/trunk/debian/patches/fix_Makefile.am.dpatch	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/patches/fix_Makefile.am.dpatch	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_Makefile.am.dpatch by Mirco Bauer <meebey at meebey.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-debugger-0.12+svn.r59605~/build/Makefile.am mono-debugger-0.12+svn.r59605/build/Makefile.am
+--- mono-debugger-0.12+svn.r59605~/build/Makefile.am	2006-04-18 20:02:56.000000000 +0200
++++ mono-debugger-0.12+svn.r59605/build/Makefile.am	2006-04-18 20:06:41.000000000 +0200
+@@ -8,7 +8,7 @@
+ 
+ noinst_SCRIPTS = Mono.Debugger.dll Mono.Debugger.Frontend.dll Mono.Debugger.Test.dll
+ 
+-EXTRA_DATA = Mono.Debugger.Cecil.dll
++#EXTRA_DATA = Mono.Debugger.Cecil.dll
+ 
+ LANGUAGE_SPECIFIC_FILES = \
+ 	$(top_builddir)/frontend/CSharpExpressionParser.cs	\


Property changes on: mono-debugger/trunk/debian/patches/fix_Makefile.am.dpatch
___________________________________________________________________
Name: svn:executable
   + 

Added: mono-debugger/trunk/debian/patches/lower_required_mono_version.dpatch
===================================================================
--- mono-debugger/trunk/debian/patches/lower_required_mono_version.dpatch	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/patches/lower_required_mono_version.dpatch	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## lower_required_mono_version.dpatch by Mirco Bauer <meebey at meebey.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-debugger-0.12+svn.r59605~/configure.in mono-debugger-0.12+svn.r59605/configure.in
+--- mono-debugger-0.12+svn.r59605~/configure.in	2006-04-18 20:02:56.000000000 +0200
++++ mono-debugger-0.12+svn.r59605/configure.in	2006-04-18 20:08:42.000000000 +0200
+@@ -136,7 +136,7 @@
+ 
+ ## Versions of dependencies
+ GLIB_REQUIRED_VERSION=2.0.0
+-MONO_REQUIRED_VERSION=1.1.15
++MONO_REQUIRED_VERSION=1.1.13.6
+ 
+ 
+ PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 >= $GLIB_REQUIRED_VERSION)


Property changes on: mono-debugger/trunk/debian/patches/lower_required_mono_version.dpatch
___________________________________________________________________
Name: svn:executable
   + 

Added: mono-debugger/trunk/debian/patches/use_real_nunit.dpatch
===================================================================
--- mono-debugger/trunk/debian/patches/use_real_nunit.dpatch	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/patches/use_real_nunit.dpatch	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## use_real_nunit.dpatch by Mirco Bauer <meebey at meebey.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at 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 @@
+ 	-r:./Mono.Debugger.dll				\
+ 	-r:./Mono.Debugger.Backend.dll			\
+ 	-r:./Mono.Debugger.Frontend.dll			\
+-	-r:nunit.framework
++	$$(pkg-config --libs nunit)
+ 
+ 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)


Property changes on: mono-debugger/trunk/debian/patches/use_real_nunit.dpatch
___________________________________________________________________
Name: svn:executable
   + 

Added: mono-debugger/trunk/debian/rules
===================================================================
--- mono-debugger/trunk/debian/rules	2007-05-05 19:55:00 UTC (rev 3105)
+++ mono-debugger/trunk/debian/rules	2007-05-05 19:55:15 UTC (rev 3106)
@@ -0,0 +1,70 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+export MONO_SHARED_DIR=$(CURDIR)
+
+include /usr/share/dpatch/dpatch.make
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp: patch
+	dh_testdir
+	NOCONFIGURE=1 ./autogen.sh
+	./configure --prefix=/usr
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) clean
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/mono-debugger \
+	  GACUTIL="/usr/bin/gacutil /root $(CURDIR)/debian/mono-debugger/usr/lib"
+
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_makeclilibs -r
+	dh_installdeb
+	dh_shlibdeps
+	dh_clideps -d
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: mono-debugger/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + 




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