From ff5e4b17abe1930f694834a7238706c03c0101da Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 21 Jun 2017 15:02:12 -0500 Subject: Update changelog for new upstream Git snapshot, hopefully the last one before upload... --- debian/patches/aarch64.diff | 18 ------------------ debian/patches/series | 1 - 2 files changed, 19 deletions(-) delete mode 100644 debian/patches/aarch64.diff (limited to 'debian/patches') diff --git a/debian/patches/aarch64.diff b/debian/patches/aarch64.diff deleted file mode 100644 index 655bcf54..00000000 --- a/debian/patches/aarch64.diff +++ /dev/null @@ -1,18 +0,0 @@ -Description: Build for AArch64, using the ARM configuration. Fixes FTBFS on arm64. - Inspired by Matthias Klose's initial patch fixing this problem. -Author: Simon Quigley -Bug-Debian: http://bugs.debian.org/779465 -Last-Update: 2017-06-19 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -29,6 +29,8 @@ elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MA - set(HARDINFO_ARCH "parisc") - elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "sparc{32,64}") - set(HARDINFO_ARCH "sparc") -+elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "aarch64*") -+ set(HARDINFO_ARCH "aarch64") - elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "arm.*") - set(HARDINFO_ARCH "arm") - elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "ia64") diff --git a/debian/patches/series b/debian/patches/series index 52041061..10145d5a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -aarch64.diff glibc-version.patch -- cgit v1.2.3