[PATCH] Revert "debian/control: add libfdt-dev and device-tree-compiler"
Colin King
colin.king at canonical.com
Fri May 13 13:02:18 UTC 2016
From: Colin Ian King <colin.king at canonical.com>
A malformed depends field is causing a build failure, revert this
commit.
dpkg-gencontrol: error: error occurred while parsing Depends field:
libfwtsiasl1 (= 16.03.00-0~3359~ubuntu15.10.1), libfwtsacpica1
(= 16.03.00-0~3359~ubuntu15.10.1), libfwts1
(= 16.03.00-0~3359~ubuntu15.10.1), fwts-efi-runtime-dkms
(= 16.03.00-0~3359~ubuntu15.10.1) [amd64] , libc6 (>= 2.7),
libfdt1, libfwts1, , pciutils, device-tree-compiler [ppc64el,powerpc]
This reverts commit dab00f3bc569ff7107c8eefd8cfd25e5d3dfebc4.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e4e2972..9d08c4b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Uploaders: Colin King <colin.king at ubuntu.com>, Keng-Yu Lin <kengyu at ubuntu.com>, Alex Hung <alex.hung at canonical.com>, Ivan Hu <ivan.hu at canonical.com>
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
+Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config
Package: fwts
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
-Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), fwts-efi-runtime-dkms (= ${binary:Version}) [amd64] , ${shlibs:Depends}, ${misc:Depends}, pciutils, device-tree-compiler [ppc64el,powerpc]
+Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), fwts-efi-runtime-dkms (= ${binary:Version}) [amd64] , ${shlibs:Depends}, ${misc:Depends}, pciutils
Suggests: dmidecode
Description: FirmWare Test Suite
This is a firmware test suite that performs sanity checks on Intel/AMD
--
2.8.1
More information about the fwts-devel
mailing list