From f9cef256703fd679604a65939f56d9ea80caba06 Mon Sep 17 00:00:00 2001
From: Fabien Spindler <Fabien.Spindler@inria.fr>
Date: Sat, 9 Jan 2016 09:43:22 +0100
Subject: [PATCH] Fix missing Breaks/Replaces relation to fix upgrade from
 testing (Closes: #810354)

---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index d34f108c..7abfeac1 100644
--- a/debian/control
+++ b/debian/control
@@ -76,6 +76,8 @@ Depends: ${misc:Depends},
 	liblapack-dev,
 	libgsl-dev,
 	libxml2-dev
+Replaces: libvisp-dev (<< 3.0.0-1)
+Breaks: libvisp-dev (<< 3.0.0-1)
 Description: development files for libvisp-core
  This package contains the header files and static library needed to compile
  applications that use ViSP (Visual Servoing Platform) core.
-- 
GitLab