wget 1.12-3.1ubuntu1 source package in Ubuntu

Changelog

wget (1.12-3.1ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Add wget-udeb to ship wget.gnu as alternative to busybox wget
      implementation.
    - Keep build dependencies in main:
      + debian/control: remove info2man build-dep
      + debian/patches/series: disable wget-infopod_generated_manpage
    - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
    - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
      can depend on it.

wget (1.12-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: move updating config.{guess,sub} from the clean
    target to the config.status target to avoid unnecessarily
    generating patch files with their content (these files are
    now simply removed by the clean target)
  * debian/patches/debian-changes-1.12-2: drop accordingly
  * debian/patches/disable-SSLv2: new; debian/rules: pass the
    new flag -DNO_SSLv2 to configure (Closes: #622032)
  * debian/rules: clean away _all_ files changed during build;
    debian/patches/refresh-pofiles: regenerate all pofiles, which
    will also be done during package build (these changes are made
    to keep the package buildable twice in a row)
  * Add missing B-D on autotools-dev

wget (1.12-3) unstable; urgency=low

  * Upload by Noèl Köthe <email address hidden>;
  * Convert all dpatch-based patches to quilt-based ones, thus fixing the
    bug reported by Lucas Nussbaum (closes: #614373).
  * Add one more patch fixing a typo in doc/wget.texi.
 -- Steve Langasek <email address hidden>   Tue, 17 May 2011 19:46:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
wget_1.12.orig.tar.gz 2.4 MiB 7578ed0974e12caa71120581fa3962ee5a69f7175ddc3d6a6db0ecdcba65b572
wget_1.12-3.1ubuntu1.debian.tar.gz 422.7 KiB b68b44e9ab9f6d8b4dd69ff7041f431399bb07293f3acd1db8ef6555593316b8
wget_1.12-3.1ubuntu1.dsc 1.8 KiB 94fbfe7a3003f2701d3359f7768c90b6ec7db04ad248ee20bb149843e37079a1

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.

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).