summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
committerB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
commit69001f6e35ac4d49d6ceab76344854fa77e808e2 (patch)
treeae20854b6feb039bcc7f92c145b7ff264f1d9130 /waterfox/debian/control
parentMerge branch 'xdg-themes-stackrpms-bump' into 'master' (diff)
parentadd xdgmenumaker-user script and menu entry (diff)
downloadstackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.gz
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.bz2
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.zip
Merge branch 'updates' into 'master'
veracrypt, xdgmenumaker, ublock-origin, notepadpp, palemoon, xseticon dpkg Closes #16 See merge request bgstack15/stackrpms!122
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r--waterfox/debian/control7
1 files changed, 3 insertions, 4 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control
index f9736d9..041161c 100644
--- a/waterfox/debian/control
+++ b/waterfox/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12),
autoconf2.13,
autotools-dev,
binutils-avr,
- cargo (>= 0.25),
+ cargo (>= 0.35),
ccache,
clang-6.0,
dpkg-dev (>= 1.16.1.1~),
@@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 12),
libjpeg-dev,
libjsoncpp-dev,
libnotify-dev,
- libpulse-dev,
libreadline-dev,
libstartup-notification0-dev,
libtinfo-dev,
@@ -37,7 +36,7 @@ Build-Depends: debhelper (>= 12),
python2.7,
python-minimal (>= 2.6.6-13~),
python-ply,
- rustc (>= 1.24),
+ rustc (>= 1.34),
unzip,
xauth,
xfonts-base,
@@ -54,7 +53,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: waterfox-kde
Replaces: waterfox-kde
Provides: www-browser, gnome-www-browser, waterfox-classic
-Suggests: fonts-lyx, libasound2, pulseaudio
+Suggests: fonts-lyx, libasound2
Description: Free, open and private browser
Waterfox focuses on giving users choice while also helping make the world a
better place. Watefox is partners with Ecosia, a search engine that plants trees
bgstack15