[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/2.4+dfsg-3-2-gf185c8a

Jo Shields directhex at apebox.org
Wed Sep 15 11:19:48 UTC 2010


The following commit has been merged in the master branch:
commit b5beac906899aeac03c6c57e764e9f8d6770ac37
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jun 9 16:24:27 2010 +0100

    Lower M-A build-dep

diff --git a/debian/changelog b/debian/changelog
index ea727d8..af8884d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,12 +9,13 @@ monodevelop (2.3.1+dfsg-1) UNRELEASED; urgency=low
     + src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll
   * debian/control:
     + Bump mono build-deps to 2.6.1, to reflect configure.in
-    + Bump Mono.Addins build-deps to 0.5, to reflect configure.in
   * debian/patches/use_libsvn1.patch,
     debian/patches/update_templates_for_gtk-sharp_2.12.patch,
     debian/patches/use_csc.patch,
     debian/patches/remove_support_for_moonlight.patch:
     + Refreshed
+  * debian/patches/reduce_Mono.Addins_requirement_to_0.4.patch:
+    + Build against older Mono.Addins, as per MonoDevelop Trunk
 
  -- Jo Shields <directhex at apebox.org>  Wed, 09 Jun 2010 15:17:58 +0100
 
diff --git a/debian/control b/debian/control
index a6901e0..374d335 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Build-Depends-Indep: cli-common-dev (>= 0.5.7),
  libgnome2.0-cil-dev,
  libnunit-cil-dev,
  libmono-cecil-cil-dev,
- libmono-addins-cil-dev (>= 0.5),
- libmono-addins-gui-cil-dev (>= 0.5),
+ libmono-addins-cil-dev (>= 0.4),
+ libmono-addins-gui-cil-dev (>= 0.4),
  libmetacity-dev,
  libsvn-dev,
  libapr1-dev,
diff --git a/debian/patches/reduce_Mono.Addins_requirement_to_0.4.patch b/debian/patches/reduce_Mono.Addins_requirement_to_0.4.patch
new file mode 100644
index 0000000..2ed5ed2
--- /dev/null
+++ b/debian/patches/reduce_Mono.Addins_requirement_to_0.4.patch
@@ -0,0 +1,13 @@
+Index: monodevelop.git/configure.in
+===================================================================
+--- monodevelop.git.orig/configure.in	2010-06-09 16:23:00.000000000 +0100
++++ monodevelop.git/configure.in	2010-06-09 16:23:04.000000000 +0100
+@@ -101,7 +101,7 @@
+ 
+ 
+ dnl hard dependencies
+-MONOADDINS_REQUIRED_VERSION=0.5
++MONOADDINS_REQUIRED_VERSION=0.4
+ GTKSHARP_REQUIRED_VERSION=2.12.8
+ MONODOC_REQUIRED_VERSION=1.0
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 56dec45..c7b2132 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 #stetic_widget_corruption_r144546.patch -p3
+reduce_Mono.Addins_requirement_to_0.4.patch
 link_system_nunit.patch
 use_libsvn1.patch
 use_libapr1.patch

-- 
monodevelop



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