Source: jasper Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, The package jasper fails to build from source on ppc64el. Including dh-autoreconf to the build would update the configuration files accordingly, allowing the package to build on new architectures. Thank you for considering this patch. Cheers, Fernando -- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: jasper-1.900.1-debian1/debian/control =================================================================== --- jasper-1.900.1-debian1.orig/debian/control 2014-04-12 20:41:55.000000000 +0000 +++ jasper-1.900.1-debian1/debian/control 2014-05-08 17:25:21.740005322 +0000 @@ -2,7 +2,7 @@ Priority: optional Section: graphics Maintainer: Roland Stigge <sti...@antcom.de> -Build-Depends: debhelper (>= 9), freeglut3-dev, libjpeg8-dev, libxi-dev, libxmu-dev, libxt-dev, autotools-dev +Build-Depends: debhelper (>= 9), freeglut3-dev, libjpeg8-dev, libxi-dev, libxmu-dev, libxt-dev, dh-autoreconf Standards-Version: 3.9.5 Package: libjasper1 Index: jasper-1.900.1-debian1/debian/rules =================================================================== --- jasper-1.900.1-debian1.orig/debian/rules 2011-08-15 17:11:41.000000000 +0000 +++ jasper-1.900.1-debian1/debian/rules 2014-05-08 17:25:02.489999616 +0000 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools_dev + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-shared=yes