From 429573aa45019a11946971b3e52431cf2e78295c Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Mon, 20 May 2013 17:05:15 +0900 Subject: [PATCH] Packages CMake files in /usr/lib, update changelog. --- debian/changelog | 2 ++ debian/libvisp-dev.install | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2f94a038..a90ba2c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ visp (2.7.0-3) unstable; urgency=low * Do not package usr/share/visp/ViSP-third-party.txt (Closes: #707755). * Install vpConfig.h in include/<architecture triplet> (Closes: #707754). + * Update CMake-related files for multiarch support and install them + in usr/lib/<arch>/visp. -- Thomas Moulard <thomas.moulard@gmail.com> Wed, 15 May 2013 14:47:32 +0900 diff --git a/debian/libvisp-dev.install b/debian/libvisp-dev.install index f3ef0658..a5599b77 100644 --- a/debian/libvisp-dev.install +++ b/debian/libvisp-dev.install @@ -2,4 +2,4 @@ usr/bin/visp-config usr/include/* usr/lib/*/libvisp.so usr/lib/*/pkgconfig/* -usr/share/visp/*.cmake +usr/lib/*/visp/*.cmake -- GitLab