[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. debian/1.9.3-1-9-g15e7e05

Mirco Bauer meebey at meebey.net
Sun Oct 25 22:03:01 UTC 2009


The following commit has been merged in the master branch:
commit dc3ef7ef74170f51b158a79bb8abf35de1373d5b
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Oct 25 17:28:54 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-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 92a76e5..454d302 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+monodevelop-debugger-gdb (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-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 17:26:54 +0100
+
 monodevelop-debugger-gdb (2.0-1) unstable; urgency=low
 
   [ Jo Shields ]
diff --git a/debian/control b/debian/control
index 23032af..a7d0ce3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: monodevelop-debugger-gdb
-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)
-Standards-Version: 3.8.1
+ mono-devel (>= 2.4.2.3),
+ monodevelop (>= 2.1.1)
+Standards-Version: 3.8.3
 Homepage: http://www.monodevelop.com/
 Vcs-Git: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-gdb.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/monodevelop-debugger-gdb.git
diff --git a/debian/patches/use_csc_compiler.patch b/debian/patches/use_csc_compiler.patch
index 45ece62..4a9c455 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"
  
  ASSEMBLY = build/MonoDevelop.Debugger.Gdb.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-
  ASSEMBLY = build/MonoDevelop.Debugger.Gdb.dll
  ASSEMBLY_MDB = 

-- 
monodevelop-debugger-gdb



More information about the Pkg-cli-apps-commits mailing list