From 88a7ced6058c2e94b0c2d325babf850ebc01ca31 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 30 Nov 2015 20:58:51 -0800 Subject: [PATCH] Switch to packaging a snapshot for now (while waiting for 0.10.1) to get support for arm64 and stay in-sync with upstream's debian/ --- debian/changelog | 4 ++-- debian/control | 2 +- debian/rules | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index aaa3946..0920e61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -refind (0.10.0-1) UNRELEASED; urgency=medium +refind (0.10.0~git20151201.030531.0.dca8799-1) UNRELEASED; urgency=medium * Initial release (Closes: #715426) - -- Tianon Gravi Wed, 25 Nov 2015 09:07:15 -0800 + -- Tianon Gravi Mon, 30 Nov 2015 20:16:30 -0800 diff --git a/debian/control b/debian/control index 3c130f3..7ca3fa4 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/refind.git Vcs-Git: git://anonscm.debian.org/collab-maint/refind.git Package: refind -Architecture: amd64 i386 +Architecture: amd64 arm64 i386 Depends: efibootmgr, openssl, parted, ${misc:Depends} Description: boot manager for EFI-based computers A graphical boot manager for EFI- and UEFI-based computers, such as all diff --git a/debian/rules b/debian/rules index 6f9c7f2..e18c5c3 100755 --- a/debian/rules +++ b/debian/rules @@ -8,11 +8,15 @@ ifeq (amd64, $(DEB_HOST_ARCH_CPU)) else ifeq (i386, $(DEB_HOST_ARCH_CPU)) EFI_ARCH := ia32 +else +ifeq (arm64, $(DEB_HOST_ARCH_CPU)) + EFI_ARCH := aa64 else $(warning EFI architecture for $(DEB_HOST_ARCH_CPU) is unknown) EFI_ARCH := $(DEB_HOST_ARCH_CPU) endif endif +endif %: dh $@ -- 2.39.2