diff -Nru libomxcamera-0.1/debian/changelog libomxcamera-0.1/debian/changelog --- libomxcamera-0.1/debian/changelog 2011-10-31 17:03:53.000000000 +0000 +++ libomxcamera-0.1/debian/changelog 2014-10-05 21:03:00.000000000 +0000 @@ -1,3 +1,9 @@ +libomxcamera (0.1-2ubuntu2) utopic; urgency=medium + + * Use autotools-dev to update config.{sub,guess} for new arches. + + -- Logan Rosen Sun, 05 Oct 2014 17:02:50 -0400 + libomxcamera (0.1-2ubuntu1) precise; urgency=low * Turn off -Werror during configuration. Fixes FTBFS. diff -Nru libomxcamera-0.1/debian/rules libomxcamera-0.1/debian/rules --- libomxcamera-0.1/debian/rules 2011-07-27 16:18:24.000000000 +0000 +++ libomxcamera-0.1/debian/rules 2014-10-05 21:02:45.000000000 +0000 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --libdir=/usr/lib/libomxil-bellagio0 CFLAGS="$(CFLAGS) -Wno-error=unused-but-set-variable"