diff -pruN 0.9.3-1/debian/changelog 0.9.3-1ubuntu1/debian/changelog
--- 0.9.3-1/debian/changelog	2009-10-21 16:05:44.000000000 +0100
+++ 0.9.3-1ubuntu1/debian/changelog	2009-10-21 16:05:44.000000000 +0100
@@ -1,3 +1,11 @@
+kvpnc (0.9.3-1ubuntu1) karmic; urgency=low
+
+  * Update debian/rules (LP: #445073)
+    - Remove dh --with kde which requires pkg-kde-tools (> 0.5.0)
+      (Karmic has 0.4.11)
+
+ -- Micah Gersten <launchpad@micahscomputing.com>  Mon, 05 Oct 2009 23:49:04 -0500
+
 kvpnc (0.9.3-1) unstable; urgency=low
 
   * New upstream release.
diff -pruN 0.9.3-1/debian/control 0.9.3-1ubuntu1/debian/control
--- 0.9.3-1/debian/control	2009-10-21 16:05:44.000000000 +0100
+++ 0.9.3-1ubuntu1/debian/control	2009-10-21 16:05:44.000000000 +0100
@@ -1,7 +1,8 @@
 Source: kvpnc
 Section: utils
 Priority: optional
-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org>
 Build-Depends: debhelper (>= 7.3), quilt (>= 0.46-7), cmake, pkg-kde-tools (>= 0.4.11),
  kdelibs5-dev (>= 4:4.3.0), libgcrypt11-dev
diff -pruN 0.9.3-1/debian/rules 0.9.3-1ubuntu1/debian/rules
--- 0.9.3-1/debian/rules	2009-10-21 16:05:44.000000000 +0100
+++ 0.9.3-1ubuntu1/debian/rules	2009-10-21 16:05:44.000000000 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt,kde $@
+	dh --with quilt $@
 
 .PHONY: override_dh_auto_test
