From 1beb6589401d889e80900d2a1478bdc2a0012fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 1 Aug 2021 19:36:29 +0000 Subject: [PATCH] Disable carla armhf arch, like upstream. --- helpers/make-carla | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpers/make-carla b/helpers/make-carla index fd673f8..e185789 100644 --- a/helpers/make-carla +++ b/helpers/make-carla @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2019 Mason Hock +# Copyright (C) 2021 Luis Guzman # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,6 +25,10 @@ BACKPORTS=true . ./config +#Set only for amd64 (no docs for armhf), more at +#https://answers.launchpad.net/ubuntu/+source/carla/+question/698213 +sed -i "s|Architecture: any|Architecture: amd64 i386|g" debian/control + changelog "Backported from ppa" compile