diff -pruN 0.4.2-2.1/debian/changelog 0.4.2-2.1ubuntu1/debian/changelog
--- 0.4.2-2.1/debian/changelog	2009-03-28 12:23:39.000000000 +0000
+++ 0.4.2-2.1ubuntu1/debian/changelog	2009-03-28 12:22:06.000000000 +0000
@@ -1,3 +1,10 @@
+kwavecontrol (0.4.2-2.1ubuntu1) jaunty; urgency=low
+
+  * Remove aRts support. (LP: #320915)
+    - debian/rules: Add --without-arts to ./configure line.
+
+ -- Andreas Wenning <awen@awen.dk>  Sat, 28 Mar 2009 10:00:54 +0100
+
 kwavecontrol (0.4.2-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 0.4.2-2.1/debian/control 0.4.2-2.1ubuntu1/debian/control
--- 0.4.2-2.1/debian/control	2009-03-28 12:23:39.000000000 +0000
+++ 0.4.2-2.1ubuntu1/debian/control	2009-03-28 12:22:06.000000000 +0000
@@ -1,7 +1,8 @@
 Source: kwavecontrol
 Section: net
 Priority: optional
-Maintainer: Morten Hustveit <morten@debian.org>
+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
+XSBC-Original-Maintainer: Morten Hustveit <morten@debian.org>
 Standards-Version: 3.7.2.0
 Build-Depends: kdelibs4-dev, libqt3-mt-dev, debhelper (>= 5.0.0)
 
diff -pruN 0.4.2-2.1/debian/rules 0.4.2-2.1ubuntu1/debian/rules
--- 0.4.2-2.1/debian/rules	2009-03-28 12:23:39.000000000 +0000
+++ 0.4.2-2.1ubuntu1/debian/rules	2009-03-28 12:22:06.000000000 +0000
@@ -10,7 +10,7 @@ build-stamp:
 	touch configure
 	./configure --prefix=/usr \
 	  --with-qt-includes=/usr/include/qt3 \
-		--disable-rpath
+		--disable-rpath --without-arts
 	$(MAKE) CFLAGS="-O2 -g -Wall"
 	touch build-stamp
 
