[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. debian/1.9.2-1-1-gca1a0bd
Mirco Bauer
meebey at meebey.net
Sat Mar 28 03:04:59 UTC 2009
The following commit has been merged in the master branch:
commit ca1a0bd5f783dc6665406fc636e04d49573b3635
Author: Mirco Bauer <meebey at meebey.net>
Date: Sat Mar 28 04:04:48 2009 +0100
git confuses me
diff --git a/debian/changelog b/debian/changelog
index 526d96b..daa81c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+monodevelop-debugger-gdb (1.9.3-1) unstable; urgency=low
+
+ * 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.
+ * debian/watch:
+ + Updated to use directory of ftp/http download server.
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 22 Mar 2009 22:26:37 +0100
+
monodevelop-debugger-gdb (1.9.2-1) experimental; urgency=low
* Initial release. (Closes: #516435)
diff --git a/debian/control b/debian/control
index 892a6fa..3917521 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
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)
-Standards-Version: 3.8.0
+ mono-devel (>= 2.0.1),
+ monodevelop (>= 1.9.3)
+Standards-Version: 3.8.1
Homepage: http://www.monodevelop.com/
-Vcs-Svn: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-gdb.git
+Vcs-Git: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-gdb.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/monodevelop-debugger-gdb.git
Package: monodevelop-debugger-gdb
@@ -18,7 +18,8 @@ Enhances: gdb
Depends: ${shlibs:Depends},
${misc:Depends},
${cli:Depends},
- monodevelop (>= ${source:Version}),
+ monodevelop (>= ${source:Upstream-Version}),
+ monodevelop (<< ${source:Upstream-Version}.),
gdb
Description: GNU Debugger plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
diff --git a/debian/watch b/debian/watch
index e702da1..3bca80f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=2
opts=dversionmangle=s/\+dfsg// \
- http://monodevelop.com/Download_-_Unstable .+/monodevelop-debugger-gdb-([\d\.]+)\.tar\.bz2
+ http://ftp.novell.com/pub/mono/sources/monodevelop-debugger-gdb/monodevelop-debugger-gdb-([\d\.]+)\.tar\.bz2
--
monodevelop-debugger-gdb
More information about the Pkg-cli-apps-commits
mailing list