diff -Nru libforms-1.2.3/debian/changelog libforms-1.2.3/debian/changelog --- libforms-1.2.3/debian/changelog 2014-05-26 05:35:21.000000000 +0000 +++ libforms-1.2.3/debian/changelog 2014-10-04 05:18:52.000000000 +0000 @@ -1,43 +1,23 @@ -libforms (1.2.3-1ubuntu1) utopic; urgency=medium +libforms (1.2.3-1.2) unstable; urgency=medium - * Merge from Debian unstable. Remaining changes: - - Use dh-autoreconf for newer arches, resolving FTBFS. - - Build-depend on libtiff-dev, instead of libtiff4-dev. + * Non-maintainer upload. + * Update the build system using dh-autoreconf, in order to fix build + failure on ppc64el (thanks, Daniel Schepler; closes: #702269). - -- Logan Rosen Mon, 26 May 2014 01:34:49 -0400 + -- Colin Watson Sat, 04 Oct 2014 06:18:51 +0100 -libforms (1.2.3-1) unstable; urgency=medium - - * New upstream release - - -- Peter S Galbraith Sat, 22 Feb 2014 12:59:58 -0500 - -libforms (1.0.93sp1-2ubuntu3) trusty; urgency=low - - * Use dh-autoreconf for newer arches, resolving FTBFS - (Closes: #702269). - - Consolidate and specify missing macro directory for autoconf; - - Add missing build-dependency. - - -- Daniel T Chen Fri, 31 Jan 2014 16:45:32 -0500 +libforms (1.2.3-1.1) unstable; urgency=medium -libforms (1.0.93sp1-2ubuntu2) trusty; urgency=low + * Non-maintainer upload. + * Switch from libtiff4-dev to libtiff-dev (Closes: #736022) - * Build depend on libtiff-dev, instead of libtiff4-dev. + -- Paul Wise Mon, 30 Jun 2014 10:42:13 +0800 - -- Dmitrijs Ledkovs Thu, 05 Dec 2013 22:53:10 +0000 - -libforms (1.0.93sp1-2ubuntu1) trusty; urgency=low - - * Use dh_autotools-dev to update config.{sub,guess} for new ports. - - -- William Grant Mon, 28 Oct 2013 15:32:16 +1100 - -libforms (1.0.93sp1-2build1) precise; urgency=low +libforms (1.2.3-1) unstable; urgency=medium - * Rebuild for libjpeg8. + * New upstream release - -- Colin Watson Tue, 18 Oct 2011 17:08:39 +0100 + -- Peter S Galbraith Sat, 22 Feb 2014 12:59:58 -0500 libforms (1.0.93sp1-2) unstable; urgency=low diff -Nru libforms-1.2.3/debian/control libforms-1.2.3/debian/control --- libforms-1.2.3/debian/control 2014-05-26 05:32:20.000000000 +0000 +++ libforms-1.2.3/debian/control 2014-10-04 04:48:23.000000000 +0000 @@ -1,9 +1,8 @@ Source: libforms Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Peter S Galbraith -Build-Depends: debhelper (>= 7), dpkg (>= 1.15.4) | install-info, libxpm-dev, libjpeg-dev, libtiff-dev, libgl1-mesa-dev, libxext-dev, texi2html, texinfo, texlive-generic-recommended, texlive-latex-base, gsfonts, dh-autoreconf, texlive-fonts-recommended +Maintainer: Peter S Galbraith +Build-Depends: debhelper (>= 7), dpkg (>= 1.15.4) | install-info, libxpm-dev, libjpeg-dev, libtiff-dev, libgl1-mesa-dev, libxext-dev, texi2html, texinfo, texlive-generic-recommended, texlive-latex-base, gsfonts, dh-autoreconf Standards-Version: 3.8.4 Homepage: http://savannah.nongnu.org/projects/xforms/ diff -Nru libforms-1.2.3/debian/rules libforms-1.2.3/debian/rules --- libforms-1.2.3/debian/rules 2014-05-26 05:32:20.000000000 +0000 +++ libforms-1.2.3/debian/rules 2014-10-04 05:18:43.000000000 +0000 @@ -6,10 +6,14 @@ export DH_OPTIONS= +autoreconf: + rm -f acinclude.m4 + autoreconf -fi + build: patch-stamp build-stamp build-stamp: dh_testdir - dh_autoreconf + dh_autoreconf debian/rules -- autoreconf ./configure --prefix=/usr make (cd doc; make info pdf html)