Source: elementary
Version: 1.7.7-3
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf
Dear Maintainer,
Your package currently fails to build on the upcoming ppc64el port. To fix that,
you need to run autoreconf during build. The patch to do that is attached.
See for details:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
--
Dmitry Shachnev
diff -ruN a/debian/control b/debian/control
--- a/debian/control 2014-01-26 20:56:09.652784836 +0400
+++ b/debian/control 2014-01-26 20:55:43.368474071 +0400
@@ -4,6 +4,7 @@
Maintainer: Debian Pkg-e Team <pkg-e-de...@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nome...@debian.org>, Albin Tonnerre <lu...@debian.org>
Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 9), doxygen, pkg-config,
+ dh-autoreconf,
libeina-dev (>= 1.7.7), libeet-dev (>= 1.7.7), libevas-dev (>= 1.7.7),
libecore-dev (>= 1.7.7), libedje-dev (>= 1.7.7), libeio-dev (>= 1.7.7),
libefreet-dev (>= 1.7.7), libedbus-dev (>= 1.7.7), libeet-bin
diff -ruN a/debian/rules b/debian/rules
--- a/debian/rules 2014-01-26 20:55:19.092187029 +0400
+++ b/debian/rules 2014-01-26 20:55:08.288059363 +0400
@@ -4,7 +4,7 @@
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- \