Source: tiff3 Version: 3.9.6-3.1 Tags: patch Linking to libtiff4 causes the following warning:
dpkg-shlibdeps: warning: relation > is deprecated: use >> or >= The attached patch should fix this problem. -- Jakub Wilk
--- tiff3-3.9.6/debian/libtiff4.shlibs 2012-01-28 16:48:19.000000000 +0100 +++ tiff3-3.9.6/debian/libtiff4.shlibs 2012-04-16 19:40:12.000000000 +0200 @@ -1 +1 @@ -libtiff 4 libtiff4 (> 3.9.5-2) +libtiff 4 libtiff4 (>= 3.9.5-3) diff -Nru tiff3-3.9.6/debian/libtiffxx0c2.shlibs tiff3-3.9.6/debian/libtiffxx0c2.shlibs --- tiff3-3.9.6/debian/libtiffxx0c2.shlibs 2012-01-28 16:48:35.000000000 +0100 +++ tiff3-3.9.6/debian/libtiffxx0c2.shlibs 2012-04-16 19:40:12.000000000 +0200 @@ -1,2 +1 @@ -libtiffxx 0 libtiffxx0c2 (> 3.9.5-2) - +libtiffxx 0 libtiffxx0c2 (>= 3.9.5-3)

