diff options
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r-- | waterfox/debian/control | 85 |
1 files changed, 43 insertions, 42 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control index f9736d9..a55d956 100644 --- a/waterfox/debian/control +++ b/waterfox/debian/control @@ -4,49 +4,50 @@ Priority: optional Maintainer: B Stack <bgstack15@gmail.com> XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org> Build-Depends: debhelper (>= 12), - autoconf2.13, - autotools-dev, - binutils-avr, - cargo (>= 0.25), - ccache, - clang-6.0, - dpkg-dev (>= 1.16.1.1~), - libasound2-dev, - libbz2-dev, - libclang-6.0-dev, - libdbus-glib-1-dev, - libevent-dev (>= 1.4.1), - libgconf2-dev, - libglib2.0-dev (>= 2.16.0), - libgtk2.0-dev (>= 2.10), - libgtk-3-dev, - libiw-dev, - libjpeg-dev, - libjsoncpp-dev, - libnotify-dev, - libpulse-dev, - libreadline-dev, - libstartup-notification0-dev, - libtinfo-dev, - libx11-dev, - libx11-xcb-dev, - libxt-dev, - llvm-6.0-dev, - locales, - lsb-release, - python2.7, - python-minimal (>= 2.6.6-13~), - python-ply, - rustc (>= 1.24), - unzip, - xauth, - xfonts-base, - xvfb, - yasm (>= 1.1), - zip, - zlib1g-dev + autoconf2.13, + autotools-dev, + binutils-avr, + cargo (>= 0.35), + ccache, + clang (>= 4.0) | clang-4.0 | clang-6.0 | clang-7, + dpkg-dev (>= 1.16.1.1~), + libasound2-dev, + libbz2-dev, + libclang-dev (>= 4.0) | libclang-4.0-dev | libclang-6.0-dev | libclang-7-dev, + libdbus-glib-1-dev, + libevent-dev (>= 1.4.1), + libfontconfig-dev, + libgconf2-dev, + libglib2.0-dev (>= 2.16.0), + libgtk2.0-dev (>= 2.10), + libgtk-3-dev, + libiw-dev, + libjpeg-dev, + libjsoncpp-dev, + libnotify-dev, + libreadline-dev, + libstartup-notification0-dev, + libtinfo-dev, + libx11-dev, + libx11-xcb-dev, + libxt-dev, + llvm-dev (>= 4.0) | llvm-4.0-dev | llvm-6.0-dev | llvm-7-dev, + locales, + lsb-release, + python2 (>= 2.7.18-2~) | python (>= 2.7), + python-ply, + rustc (>= 1.34), + unzip, + xauth, + xfonts-base, + xvfb, + yasm (>= 1.1), + zip, + zlib1g-dev +# disabled for testing python-minimal (>= 2.6.6-13~), Standards-Version: 3.9.7 Homepage: https://www.waterfox.net/ +# libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev Package: waterfox Architecture: any @@ -54,7 +55,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 |