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
|
Source: lynx
Section: web
Priority: optional
Maintainer: Debian Lynx Packaging Team <pkg-lynx-maint@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>,
Denis Briand <debian@denis-briand.fr>,
Andreas Metzler <ametzler@debian.org>,
Andy Valencia <lynxomatic@gmail.com>,
Elimar Riesebieter <riesebie@lxtec.de>
Homepage: http://lynx.invisible-island.net/
Build-Depends: autotools-dev,
debhelper (>= 9),
gettext,
libbsd-dev,
libbz2-dev,
libgnutls28-dev,
libidn11-dev,
libncursesw5-dev,
openssh-client,
sharutils,
telnet | telnet-client,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lynx/lynx.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-lynx/lynx.git
Package: lynx-common
Architecture: all
Depends: ${misc:Depends}
Recommends: lynx
Breaks: lynx-cur (<< 2.8.9dev8-2~),
lynx-cur-wrapper (<< 2.8.8dev.8-2)
Replaces: lynx-cur (<< 2.8.9dev8-2~),
lynx-cur-wrapper (<< 2.8.8dev.8-2)
Description: shared files for lynx package
In continuous development since 1992, Lynx sets the standard for
text-mode web clients.
.
This package contains architecture-independent files shared by the
lynx package over any architecture available in Debian. Examples of
such shared files are: manpages, locale and mimetype definitions, and
configuration files.
Package: lynx
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
lynx-common
Provides: news-reader,
www-browser
Breaks: lynx-cur (<< 2.8.9dev8-2~),
lynx-cur-wrapper (<< 2.8.8dev.8-2)
Replaces: lynx-cur (<< 2.8.9dev8-2~),
lynx-cur-wrapper (<< 2.8.8dev.8-2)
Conflicts: lynx-ssl
Recommends: mime-support
Description: classic non-graphical (text-mode) web browser
In continuous development since 1992, Lynx sets the standard for
text-mode web clients. It is fast and simple to use, with support for
browsing via FTP, Gopher, HTTP, HTTPS, NNTP, and the local file system.
Package: lynx-cur
Section: oldlibs
Priority: extra
Architecture: all
Multi-Arch: foreign
Depends: lynx (>= 2.8.9dev8-2~),
${misc:Depends}
Description: Text-mode WWW Browser (transitional package)
This is a transitional package and can safely be removed; see the
lynx package instead.
|