diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:47:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:47:51 +0000 |
commit | 8e328572811594ac8aac42d380878b61c944c69a (patch) | |
tree | b1c86012fc38e375fb89671e4b2f519ac83b8a34 /debian/control | |
parent | Adding upstream version 1.21. (diff) | |
download | wget-8e328572811594ac8aac42d380878b61c944c69a.tar.xz wget-8e328572811594ac8aac42d380878b61c944c69a.zip |
Adding debian version 1.21-1+deb11u1.debian/1.21-1+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..113a0ef --- /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-compat (= 13), pkg-config, gettext, texinfo, libidn2-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.5.1 +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). |