Control: tags 756442 + pending Dear maintainer,
I've prepared an NMU for tablix2 (versioned as 0.3.5-3.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -u tablix2-0.3.5/debian/changelog tablix2-0.3.5/debian/changelog --- tablix2-0.3.5/debian/changelog +++ tablix2-0.3.5/debian/changelog @@ -1,3 +1,10 @@ +tablix2 (0.3.5-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS on ppc64el and arm64. (Closes: #756442) + + -- Breno Leitao <[email protected]> Mon, 05 Sep 2016 15:48:40 -0400 + tablix2 (0.3.5-3) unstable; urgency=medium * maintenance and cleanup spin: diff -u tablix2-0.3.5/debian/control tablix2-0.3.5/debian/control --- tablix2-0.3.5/debian/control +++ tablix2-0.3.5/debian/control @@ -2,7 +2,7 @@ Section: misc Priority: extra Maintainer: Robert Lemmen <[email protected]> -Build-Depends: debhelper (>= 7.0.0), pvm-dev, libxml2-dev +Build-Depends: debhelper (>= 7.0.0), pvm-dev, libxml2-dev, dh-autoreconf Homepage: http://www.tablix.org Standards-Version: 3.9.8 diff -u tablix2-0.3.5/debian/rules tablix2-0.3.5/debian/rules --- tablix2-0.3.5/debian/rules +++ tablix2-0.3.5/debian/rules @@ -8,6 +8,7 @@ config.status: configure dh_testdir + dh_autoreconf ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" --prefix=/usr --mandir=/usr/share/man --with-pvm3 --enable-conv --enable-more-teachers --enable-tunable build: build-stamp @@ -20,6 +21,7 @@ clean: dh_testdir dh_testroot + dh_autoreconf_clean rm -f build-stamp rm -f examples/modules/*.so [ ! -f Makefile ] || $(MAKE) distclean

