From 1b1ddc87351ae003d7beaf18cce44aa201dacefa Mon Sep 17 00:00:00 2001 From: Charles Lindsay Date: Fri, 27 Sep 2013 16:25:45 -0700 Subject: [PATCH] Fix webkit dependency again The pipes from last time were probably allowing any webkitgtk version, which isn't what we want. With this, we don't support old builds, but we don't even try to support old builds anyway. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 14065769..7853a780 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8), libunique-3.0-dev (>= 3.0.0), libnotify-dev (>=0.7.5), libcanberra-dev (>= 0.28), - libwebkitgtk-3.0-dev (>= 1.10.0) | libwebkitgtk-3.0-dev (<= 1.10.2), + libwebkitgtk-3.0-dev (<< 1.10.3), libxml2-dev (>= 2.7.8), libsecret-1-dev (>= 0.11), libgmime-2.6-dev (>= 2.6.0), @@ -33,7 +33,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libunique-3.0-0 (>= 3.0.0), libnotify4 (>= 0.7.5), libcanberra0 (>= 0.28), - libwebkitgtk-3.0-0 (>= 1.10.0) | libwebkitgtk-3.0-0 (<= 1.10.2), + libwebkitgtk-3.0-0 (<< 1.10.3), libxml2 (>= 2.7.8), libsqlite3-0 (>= 3.7.4), libgmime-2.6-0 (>= 2.6.0),