[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. debian/2.2.1-2

Jo Shields directhex at apebox.org
Thu Jun 10 09:47:38 UTC 2010


The following commit has been merged in the master branch:
commit e58e3b1c377b47b5e328b92e1c4623e8b2b1956d
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Jun 10 10:41:16 2010 +0100

    rebuild against MD 2.2.2

diff --git a/debian/changelog b/debian/changelog
index 0164469..77d416b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+monodevelop-debugger-gdb (2.2.1-2) UNRELEASED; urgency=low
+
+  * Rebuild against MonoDevelop 2.2.2
+  * debian/control:
+    + Bump MonoDevelop build-dep to 2.2.2
+  * debian/rules,
+    debian/control:
+    + Fiddle build system to put binary-dependencies on MD 2.2.2
+
+ -- Jo Shields <directhex at apebox.org>  Thu, 10 Jun 2010 10:21:40 +0100
+
 monodevelop-debugger-gdb (2.2.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 0943775..f39e28e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
  mono-devel (>= 2.4.2.3),
- monodevelop (>= 2.2.1),
+ monodevelop (>= 2.2.2),
  monodevelop-versioncontrol (>= 2.2),
  monodevelop-nunit (>= 2.2)
 Standards-Version: 3.8.4
@@ -20,8 +20,8 @@ Enhances: gdb
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${cli:Depends},
-         monodevelop (>= ${source:Upstream-Version}),
-         monodevelop (<< ${source:Upstream-Version}.),
+         monodevelop (>= ${misc:Version}),
+         monodevelop (<< ${misc: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/rules b/debian/rules
index 3677642..f96d5af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,14 @@ DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Vers
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
+MDVERSION = 2.2.2
+
 include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
+override_dh_gencontrol:
+	dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION)
+
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	# poor man's configure

-- 
monodevelop-debugger-gdb



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