--- monodevelop-vala-2.4.orig/debian/control
+++ monodevelop-vala-2.4/debian/control
@@ -0,0 +1,37 @@
+Source: monodevelop-vala
+Section: cli-mono
+Priority: optional
+Maintainer: Debian CLI Applications Team <pkg-cli-apps-team@lists.alioth.debian.org>
+Uploaders: Mirco Bauer <meebey@debian.org>
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.4.3),
+ monodevelop (>= 2.4),
+ monodevelop-versioncontrol (>= 2.4),
+ monodevelop-nunit (>= 2.4),
+ libmono-dev (>= 1.1.10),
+ libmono-addins-cil-dev,
+ libmono-addins-gui-cil-dev,
+ libgtk2.0-cil-dev,
+ libglade2.0-cil-dev,
+ libgconf2.0-cil-dev,
+ libgnome2.0-cil-dev
+Standards-Version: 3.8.4
+Homepage: http://www.monodevelop.com/
+Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/monodevelop-vala.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/monodevelop-vala.git
+
+Package: monodevelop-vala
+Architecture: all
+Enhances: mono-debugger
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${cli:Depends},
+         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)
+ languages.
+ .
+ This package enables Vala language support for MonoDevelop.
--- monodevelop-vala-2.4.orig/debian/watch
+++ monodevelop-vala-2.4/debian/watch
@@ -0,0 +1,3 @@
+version=2
+opts=dversionmangle=s/\+dfsg// \
+	http://ftp.novell.com/pub/mono/sources/monodevelop-vala/monodevelop-vala-([\d\.]+)\.tar\.bz2
--- monodevelop-vala-2.4.orig/debian/compat
+++ monodevelop-vala-2.4/debian/compat
@@ -0,0 +1 @@
+7
--- monodevelop-vala-2.4.orig/debian/changelog
+++ monodevelop-vala-2.4/debian/changelog
@@ -0,0 +1,89 @@
+monodevelop-vala (2.4-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/source/format:
+    + Force DebSrc 1.0
+  * debian/rules:
+    + Stop using ../tarballs/ in get-orig-source rule
+  * debian/control:
+    + Bump MonoDevelop build-dep to 2.4
+    + Stop fiddling with binary MonoDevelop dependency
+
+ -- Jo Shields <directhex@apebox.org>  Thu, 17 Jun 2010 15:14:50 +0100
+
+monodevelop-vala (2.2-3) unstable; urgency=low
+
+  * Rebuild against MonoDevelop 2.2.2
+  * debian/control:
+    + Build-depend against MonoDevelop 2.2.2
+    + Tweak binary dependencies to require MonoDevelop 2.2.2
+
+ -- Jo Shields <directhex@apebox.org>  Fri, 11 Jun 2010 13:31:28 +0100
+
+monodevelop-vala (2.2-2) unstable; urgency=low
+
+  * Rebuild against MonoDevelop 2.2.1
+  * debian/control:
+    + Bump Standards to 3.8.4 (no changes needed)
+    + Build-depend against MonoDevelop 2.2.1
+    + Tweak binary dependencies to require MonoDevelop 2.2.1
+
+ -- Jo Shields <directhex@apebox.org>  Fri, 12 Feb 2010 13:47:45 +0000
+
+monodevelop-vala (2.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Use -dev packages
+    + Use mono-devel 2.4.3 and remove individual library build-deps
+
+ -- Jo Shields <directhex@apebox.org>  Mon, 11 Jan 2010 14:34:20 +0000
+
+monodevelop-vala (2.1.1-1) unstable; urgency=low
+
+  [ Jo Shields ]
+  * New upstream release
+  * debian/rules:
+    + Deterministic get-orig-source rule. Repack sucks.
+  * debian/control,
+    debian/rules:
+    + Use mono-csc from mono-devel 2.4.2.3
+
+  [ Mirco Bauer ]
+  * debian/control:
+    + Bumped Standards-Version to 3.8.3 (no changes needed)
+    + Changed Section to cli-mono to match archive overrides.
+
+ -- Jo Shields <directhex@apebox.org>  Mon, 19 Oct 2009 00:07:11 +0100
+
+monodevelop-vala (2.0-1) unstable; urgency=low
+
+  * New upstream release 
+  * Bump MD build-deps to 2.0 per configure 
+
+ -- Iain Lane <laney@ubuntu.com>  Tue, 07 Apr 2009 22:39:52 +0100
+
+monodevelop-vala (1.9.3-1) unstable; urgency=low
+
+  * 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)
+    + 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.
+  * debian/patches/fix_NRE_in_ScanPackageDirs_r125921.patch:
+    + Removed, as already applied upstream.
+
+ -- Mirco Bauer <meebey@debian.org>  Sun, 22 Mar 2009 22:21:41 +0100
+
+monodevelop-vala (1.9.2-1) experimental; urgency=low
+
+  * Initial release. (Closes: #516432)
+
+ -- Mirco Bauer <meebey@debian.org>  Sun, 15 Feb 2009 22:17:28 +0100
--- monodevelop-vala-2.4.orig/debian/rules
+++ monodevelop-vala-2.4/debian/rules
@@ -0,0 +1,51 @@
+#!/usr/bin/make -f
+export DH_VERBOSE=1
+
+MAKEFILE = $(firstword $(MAKEFILE_LIST))
+DEBIAN_DIR = $(dir $(MAKEFILE))
+SOURCE_DIR = $(DEBIAN_DIR)/..
+
+DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)   
+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.*//')
+
+include /usr/share/cli-common/cli.make
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build --before dh_auto_configure
+	dh_auto_configure -- MCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
+	dh build --after dh_auto_configure
+	touch build-stamp
+
+install: build
+	dh $@
+
+binary: binary-arch binary-indep
+
+binary-arch:
+
+binary-indep: build install
+	dh $@
+
+clean: clean-patched unpatch
+clean-patched:
+	dh clean
+
+get-orig-source:
+	uscan \
+		--package $(DEB_SOURCE_NAME) \
+		--watchfile $(DEBIAN_DIR)/watch \
+		--upstream-version $(VERSION) \
+		--download-version $(VERSION) \
+		--destdir . \
+		--force-download \
+		--rename 
+	bzcat $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
+		gzip -9fn -c - > ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
+%:
+	dh $@
+
+.PHONY: build install binary binary-arch binary-indep clean clean-patched get-orig-source
--- monodevelop-vala-2.4.orig/debian/copyright
+++ monodevelop-vala-2.4/debian/copyright
@@ -0,0 +1,32 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143
+Upstream-Name: monodevelop-vala
+Upstream-Source: http://monodevelop.com/Download_-_Unstable
+
+Files: *
+Copyright: Copyright (c) 2008 Novell, Inc (http://www.novell.com)
+License: MIT/X11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+Files: debian/*
+Copyright: Copyright 2008, Mirco Bauer <meebey@debian.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in the /usr/share/common-licenses/GPL' file.
+
--- monodevelop-vala-2.4.orig/debian/source/format
+++ monodevelop-vala-2.4/debian/source/format
@@ -0,0 +1 @@
+1.0