[Pkg-cli-apps-commits] [SCM] monodevelop-python branch, master, updated. debian/2.2-1-4-g90a9831

Jo Shields directhex at apebox.org
Fri Feb 12 14:16:54 UTC 2010


The following commit has been merged in the master branch:
commit fcfbc368eba3d9833ef99f47b785a2cd412888a0
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Feb 12 14:08:47 2010 +0000

    use variables, not hard-coded versions, for MD dependency (this is a holdover from when this addin was 0.6)

diff --git a/debian/control b/debian/control
index 0a85f73..3579501 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@ Enhances: mono-debugger
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${cli:Depends},
-         monodevelop (>= 2.2),
-         monodevelop (<< 2.2.)
+         monodevelop (>= ${source:Upstream-Version}),
+         monodevelop (<< ${source:Upstream-Version}.)
 Description: Python plugin for MonoDevelop
  MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
  languages.

-- 
monodevelop-python



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