Source: libgphoto2 Version: 2.5.4-1 Severity: important Tags: patch User: [email protected] Usertags: ppc64el
Dear Maintainer, libgphoto2 fails to build on the ppc64el architectures, as it fails to recognize this architecture. The root cause is that libtool and configure is outdated in the package, and needs to be updated. The simple patch below should fix that. As it currently blocks the ppc64el bootstrap in debian, and upload as soon as possible would be really appreciated. Thanks. Aurelien diff -Nru libgphoto2-2.5.4/debian/control libgphoto2-2.5.4/debian/control --- libgphoto2-2.5.4/debian/control 2014-01-06 01:37:00.000000000 +0100 +++ libgphoto2-2.5.4/debian/control 2014-08-25 20:10:49.000000000 +0200 @@ -7,7 +7,7 @@ , Gürkan Sengün <[email protected]> Build-Depends: debhelper (>= 9) - , autotools-dev, + , dh-autoreconf, , libtool , libltdl-dev , zlib1g-dev diff -Nru libgphoto2-2.5.4/debian/rules libgphoto2-2.5.4/debian/rules --- libgphoto2-2.5.4/debian/rules 2014-02-09 23:39:31.000000000 +0100 +++ libgphoto2-2.5.4/debian/rules 2014-08-25 20:22:33.000000000 +0200 @@ -64,4 +64,4 @@ endif %: - dh $@ --with autotools_dev + dh $@ --with autoreconf -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.14-1-powerpc64le (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

