From 18583eaa2c6fa769ce80605422fa10a60d353af7 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 2 Dec 2019 17:06:08 +0300 Subject: Import llvm-toolchain-8 (1:8.0.1-4) --- debian/debian_path.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/debian_path.h (limited to 'debian/debian_path.h') diff --git a/debian/debian_path.h b/debian/debian_path.h new file mode 100644 index 0000000..539636f --- /dev/null +++ b/debian/debian_path.h @@ -0,0 +1,16 @@ +//===----------------------------------------------------------------------===// +// +// Debian paths declaration management +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef DEBIAN_PATH_H +#define DEBIAN_PATH_H + +// Provides the debian revision +#define DEB_PATCHSETVERSION "@DEB_PATCHSETVERSION@" + +#endif -- cgit v1.2.3