Package: vips Version: 7.36.5-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Hiya, I noticed in Ubuntu that vips fails to build on ppc64el due to out of date build system files. This can easily be resolved by autoreconfing during the build. Could you do the same in Debian too? dh_install: libvips35 missing files (debian/tmp/usr/lib/*/libvips.so.*), aborting Changelog used: * Build with dh-autoreconf to support new architrectures. Patch attached. Cheers, -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ]
diff -Nru vips-7.36.5/debian/changelog vips-7.36.5/debian/changelog diff -Nru vips-7.36.5/debian/control vips-7.36.5/debian/control --- vips-7.36.5/debian/control 2013-12-21 21:21:54.000000000 +0000 +++ vips-7.36.5/debian/control 2014-03-28 12:16:01.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional # Remove armhf dependencies on gcc-4.7 when bug #725880 is closed. # See also note in rules file. -Build-Depends: cdbs (>= 0.4.93~), debhelper (>> 9~), dpkg-dev (>= 1.16.1~), autotools-dev, libjpeg-dev, libtiff-dev, zlib1g-dev, fftw3-dev | libfftw3-dev, liblcms2-dev, libpng-dev, libmagickcore-dev, libmagickwand-dev, libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev, libglib2.0-dev, libice-dev, gettext, pkg-config, libxml-parser-perl, libexif-gtk-dev, python-all-dev, python-dev (>= 2.6.6-3~), liborc-0.4-dev, libopenexr-dev, libmatio-dev, libxml2-dev, libcfitsio3-dev, libopenslide-dev, libwebp-dev, flex, bison, gcc-4.7 [armhf], g++-4.7 [armhf] +Build-Depends: cdbs (>= 0.4.93~), debhelper (>> 9~), dh-autoreconf, dpkg-dev (>= 1.16.1~), autotools-dev, libjpeg-dev, libtiff-dev, zlib1g-dev, fftw3-dev | libfftw3-dev, liblcms2-dev, libpng-dev, libmagickcore-dev, libmagickwand-dev, libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev, libglib2.0-dev, libice-dev, gettext, pkg-config, libxml-parser-perl, libexif-gtk-dev, python-all-dev, python-dev (>= 2.6.6-3~), liborc-0.4-dev, libopenexr-dev, libmatio-dev, libxml2-dev, libcfitsio3-dev, libopenslide-dev, libwebp-dev, flex, bison, gcc-4.7 [armhf], g++-4.7 [armhf] XS-Python-Version: all Maintainer: Jay Berkenbilt <q...@debian.org> Standards-Version: 3.9.5 diff -Nru vips-7.36.5/debian/rules vips-7.36.5/debian/rules --- vips-7.36.5/debian/rules 2013-12-21 21:21:54.000000000 +0000 +++ vips-7.36.5/debian/rules 2014-03-28 11:54:55.000000000 +0000 @@ -30,6 +30,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-module.mk include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/python/python.mk