diff -pruN 0.9.10-1/debian/changelog 0.9.10-1ubuntu1/debian/changelog
--- 0.9.10-1/debian/changelog	2009-04-17 21:21:09.000000000 +0100
+++ 0.9.10-1ubuntu1/debian/changelog	2009-04-17 21:19:20.000000000 +0100
@@ -1,3 +1,10 @@
+kanjisaver (0.9.10-1ubuntu1) jaunty; urgency=low
+
+  * debian/rules: added --without-arts parameter to configure script call to
+    rebuild without arts support (LP: #320915)
+
+ -- Fabrice Coutadeur <coutadeurf@gmail.com>  Thu, 16 Apr 2009 20:38:43 +0000
+
 kanjisaver (0.9.10-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 0.9.10-1/debian/control 0.9.10-1ubuntu1/debian/control
--- 0.9.10-1/debian/control	2009-04-17 21:21:09.000000000 +0100
+++ 0.9.10-1ubuntu1/debian/control	2009-04-17 21:19:20.000000000 +0100
@@ -1,7 +1,8 @@
 Source: kanjisaver
 Section: kde
 Priority: optional
-Maintainer: Ryan Schultz <schultz.ryan@gmail.com>
+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ryan Schultz <schultz.ryan@gmail.com>
 Build-Depends: debhelper (>= 4.0.0), autotools-dev, kdelibs4-dev
 Standards-Version: 3.6.2
 
diff -pruN 0.9.10-1/debian/rules 0.9.10-1ubuntu1/debian/rules
--- 0.9.10-1/debian/rules	2009-04-17 21:21:09.000000000 +0100
+++ 0.9.10-1ubuntu1/debian/rules	2009-04-17 21:19:20.000000000 +0100
@@ -30,7 +30,8 @@ endif
 		   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		   --prefix=/usr \
 		   --mandir=\$${prefix}/share/man \
-		   --disable-rpath
+		   --disable-rpath \
+		   --without-arts
 
 build: build-stamp
 
