[Pkg-cli-apps-commits] [SCM] monodevelop-boo branch, master, updated. debian/2.2-3
Jo Shields
directhex at apebox.org
Thu Jun 10 08:57:17 UTC 2010
The following commit has been merged in the master branch:
commit 32957a9b42993d903e8d79b2e9fd264983510eb1
Author: Jo Shields <directhex at apebox.org>
Date: Thu Jun 10 09:43:52 2010 +0100
rebuild against MD 2.2.2
diff --git a/debian/changelog b/debian/changelog
index 3effe11..6274fa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+monodevelop-boo (2.2-3) UNRELEASED; urgency=low
+
+ * Rebuild against MonoDevelop 2.2.2
+ * debian/control:
+ + Build-depend on MonoDevelop 2.2.2
+ + Hack binary package dependencies to add ".2" to expected version
+ of Monodevelop - annoyingly, this is required on rare occasions like
+ this where addins don't have matching versions to MD itself.
+
+ -- Jo Shields <directhex at apebox.org> Thu, 10 Jun 2010 09:43:13 +0100
+
monodevelop-boo (2.2-2) unstable; urgency=low
* Rebuild against MonoDevelop 2.2.1
diff --git a/debian/control b/debian/control
index b873bdd..75d517a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Mirco Bauer <meebey at debian.org>
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: cli-common-dev (>= 0.5.4),
- monodevelop (>= 2.2.1),
+ monodevelop (>= 2.2.2),
monodevelop-nunit (>= 2.2),
monodevelop-versioncontrol (>= 2.2),
boo (>= 0.8.2),
@@ -23,8 +23,8 @@ Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/monodevelop-boo/trunk/
Package: monodevelop-boo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends},
- monodevelop (>= ${source:Upstream-Version}.1),
- monodevelop (<< ${source:Upstream-Version}.1.),
+ monodevelop (>= ${source:Upstream-Version}.2),
+ monodevelop (<< ${source:Upstream-Version}.2.),
boo (>= 0.7.9.2659)
Description: Boo plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
--
monodevelop-boo
More information about the Pkg-cli-apps-commits
mailing list