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
|
Source: netsurf
Section: web
Priority: optional
Maintainer: Vincent Sanders <vince@debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Build-Depends:
debhelper (>= 11~),
libcurl4-openssl-dev | libcurl3-dev,
libpng-dev,
libgtk-3-dev,
flex,
bison,
libhtml-parser-perl,
librsvg2-dev,
libjpeg-dev,
imagemagick,
libfreetype-dev,
libvncserver-dev,
libsdl1.2-dev,
libxcb1-dev,
libxcb-icccm4-dev,
libxcb-image0-dev,
libxcb-keysyms1-dev,
libxcb-util-dev,
libssl-dev,
gperf,
xxd
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/netsurf.git
Vcs-Browser: https://salsa.debian.org/debian/netsurf
Homepage: https://www.netsurf-browser.org
Package: netsurf-gtk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, netsurf-common (=${source:Version})
Provides: www-browser
Recommends: media-types
Description: small web browser with CSS support for GTK
NetSurf is a multi-platform lightweight web browser. It aims to provide
comprehensive rendering of HTML 5 with CSS 2 in a small resource footprint
without compromising performance.
.
This version uses the GTK+ toolkit.
Package: netsurf-fb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, netsurf-common (=${source:Version})
Provides: www-browser
Recommends: media-types
Description: small web browser with CSS support for framebuffers
NetSurf is a multi-platform lightweight web browser. It aims to provide
comprehensive rendering of HTML 5 with CSS 2 in a small resource footprint
without compromising performance.
.
This version uses no toolkit and displays output on various framebuffers.
Package: netsurf-common
Architecture: all
Depends: ${misc:Depends}, ca-certificates, fonts-dejavu
Replaces: netsurf-gtk (<< 2.9-2)
Breaks: netsurf-gtk (<< 2.9-2)
Description: small web browser with CSS support common files
NetSurf is a multi-platform lightweight web browser. It aims to provide
comprehensive rendering of HTML 5 with CSS 2 in a small resource footprint
without compromising performance.
.
These are the common resources for all versions.
|