[Pkg-cli-apps-commits] [SCM] monodevelop-vala branch, master, updated. debian/1.9.2-1-11-g1b6a07e

Mirco Bauer meebey at meebey.net
Sat Mar 28 02:42:20 UTC 2009


The following commit has been merged in the master branch:
commit 97fb8e596422c940cd29d5405ebf022771977582
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Mar 22 22:26:01 2009 +0100

      * debian/control:
        + Tighten binary dependency on monodevelop, to ensure the plugin is only
          installed using the same monodevelop version, as the plugins are not
          forward compatible.

diff --git a/debian/changelog b/debian/changelog
index 47d5efb..bbffefc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,19 @@
 monodevelop-vala (1.9.3-1~pre1) UNRELEASED; urgency=low
 
   * NOT RELEASED
-  * New upstream release
+  * New upstream (bugfix) release
+  * Upload to unstable
   * debian/control:
     + Added missing .PHONY target.
     + Fixed Vcs-* URLs.
     + Bumped monodevelop build-deps to >= 1.9.3
     + Bumped Standards-Version to 3.8.1 (no changes needed)
+  * debian/control:
+    + Tighten binary dependency on monodevelop, to ensure the plugin is only
+      installed using the same monodevelop version, as the plugins are not
+      forward compatible.
 
- -- Mirco Bauer <meebey at debian.org>  Sun, 22 Mar 2009 22:19:06 +0100
+ -- Mirco Bauer <meebey at debian.org>  Sun, 22 Mar 2009 22:21:41 +0100
 
 monodevelop-vala (1.9.2-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index faeb677..c228ac3 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,8 @@ Enhances: mono-debugger
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${cli:Depends},
-         monodevelop (>= ${source:Version}),
+         monodevelop (>= ${source:Upstream-Version}),
+         monodevelop (<< ${source:Upstream-Version}.),
          valac
 Description: Vala plugin for MonoDevelop
  MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)

-- 
monodevelop-vala



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