[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-mdb branch, master, updated. debian/2.0-3-7-g38ed718
Mirco Bauer
meebey at meebey.net
Sun Oct 25 22:06:48 UTC 2009
The following commit has been merged in the master branch:
commit 70bb6409cd09f894668455c5b2166f3dd586d57a
Author: Mirco Bauer <meebey at meebey.net>
Date: Sun Oct 25 22:59:34 2009 +0100
* debian/control:
+ Bumped Standards-Version to 3.8.3 (no changes needed)
+ Changed Section to cli-mono to match archive overrides.
+ Bumped mono-addins build-deps to >= 0.3
+ Bumped mono-devel build-dep to >= 2.4.2.3
* debian/patches/use_csc_compiler.patch:
+ Use mono-csc as compiler.
diff --git a/debian/changelog b/debian/changelog
index 473804e..bca611e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+monodevelop-debugger-mdb (2.1.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ * debian/control:
+ + Bumped Standards-Version to 3.8.3 (no changes needed)
+ + Changed Section to cli-mono to match archive overrides.
+ + Bumped mono-addins build-deps to >= 0.3
+ + Bumped mono-devel build-dep to >= 2.4.2.3
+ * debian/patches/use_csc_compiler.patch:
+ + Use mono-csc as compiler.
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 25 Oct 2009 16:05:52 +0100
+
monodevelop-debugger-mdb (2.0-3) unstable; urgency=low
* debian/patches/support_mdb_2.4.2_r136421.patch:
diff --git a/debian/control b/debian/control
index 1cdbd61..d606be9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
Source: monodevelop-debugger-mdb
-Section: devel
+Section: cli-mono
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey at debian.org>
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
mono-devel (>= 2.0.1),
- monodevelop (>= 2.0),
- monodevelop-versioncontrol (>= 2.0),
- monodevelop-nunit (>= 2.0),
+ monodevelop (>= 2.1.1),
+ monodevelop-versioncontrol (>= 2.1.1),
+ monodevelop-nunit (>= 2.1.1),
mono-debugger (>= 2.0),
- libmono-addins0.2-cil
-Standards-Version: 3.8.2
+ libmono-addins0.2-cil (>= 0.3)
+Standards-Version: 3.8.3
Homepage: http://www.monodevelop.com/
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-mdb.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/monodevelop-debugger-mdb.git
diff --git a/debian/patches/use_csc_compiler.patch b/debian/patches/use_csc_compiler.patch
index 6d8b4bf..9ff7894 100644
--- a/debian/patches/use_csc_compiler.patch
+++ b/debian/patches/use_csc_compiler.patch
@@ -5,7 +5,7 @@
ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = csc
++ASSEMBLY_COMPILER_COMMAND = mono-csc
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG;TRACE"
ASSEMBLY = ../build/DebuggerClient.dll
@@ -14,7 +14,7 @@
ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = csc
++ASSEMBLY_COMPILER_COMMAND = mono-csc
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-define:TRACE"
ASSEMBLY = bin/Release/DebuggerClient.dll
@@ -25,7 +25,7 @@
ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = csc
++ASSEMBLY_COMPILER_COMMAND = mono-csc
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG;TRACE"
ASSEMBLY = ../build/DebuggerServer.exe
@@ -34,7 +34,7 @@
ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = gmcs
-+ASSEMBLY_COMPILER_COMMAND = csc
++ASSEMBLY_COMPILER_COMMAND = mono-csc
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-define:TRACE"
ASSEMBLY = ../build/DebuggerServer.exe
--
monodevelop-debugger-mdb
More information about the Pkg-cli-apps-commits
mailing list