diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..056aae5 --- /dev/null +++ b/debian/control @@ -0,0 +1,43 @@ +Source: wget +Section: web +Priority: standard +Maintainer: Noël Köthe <noel@debian.org> +Build-Depends: debhelper (>> 11.0.0), pkg-config, gettext, texinfo, libidn2-0-dev, uuid-dev, libpsl-dev, libpcre2-dev, libgnutls28-dev (>= 3.3.15-5), automake, libssl-dev (>= 0.9.8k), zlib1g-dev, dh-strip-nondeterminism +Standards-Version: 4.3.0 +Homepage: https://www.gnu.org/software/wget/ + +Package: wget +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ca-certificates +Conflicts: wget-ssl +Multi-Arch: foreign +Description: retrieves files from the web + Wget is a network utility to retrieve files from the web + using HTTP(S) and FTP, the two most widely used internet + protocols. It works non-interactively, so it will work in + the background, after having logged off. The program supports + recursive retrieval of web-authoring pages as well as FTP + sites -- you can use Wget to make mirrors of archives and + home pages or to travel the web like a WWW robot. + . + Wget works particularly well with slow or unstable connections + by continuing to retrieve a document until the document is fully + downloaded. Re-getting files from where it left off works on + servers (both HTTP and FTP) that support it. Both HTTP and FTP + retrievals can be time stamped, so Wget can see if the remote + file has changed since the last retrieval and automatically + retrieve the new version if it has. + . + Wget supports proxy servers; this can lighten the network load, + speed up retrieval, and provide access behind firewalls. + +Package: wget-udeb +Package-Type: udeb +Architecture: any +Section: debian-installer +Priority: optional +Depends: ${shlibs:Depends} +Description: retrieves files from the web + This package provides wget.gnu binary as alternative to the limited + implementation in busybox (see for example ssl support). |