From cf1978a6720e654a3f1d6e94009b0bb2e6b7ec57 Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Tue, 16 Apr 2013 10:40:51 +0900 Subject: [PATCH] Toward multi-arch everywhere. --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 0cea025c..192b6132 100644 --- a/debian/control +++ b/debian/control @@ -59,6 +59,7 @@ Depends: libopencv-dev, libvisp2 (= ${binary:Version}), ${misc:Depends} Suggests: libvisp-doc +Multi-Arch: same Description: visual servoing library - development files ViSP, standing for Visual Servoing Platform, is unique. This software is a complete cross-platform solution that allows prototyping and @@ -89,6 +90,7 @@ Architecture: any Section: debug Depends: libvisp2 (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same Description: visual servoing library - debugging symbols ViSP, standing for Visual Servoing Platform, is unique. This software is a complete cross-platform solution that allows prototyping and @@ -103,6 +105,7 @@ Package: libvisp-doc Architecture: all Section: doc Depends: ${misc:Depends} +Multi-Arch: foreign Description: visual servoing library - documentation ViSP, standing for Visual Servoing Platform, is unique. This software is a complete cross-platform solution that allows prototyping and -- GitLab