Source: libarchive
Version: 3.1.2-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
This is a patch that run autoreconf during the build avoiding FTBFS on the new
architectures (as ppc64el). This bug provides a patch according to [1]
recommendations.
[1] -
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Thank you,
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: libarchive-3.1.2/debian/control
===================================================================
--- libarchive-3.1.2.orig/debian/control 2014-02-12 21:36:54.000000000 +0000
+++ libarchive-3.1.2/debian/control 2014-06-03 19:03:30.000000000 +0000
@@ -13,7 +13,8 @@
sharutils,
nettle-dev,
liblzo2-dev,
- locales | locales-all
+ locales | locales-all,
+ dh-autoreconf
Standards-Version: 3.9.4
Section: libs
Homepage: http://www.libarchive.org/
Index: libarchive-3.1.2/debian/rules
===================================================================
--- libarchive-3.1.2.orig/debian/rules 2014-02-12 21:46:59.000000000 +0000
+++ libarchive-3.1.2/debian/rules 2014-06-03 19:03:08.000000000 +0000
@@ -3,10 +3,10 @@
.PHONY: build
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
build:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --without-openssl --with-nettle \