From f2124a159f490e0906643876fcbbb1758fe8b032 Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Mon, 8 Apr 2013 11:14:43 +0900 Subject: [PATCH] Fix shlibs call. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8824104c..446ff00a 100755 --- a/debian/rules +++ b/debian/rules @@ -40,4 +40,4 @@ override_dh_strip: override_dh_auto_test: override_dh_makeshlibs: - dh_makeshlibs -V 'libvisp2 (>=2.x.y)' + dh_makeshlibs -V 'libvisp2 (>=2.7.0)' -- GitLab