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.
This commit is contained in:
parent
e53efde056
commit
1b1ddc8735
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue