diff -Nur lbzip2-2.2-orig/debian/control lbzip2-2.2/debian/control
--- lbzip2-2.2-orig/debian/control	2012-08-11 15:21:16.000000000 +0200
+++ lbzip2-2.2/debian/control	2013-10-13 22:13:15.000000000 +0200
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Mikolaj Izdebski <zurgunt@gmail.com>
-Build-Depends: debhelper (>= 9), gnulib (>= 20110908), autoconf, automake
+Build-Depends: debhelper (>= 9), gnulib (>= 20110908), autoconf, automake1.11
 Standards-Version: 3.9.3
 Homepage: https://github.com/kjn/lbzip2
 Vcs-Git: git://github.com/kjn/lbzip2.git
diff -Nur lbzip2-2.2-orig/debian/patches/automake-1.11 lbzip2-2.2/debian/patches/automake-1.11
--- lbzip2-2.2-orig/debian/patches/automake-1.11	1970-01-01 01:00:00.000000000 +0100
+++ lbzip2-2.2/debian/patches/automake-1.11	2013-10-13 22:09:14.000000000 +0200
@@ -0,0 +1,17 @@
+Description: Use automake 1.11
+Author: Mikolaj Izdebski <zurgunt@gmail.com>
+Bug-Debian: http://bugs.debian.org/725516
+Origin: vendor
+Forwarded: not-needed
+--- lbzip2-2.2.orig/build-aux/autogen.sh
++++ lbzip2-2.2/build-aux/autogen.sh
+@@ -50,7 +50,7 @@ gnulib-tool --avoid=xalloc-die --add-imp
+     fprintf-posix inttypes xalloc largefile gitlog-to-changelog
+ # flockfile?
+ 
+-aclocal -Im4
++aclocal-1.11 -Im4
+ autoconf
+ autoheader
+-automake --add-missing --copy
++automake-1.11 --add-missing --copy
diff -Nur lbzip2-2.2-orig/debian/patches/series lbzip2-2.2/debian/patches/series
--- lbzip2-2.2-orig/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ lbzip2-2.2/debian/patches/series	2013-10-13 22:07:03.000000000 +0200
@@ -0,0 +1 @@
+automake-1.11
