diff -Nru monodevelop-debugger-gdb-2.8.5/configure monodevelop-debugger-gdb-2.8.6.3/configure --- monodevelop-debugger-gdb-2.8.5/configure 2011-12-09 21:05:15.000000000 +0000 +++ monodevelop-debugger-gdb-2.8.6.3/configure 2012-01-23 22:03:15.000000000 +0000 @@ -1,10 +1,10 @@ #!/bin/bash -VERSION=2.8.5 +VERSION=2.8.6.3 PACKAGE=monodevelop-debugger-gdb prefix=/usr/local config=DEBUG configurations=" RELEASE DEBUG" -common_packages=" monodevelop;2.8.5" +common_packages=" monodevelop;2.8.6.3" usage () diff -Nru monodevelop-debugger-gdb-2.8.5/debian/changelog monodevelop-debugger-gdb-2.8.6.3/debian/changelog --- monodevelop-debugger-gdb-2.8.5/debian/changelog 2011-12-19 15:26:18.000000000 +0000 +++ monodevelop-debugger-gdb-2.8.6.3/debian/changelog 2012-02-05 10:23:12.000000000 +0000 @@ -1,3 +1,17 @@ +monodevelop-debugger-gdb (2.8.6.3-1) unstable; urgency=low + + * [73adc5e] Imported Upstream version 2.8.6.3 + * [dc1e0a8] Bump Monodevelop version requirements to 2.8.6.3 + + -- Jo Shields Sun, 05 Feb 2012 11:23:03 +0100 + +monodevelop-debugger-gdb (2.8.5-2) unstable; urgency=low + + * [97cdaa0] Remove gbp.conf since we're using master branch now + * [a257fbd] Update debian/rules for DH8-compatible "--with cli" + + -- Jo Shields Fri, 20 Jan 2012 10:59:00 +0000 + monodevelop-debugger-gdb (2.8.5-1) experimental; urgency=low * [008c74a] Imported Upstream version 2.8.5 diff -Nru monodevelop-debugger-gdb-2.8.5/debian/control monodevelop-debugger-gdb-2.8.6.3/debian/control --- monodevelop-debugger-gdb-2.8.5/debian/control 2011-12-19 15:20:17.000000000 +0000 +++ monodevelop-debugger-gdb-2.8.6.3/debian/control 2012-02-05 10:22:23.000000000 +0000 @@ -6,9 +6,9 @@ Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: cli-common-dev (>= 0.8~), mono-devel (>= 2.10), - monodevelop (>= 2.8.5), - monodevelop-versioncontrol (>= 2.8.5), - monodevelop-nunit (>= 2.8.5) + monodevelop (>= 2.8.6.3), + monodevelop-versioncontrol (>= 2.8.6.3), + monodevelop-nunit (>= 2.8.6.3) Standards-Version: 3.9.2 Homepage: http://www.monodevelop.com/ Vcs-Git: git://git.debian.org/git/pkg-cli-apps/monodevelop-debugger-gdb.git diff -Nru monodevelop-debugger-gdb-2.8.5/debian/gbp.conf monodevelop-debugger-gdb-2.8.6.3/debian/gbp.conf --- monodevelop-debugger-gdb-2.8.5/debian/gbp.conf 2011-11-10 17:35:52.000000000 +0000 +++ monodevelop-debugger-gdb-2.8.6.3/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -[DEFAULT] -debian-branch = master-experimental -upstream-branch = upstream-experimental diff -Nru monodevelop-debugger-gdb-2.8.5/debian/rules monodevelop-debugger-gdb-2.8.6.3/debian/rules --- monodevelop-debugger-gdb-2.8.5/debian/rules 2011-12-19 15:20:38.000000000 +0000 +++ monodevelop-debugger-gdb-2.8.6.3/debian/rules 2012-02-05 10:22:06.000000000 +0000 @@ -9,9 +9,7 @@ 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.8.5 - -include /usr/share/cli-common/cli.make +MDVERSION = 2.8.6.3 override_dh_gencontrol: dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION) @@ -35,6 +33,6 @@ --rename %: - dh $@ + dh $@ --with cli .PHONY: get-orig-source diff -Nru monodevelop-debugger-gdb-2.8.5/Manifest.addin.xml monodevelop-debugger-gdb-2.8.6.3/Manifest.addin.xml --- monodevelop-debugger-gdb-2.8.5/Manifest.addin.xml 2011-12-09 21:10:11.000000000 +0000 +++ monodevelop-debugger-gdb-2.8.6.3/Manifest.addin.xml 2012-01-23 22:03:15.000000000 +0000 @@ -5,12 +5,12 @@ description = "GNU Debugger support for Mono.Debugging" copyright = "MIT X11" category = "Debugging" - version = "2.8.5"> + version = "2.8.6.3"> - - - + + +