diff -Nru libbfio-20130507/debian/changelog libbfio-20130507/debian/changelog --- libbfio-20130507/debian/changelog 2013-05-20 15:53:09.000000000 +0000 +++ libbfio-20130507/debian/changelog 2014-01-11 20:32:46.000000000 +0000 @@ -1,3 +1,11 @@ +libbfio (20130507-1ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + * Build-depend on pkg-config to fix FTBFS. + + -- Logan Rosen Sat, 11 Jan 2014 15:30:06 -0500 + libbfio (20130507-1) unstable; urgency=low * Update watch file diff -Nru libbfio-20130507/debian/control libbfio-20130507/debian/control --- libbfio-20130507/debian/control 2013-03-03 21:54:06.000000000 +0000 +++ libbfio-20130507/debian/control 2014-01-11 20:32:37.000000000 +0000 @@ -1,8 +1,9 @@ Source: libbfio Priority: optional -Maintainer: Debian Forensics +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Forensics Uploaders: Pierre Chifflier -Build-Depends: debhelper (>= 9), autotools-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config Standards-Version: 3.9.4 Section: libs Homepage: http://code.google.com/p/libbfio/ diff -Nru libbfio-20130507/debian/rules libbfio-20130507/debian/rules --- libbfio-20130507/debian/rules 2013-05-20 15:50:41.000000000 +0000 +++ libbfio-20130507/debian/rules 2014-01-11 20:29:57.000000000 +0000 @@ -13,7 +13,7 @@ do rm -f $$filename; done %: - dh $@ --with autotools-dev + dh $@ --with autoreconf override_dh_strip: dh_strip -plibbfio1 --dbg-package=libbfio-dbg