diff -Nru libsigrokdecode-0.2.0/debian/changelog libsigrokdecode-0.2.0/debian/changelog --- libsigrokdecode-0.2.0/debian/changelog 2014-02-19 10:58:44.000000000 +0000 +++ libsigrokdecode-0.2.0/debian/changelog 2014-03-06 01:07:29.000000000 +0000 @@ -1,3 +1,10 @@ +libsigrokdecode (0.2.0-2ubuntu1) 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}). + + -- Logan Rosen Wed, 05 Mar 2014 20:07:05 -0500 + libsigrokdecode (0.2.0-2build1) trusty; urgency=medium * Build for Python 3.4. diff -Nru libsigrokdecode-0.2.0/debian/control libsigrokdecode-0.2.0/debian/control --- libsigrokdecode-0.2.0/debian/control 2013-08-26 10:40:58.000000000 +0000 +++ libsigrokdecode-0.2.0/debian/control 2014-03-06 01:07:31.000000000 +0000 @@ -1,7 +1,8 @@ Source: libsigrokdecode Priority: extra -Maintainer: Uwe Hermann -Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 8.0.0), autotools-dev, pkg-config (>= 0.22), libglib2.0-dev (>= 2.24.0), python3-dev +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Uwe Hermann +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 8.0.0), dh-autoreconf, pkg-config (>= 0.22), libglib2.0-dev (>= 2.24.0), python3-dev Standards-Version: 3.9.4 Section: libs X-Python-Version: >= 3.0 diff -Nru libsigrokdecode-0.2.0/debian/rules libsigrokdecode-0.2.0/debian/rules --- libsigrokdecode-0.2.0/debian/rules 2013-06-02 16:21:18.000000000 +0000 +++ libsigrokdecode-0.2.0/debian/rules 2014-03-06 01:06:54.000000000 +0000 @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk # Reduce the number of unneeded dependencies with --as-needed. LDFLAGS += "-Wl,--as-needed"