From ba4b4eaacc37bc29b6d99f24b0f6451c758f9c4a Mon Sep 17 00:00:00 2001 From: Gu Zheng Date: Tue, 5 Sep 2017 21:14:35 -0600 Subject: [PATCH] LU-9950 build: add support for Ubuntu(debian) arm64 Add arm64 into the support arch list of debian control file. Change-Id: I9c39a4d8c1896c1255432380bd956330c2edf476 Signed-off-by: Gu Zheng Reviewed-on: https://review.whamcloud.com/28870 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Yingjin Qian Reviewed-by: James Simmons Reviewed-by: Thomas Stibor Reviewed-by: Oleg Drokin --- debian/control | 6 +++--- debian/control.main | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 4a0799d..22e8720e 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Description: source for Lustre filesystem client kernel modules Package: lustre-utils Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Userspace utilities for the Lustre filesystem @@ -57,7 +57,7 @@ Description: Userspace utilities for the Lustre filesystem Package: lustre-tests Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Test suite for the Lustre filesystem @@ -70,7 +70,7 @@ Description: Test suite for the Lustre filesystem Package: lustre-dev Section: libdevel Priority: optional -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Depends: lustre-utils (= ${binary:Version}) Description: Development files for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. diff --git a/debian/control.main b/debian/control.main index 4a0799d..22e8720e 100644 --- a/debian/control.main +++ b/debian/control.main @@ -44,7 +44,7 @@ Description: source for Lustre filesystem client kernel modules Package: lustre-utils Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Userspace utilities for the Lustre filesystem @@ -57,7 +57,7 @@ Description: Userspace utilities for the Lustre filesystem Package: lustre-tests Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Test suite for the Lustre filesystem @@ -70,7 +70,7 @@ Description: Test suite for the Lustre filesystem Package: lustre-dev Section: libdevel Priority: optional -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Depends: lustre-utils (= ${binary:Version}) Description: Development files for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. -- 1.8.3.1