Package: lcms2
Version: 2.5
Severity: normal
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
Please consider applying this patch to enable the lcms2 package to be build on
the new ppc64el architecture.
* Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
getting new libtool macros (still updates config.{sub,guess}).
Thanks
Breno
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: lcms2-2.5/debian/control
===================================================================
--- lcms2-2.5.orig/debian/control 2014-04-24 17:33:52.000000000 +0000
+++ lcms2-2.5/debian/control 2014-04-24 17:35:38.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Oleksandr Moskalenko <[email protected]>
Uploaders: Thomas Weber <[email protected]>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.0), autotools-dev, libjpeg-dev, libtiff-dev, zlib1g-dev, quilt
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.0), dh-autoreconf, libjpeg-dev, libtiff-dev, zlib1g-dev, quilt
Standards-Version: 3.9.5
Homepage: http://www.littlecms.com/
Vcs-Git: git://anonscm.debian.org/collab-maint/lcms2.git
Index: lcms2-2.5/debian/rules
===================================================================
--- lcms2-2.5.orig/debian/rules 2014-04-24 17:33:55.000000000 +0000
+++ lcms2-2.5/debian/rules 2014-04-24 17:35:43.000000000 +0000
@@ -10,7 +10,7 @@
export DH_VERBOSE=1
%:
- dh $@ --with autotools-dev
+ dh $@ --with autoreconf
.PHONY: override_dh_strip
override_dh_strip: