From 077d81d71a1d38621d70a05e7b5ce5f3d1c1ef98 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 1 Jul 2019 17:23:48 +0200 Subject: [PATCH] try to remove the powerpc workaround for trusty --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/rules b/debian/rules index 0718c1f8..91e57279 100755 --- a/debian/rules +++ b/debian/rules @@ -234,6 +234,13 @@ endif endif endif +OLD_DH_DISTRO := trusty +ifneq (,$(filter $(DISTRO),$(OLD_DH_DISTRO))) +# DH doesn't support the [power ...] in install +# fails with cp: cannot stat 'debian/tmp/[!powerpc': No such file or directory + $(shell sed -e "s|\[\!powerpc \!powerpcspe\] ||g" llvm-$(LLVM_VERSION)-dev.install) +endif + DH_OPTIONS= OCAML_ENABLE= no OCAML_ARCHS := amd64 arm64 armhf i386 ppc64el s390x