diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:38:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:38:32 +0000 |
commit | 0440b1aba7cb365233fef1a359c60cbf9c8c8505 (patch) | |
tree | 9acf2322f0dedab6f424d7d8b6b18c340f56a2e4 /debian/control | |
parent | Adding upstream version 1.21.3. (diff) | |
download | wget-debian.tar.xz wget-debian.zip |
Adding debian version 1.21.3-1.debian/1.21.3-1debian
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..55ff4af --- /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.6.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). |