wget 1.12-2.1ubuntu2 source package in Bilimbi Test

Changelog

wget (1.12-2.1ubuntu2) natty; urgency=low

  * Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
    can depend on it.
 -- Steve Langasek <email address hidden>   Sun, 20 Feb 2011 02:58:07 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe web

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
wget_1.12.orig.tar.gz 2.4 MiB 7578ed0974e12caa71120581fa3962ee5a69f7175ddc3d6a6db0ecdcba65b572
wget_1.12-2.1ubuntu2.debian.tar.gz 48.5 KiB 83ac77ab1709d3939471d4ebad8e770fcf9ad6a3933977809369a03365333a36
wget_1.12-2.1ubuntu2.dsc 1.8 KiB 7f5e5ed9a963df21c3676ee18a73df80817ae8a8097ef1907d202c3d51da0d22

Available diffs

View changes file

Binary packages built by this source

wget: 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.
 .
 http://www.gnu.org/software/wget/

wget-udeb: retrieves files from the web

 This package provides wget.gnu binary as alternative to the limited
 implementation in busybox (see for example ssl support).