From 980f8e363305569cd3fde701b66c8a6b3c788fac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:04:53 +0200 Subject: Adding debian version 1.21.3-1. Signed-off-by: Daniel Baumann --- debian/control | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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). -- cgit v1.2.3