Print also dpkg --print-architecture to debug FTBFS in armv7 and ppc64le

epel9
Sérgio M. Basto 7 years ago
parent 3c6a7caa47
commit 8a3bac5781

@ -8,7 +8,7 @@
Name: debhelper Name: debhelper
Version: 10.9 Version: 10.9
Release: 1%{?dist} Release: 2%{?dist}
Summary: Helper programs for Debian rules Summary: Helper programs for Debian rules
Group: Development/Tools Group: Development/Tools
@ -74,6 +74,7 @@ packages use debhelper as part of their build process.
#debug #debug
dpkg-architecture -qDEB_BUILD_GNU_TYPE dpkg-architecture -qDEB_BUILD_GNU_TYPE
dpkg-architecture -qDEB_HOST_GNU_TYPE dpkg-architecture -qDEB_HOST_GNU_TYPE
dpkg --print-architecture
cc -dumpmachine cc -dumpmachine
%setup -q -n %{name} %setup -q -n %{name}
@ -120,6 +121,9 @@ make test
%{perl_vendorlib}/* %{perl_vendorlib}/*
%changelog %changelog
* Sun Oct 01 2017 Sérgio Basto <sergio@serjux.com> - 10.9-2
- Print also dpkg --print-architecture to debug FTBFS in armv7 and ppc64le
* Wed Sep 20 2017 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 10.9-1 * Wed Sep 20 2017 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 10.9-1
- Update to 10.9 (#1493320) - Update to 10.9 (#1493320)

Loading…
Cancel
Save