[Pkg-cli-apps-commits] [SCM] monodevelop-boo branch, master, updated. debian/2.4-2

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


The following commit has been merged in the master branch:
commit ed9114a596d52a0097d474127b508a82e0f7d6ad
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jun 16 22:17:34 2010 +0100

    don't add ".2" to deps

diff --git a/debian/changelog b/debian/changelog
index ab65561..0103a11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ monodevelop-boo (2.4-1) UNRELEASED; urgency=low
     + Force DebSrc 1.0
   * debian/control:
     + Bump build-deps to MonoDevelop 2.4
+    + Don't use version number hack in dependencies, since it's 2.4 everywhere
 
  -- Jo Shields <directhex at apebox.org>  Wed, 16 Jun 2010 22:04:16 +0100
 
diff --git a/debian/control b/debian/control
index 8a12864..dd1fe3d 100644
--- a/debian/control
+++ b/debian/control
@@ -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}.2),
- monodevelop (<< ${source:Upstream-Version}.2.),
+ monodevelop (>= ${source:Upstream-Version}),
+ monodevelop (<< ${source:Upstream-Version}.),
  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