From 8a3bac57813b33b0b1c39bf17b45d11adfd90a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 1 Oct 2017 18:12:46 +0100 Subject: [PATCH] Print also dpkg --print-architecture to debug FTBFS in armv7 and ppc64le --- debhelper.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debhelper.spec b/debhelper.spec index c74bf91..bf9632b 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -8,7 +8,7 @@ Name: debhelper Version: 10.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Helper programs for Debian rules Group: Development/Tools @@ -74,6 +74,7 @@ packages use debhelper as part of their build process. #debug dpkg-architecture -qDEB_BUILD_GNU_TYPE dpkg-architecture -qDEB_HOST_GNU_TYPE +dpkg --print-architecture cc -dumpmachine %setup -q -n %{name} @@ -120,6 +121,9 @@ make test %{perl_vendorlib}/* %changelog +* Sun Oct 01 2017 Sérgio Basto - 10.9-2 +- Print also dpkg --print-architecture to debug FTBFS in armv7 and ppc64le + * Wed Sep 20 2017 Fedora Release Monitoring - 10.9-1 - Update to 10.9 (#1493320)