From 9aa9a7ee90e2a51e03a90cc7856efc66d4d63c3e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 31 Oct 2019 22:45:01 +0100 Subject: [PATCH] control: Build-depend on libpfm4-dev only on linux --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f95cad1e..f00e0c2a 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.0), cmake, chrpath, texinfo, sharutils, ocaml-findlib [amd64 arm64 armhf i386 ppc64el s390x], libctypes-ocaml-dev [amd64 arm64 armhf i386 ppc64el s390x], dh-exec, dh-ocaml [amd64 arm64 armhf i386 ppc64el s390x], - libpfm4-dev + libpfm4-dev [linux-any] Build-Conflicts: oprofile, ocaml Standards-Version: 4.2.1 Homepage: https://www.llvm.org/