Package: src:plymouth
Version: 0.8.8-16
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package fails to build from source on ppc64el -- and possibly other new
archs --
due to out of date configuration files. Full log at:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/plymouth_0.8.8-16_ppc64el.build
Running dh-autoreconf in the build will update the files accordingly.
This patch adds the calling of dh-autoreconf to the build.
Thanks.
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: plymouth-0.8.8/debian/control
===================================================================
--- plymouth-0.8.8.orig/debian/control 2014-04-08 20:50:10.000000000 +0000
+++ plymouth-0.8.8/debian/control 2014-05-22 20:31:05.529984560 +0000
@@ -5,7 +5,7 @@
Build-Depends:
debhelper (>= 9),
dh-systemd,
- autotools-dev,
+ dh-autoreconf,
libdrm-dev,
libgtk2.0-dev,
libpango1.0-dev,
Index: plymouth-0.8.8/debian/rules
===================================================================
--- plymouth-0.8.8.orig/debian/rules 2014-03-31 19:23:40.000000000 +0000
+++ plymouth-0.8.8/debian/rules 2014-05-22 20:31:16.950004379 +0000
@@ -3,7 +3,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh ${@} --parallel --with systemd
+ dh ${@} --parallel --with systemd,autoreconf
override_dh_auto_clean:
dh_auto_clean