diff -pruN 0.5.9.1-4.1/debian/changelog 0.5.9.1-4.1ubuntu1/debian/changelog
--- 0.5.9.1-4.1/debian/changelog	2014-03-08 07:52:31.000000000 +0000
+++ 0.5.9.1-4.1ubuntu1/debian/changelog	2015-08-08 05:28:49.000000000 +0000
@@ -1,3 +1,13 @@
+katoob (0.5.9.1-4.1ubuntu1) wily; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Erwan Prioul to fix quilt patches that don't unpack
+    cleanly.  (Closes: #753219).
+  * Use dh-autoreconf instead of autotools-dev, necessary for the package to
+    build.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 07 Aug 2015 18:48:10 +0000
+
 katoob (0.5.9.1-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 0.5.9.1-4.1/debian/control 0.5.9.1-4.1ubuntu1/debian/control
--- 0.5.9.1-4.1/debian/control	2014-03-08 07:51:25.000000000 +0000
+++ 0.5.9.1-4.1ubuntu1/debian/control	2015-08-08 05:47:02.000000000 +0000
@@ -1,10 +1,11 @@
 Source: katoob
 Section: text
 Priority: optional
-Maintainer: Mohammed Sameer <msameer@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Mohammed Sameer <msameer@debian.org>
 Build-Depends: autoconf,
                automake1.11,
-               autotools-dev,
+               dh-autoreconf,
                debhelper (>= 7.1),
                iso-codes,
                libbz2-dev,
diff -pruN 0.5.9.1-4.1/debian/patches/fix_tooltip_crash.patch 0.5.9.1-4.1ubuntu1/debian/patches/fix_tooltip_crash.patch
--- 0.5.9.1-4.1/debian/patches/fix_tooltip_crash.patch	2011-03-06 16:26:07.000000000 +0000
+++ 0.5.9.1-4.1ubuntu1/debian/patches/fix_tooltip_crash.patch	2015-08-07 18:40:05.000000000 +0000
@@ -1,4 +1,5 @@
-Use the new Gtk::Tooltip API instead of the old Gtk::Tooltips API--- a/src/toolbar.cc
+Use the new Gtk::Tooltip API instead of the old Gtk::Tooltips API
+--- a/src/toolbar.cc
 +++ b/src/toolbar.cc
 @@ -94,26 +94,21 @@
  #endif
diff -pruN 0.5.9.1-4.1/debian/patches/replace_fribidi-config_pkg-config.patch 0.5.9.1-4.1ubuntu1/debian/patches/replace_fribidi-config_pkg-config.patch
--- 0.5.9.1-4.1/debian/patches/replace_fribidi-config_pkg-config.patch	2011-03-20 18:39:43.000000000 +0000
+++ 0.5.9.1-4.1ubuntu1/debian/patches/replace_fribidi-config_pkg-config.patch	2015-08-07 18:40:05.000000000 +0000
@@ -1,4 +1,5 @@
-fribidi only ships fribidi.pc now. Patched configure.in--- a/configure.in
+fribidi only ships fribidi.pc now. Patched configure.in
+--- a/configure.in
 +++ b/configure.in
 @@ -145,14 +145,8 @@
  fi
diff -pruN 0.5.9.1-4.1/debian/rules 0.5.9.1-4.1ubuntu1/debian/rules
--- 0.5.9.1-4.1/debian/rules	2014-03-08 07:51:25.000000000 +0000
+++ 0.5.9.1-4.1ubuntu1/debian/rules	2015-08-08 05:38:00.000000000 +0000
@@ -4,9 +4,10 @@
 #export DH_VERBOSE=1
 
 export AUTOMAKE = automake-1.11
+export ACLOCAL = aclocal-1.11
 
 %:
-	dh $@ --with quilt,autotools_dev
+	dh $@ --with quilt,autoreconf
 
 override_dh_auto_configure:
 	autoreconf -i
