[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-mdb branch, master, updated. debian/1.9.2-1-3-ga463530
Mirco Bauer
meebey at meebey.net
Sat Mar 28 03:02:37 UTC 2009
The following commit has been merged in the master branch:
commit b2458bf5d72868929aafe3ddff5dff562dc7d2fc
Author: Mirco Bauer <meebey at meebey.net>
Date: Sun Mar 22 22:31:22 2009 +0100
* New upstream (bugfix) release
* Upload to unstable
* debian/control:
+ Fixed Vcs-* URLs.
+ Bumped monodevelop build-deps to >= 1.9.3
+ Bumped Standards-Version to 3.8.1 (no changes needed)
+ 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 948c167..3a156b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+monodevelop-debugger-mdb (1.9.3-1~pre1) unstable; urgency=low
+
+ * NOT RELEASED YET
+ * New upstream (bugfix) release
+ * Upload to unstable
+ * debian/control:
+ + Fixed Vcs-* URLs.
+ + Bumped monodevelop build-deps to >= 1.9.3
+ + Bumped Standards-Version to 3.8.1 (no changes needed)
+ + 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:22:58 +0100
+
monodevelop-debugger-mdb (1.9.2-1) experimental; urgency=low
* Initial release. (Closes: #516433)
diff --git a/debian/control b/debian/control
index f3c7a41..b143b0b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,14 @@ Uploaders: Mirco Bauer <meebey at debian.org>
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
mono-devel (>= 2.0),
- monodevelop (>= 1.9.2),
- monodevelop-versioncontrol (>= 1.9.2),
- monodevelop-nunit (>= 1.9.2),
+ monodevelop (>= 1.9.3),
+ monodevelop-versioncontrol (>= 1.9.3),
+ monodevelop-nunit (>= 1.9.3),
mono-debugger (>= 2.0),
libmono-addins0.2-cil
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://www.monodevelop.com/
-Vcs-Svn: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-mdb.git
+Vcs-Git: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-mdb.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/monodevelop-debugger-mdb.git
Package: monodevelop-debugger-mdb
@@ -22,7 +22,8 @@ Enhances: mono-debugger
Depends: ${shlibs:Depends},
${misc:Depends},
${cli:Depends},
- monodevelop (>= ${source:Version}),
+ monodevelop (>= ${source:Upstream-Version}),
+ monodevelop (<< ${source:Upstream-Version}.),
mono-debugger
Description: Mono Debugger plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
--
monodevelop-debugger-mdb
More information about the Pkg-cli-apps-commits
mailing list