1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: privacybrowser
Maintainer: Soren Stoutner <soren@debian.org>
Section: web
Priority: optional
# pkg-kde-tools is required to use `--with kf6` in debian/rules.
Build-Depends: cmake,
debhelper-compat (= 13),
extra-cmake-modules,
libkf6completion-dev,
libkf6configwidgets-dev,
libkf6coreaddons-dev,
libkf6crash-dev,
libkf6dbusaddons-dev,
libkf6doctools-dev,
libkf6i18n-dev,
libkf6kio-dev,
libkf6notifications-dev,
libkf6xmlgui-dev,
pkg-kde-tools,
qt6-webengine-dev
Standards-Version: 4.7.0
Homepage: https://www.stoutner.com/privacy-browser-pc/
Vcs-Git: https://salsa.debian.org/soren/privacybrowser.git
Vcs-Browser: https://salsa.debian.org/soren/privacybrowser
Rules-Requires-Root: no
Package: privacybrowser
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
khelpcenter
Suggests: hunspell-af,
hunspell-an,
hunspell-be,
hunspell-bg,
hunspell-bn,
hunspell-bs,
hunspell-ca,
hunspell-cs,
hunspell-da,
hunspell-de-at,
hunspell-de-at-frami,
hunspell-de-ch,
hunspell-de-ch-frami,
hunspell-de-de,
hunspell-de-de-frami,
hunspell-el,
hunspell-en-gb,
hunspell-en-med,
hunspell-en-za,
hunspell-eo,
hunspell-es,
hunspell-eu,
hunspell-fr,
hunspell-gd,
hunspell-gl,
hunspell-gu,
hunspell-gug,
hunspell-he,
hunspell-hi,
hunspell-hr,
hunspell-hu,
hunspell-id,
hunspell-is,
hunspell-it,
hunspell-kk,
hunspell-kmr,
hunspell-ko,
hunspell-lo,
hunspell-lt,
hunspell-lv,
hunspell-mn,
hunspell-no,
hunspell-ne,
hunspell-oc,
hunspell-pl,
hunspell-pt-br,
hunspell-pt-pt,
hunspell-ro,
hunspell-ru,
hunspell-si,
hunspell-sk,
hunspell-sl,
hunspell-sr,
hunspell-sv,
hunspell-sw,
hunspell-te,
hunspell-th,
hunspell-tr,
hunspell-uk,
hunspell-vi,
myspell-da,
myspell-de-de-1901,
myspell-eo,
myspell-es,
myspell-fo
Provides: www-browser
Description: web browser that respects your privacy
Privacy Browser is a web browser based on Qt WebEngine with a focus on privacy
and security. Features like JavaScript and cookies are disabled by default but
are easy to automatically enable on-the-fly or by domain.
|