File: control

package info (click to toggle)
wget2 2.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,296 kB
  • sloc: ansic: 121,144; sh: 11,559; makefile: 878; xml: 182; sed: 16
file content (96 lines) | stat: -rw-r--r-- 3,643 bytes parent folder | download | duplicates (2)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Source: wget2
Priority: optional
Maintainer: Noël Köthe <noel@debian.org>
# note: you might need to change d/patches/fix_linked_libraries.patch
# if any dependent library has changes
Build-Depends: debhelper-compat (=13),
               doxygen <!nodoc>,
               flex,
               gettext,
               gnulib,
               graphviz,
               inetutils-tools <!nocheck>,
               libbrotli-dev,
               libbz2-dev,
               libgnutls28-dev,
               libgpgme-dev [!x32],
               libidn2-dev,
               liblz-dev,
               liblzma-dev,
               libmicrohttpd-dev <!nocheck>,
               libnghttp2-dev,
               libpcre2-dev,
               libpsl-dev,
               libproxy-dev [!sparc64],
               libzstd-dev,
               lzip,
               pkgconf,
               python3,
               texinfo,
               zlib1g-dev
Standards-Version: 4.7.2
Section: web
Vcs-Git: https://salsa.debian.org/debian/wget2.git
Vcs-Browser: https://salsa.debian.org/debian/wget2
Homepage: https://gitlab.com/gnuwget/wget2
Rules-Requires-Root: no

Package: wget2
Architecture: any
Depends: libwget3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: ca-certificates
Description: file and recursive website downloader
 GNU 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.
 .
 GNU Wget2 is the successor of GNU Wget.

Package: libwget3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Download library for files and recursive websites
 GNU 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.
 .
 This is the library that provides the basic functions needed by
 a webclient.

Package: wget2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Recommends: wget2 (= ${binary:Version})
Description: development file for libwget
 GNU 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.
 .
 These are the development files to build software with libwget.