From 75f2be7383ce230a5d5a990a6281becc4d27ac47 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 19 Jul 2019 17:30:04 +0200 Subject: [PATCH] Build with BUILD_PATH_PREFIX_MAP set ... to avoid Lintian's file-references-package-build-path --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 5b4e5dc0..634eeac2 100755 --- a/debian/rules +++ b/debian/rules @@ -65,6 +65,9 @@ ifneq (,$(filter $(DEB_HOST_ARCH),armel)) CONFIGURE_OPTS += --disable-native-compiler endif +# To avoid Lintian's file-references-package-build-path +export BUILD_PATH_PREFIX_MAP=/usr/src/ocaml=$(CURDIR) + %: dh $@ -- 2.30.2