Source: libopenraw
Version: 0.0.9-3.4
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package libopenraw fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.
Thanks for considering the patch!
Thanks and regards,
Brahadambal
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libopenraw-0.0.9.orig/debian/control libopenraw-0.0.9/debian/control
--- libopenraw-0.0.9.orig/debian/control 2014-08-06 08:26:17.000000000
+0000
+++ libopenraw-0.0.9/debian/control 2014-08-06 08:26:50.000000000 +0000
@@ -5,7 +5,7 @@
Uploaders: Sarah J. Fortune <[email protected]>
Build-Depends:
debhelper (>= 9~)
- , autotools-dev
+ , dh-autoreconf
, libglib2.0-dev (>= 2.0.0)
, libboost-test-dev (>= 1.33.1)
, libjpeg-dev
diff -ruN libopenraw-0.0.9.orig/debian/rules libopenraw-0.0.9/debian/rules
--- libopenraw-0.0.9.orig/debian/rules 2014-08-06 08:26:26.000000000 +0000
+++ libopenraw-0.0.9/debian/rules 2014-08-06 08:26:58.000000000 +0000
@@ -11,4 +11,4 @@
%:
dh $@ \
- --with pkgkde_symbolshelper,autotools_dev
+ --with pkgkde_symbolshelper,autoreconf