Author: tille Date: 2014-05-13 13:26:33 +0000 (Tue, 13 May 2014) New Revision: 16928
Modified: trunk/packages/libics/tags/1.5.2-4/debian/changelog trunk/packages/libics/tags/1.5.2-4/debian/control trunk/packages/libics/tags/1.5.2-4/debian/rules Log: use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el Modified: trunk/packages/libics/tags/1.5.2-4/debian/changelog =================================================================== --- trunk/packages/libics/tags/1.5.2-4/debian/changelog 2014-05-13 13:21:59 UTC (rev 16927) +++ trunk/packages/libics/tags/1.5.2-4/debian/changelog 2014-05-13 13:26:33 UTC (rev 16928) @@ -1,3 +1,11 @@ +libics (1.5.2-5) UNRELEASED; urgency=medium + + * use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el + (thanks for the patch to Logan Rosen <[email protected]>) + Closes: #735636 + + -- Andreas Tille <[email protected]> Tue, 13 May 2014 15:25:22 +0200 + libics (1.5.2-4) unstable; urgency=low * Add symbols file Modified: trunk/packages/libics/tags/1.5.2-4/debian/control =================================================================== --- trunk/packages/libics/tags/1.5.2-4/debian/control 2014-05-13 13:21:59 UTC (rev 16927) +++ trunk/packages/libics/tags/1.5.2-4/debian/control 2014-05-13 13:26:33 UTC (rev 16928) @@ -3,7 +3,7 @@ Section: libs Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 9), zlib1g-dev | libz-dev, autotools-dev +Build-Depends: debhelper (>= 9), zlib1g-dev | libz-dev, dh-autoreconf Standards-Version: 3.9.4 Homepage: http://libics.sf.net Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libics/trunk/ Modified: trunk/packages/libics/tags/1.5.2-4/debian/rules =================================================================== --- trunk/packages/libics/tags/1.5.2-4/debian/rules 2014-05-13 13:21:59 UTC (rev 16927) +++ trunk/packages/libics/tags/1.5.2-4/debian/rules 2014-05-13 13:26:33 UTC (rev 16928) @@ -3,7 +3,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with autotools_dev + dh $@ --with autoreconf pkg_run = libics0 pkg_dev = libics-dev _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
