dput 1.0.1ubuntu1~wip0 source package in Ubuntu

Changelog

dput (1.0.1ubuntu1~wip0) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - dput:
      + Recognize 0ubuntu1 as a debian version that requires
        orig.tar.gz to be included in the upload.
      + Correctly handle cases where a non-existant host or no host at all is
        supplied when -o option is passed. (Thanks to David Futcher for
        spotting)
      + Be more careful about setting a variable in a section that does not
        exist in host argument handling.
    - dput.1: Updated to document host argument feature and sftp support.
    - dput.cf:
      + Set 'default_main_host = ubuntu'
      + Set 'progress_indicator = 2'
      + Updated ppa stanza to make use of argument support.
    - dput.cf.5: Updated to note support for sftp transport and host args.
    - http.py: Don't incorrectly assume that HTTPResponse.reason is an
      integer when generating an error message.
    - dput.cf: Switch ubuntu stanza to upload to "/ubuntu" rather than "/"
      (LP: #1340130).
    - dput.cf: Drop trailing "/ubuntu" from ppa stanza, to support the new
      form of the upload path needed for PPAs based on derived distributions
      (LP: #1340130).
  * TODO:
      - sftp.py: Support for uploads via sftp transport with a progress
      indicator, using paramiko.

 -- Julian Andres Klode <email address hidden>  Wed, 10 Jan 2018 20:55:08 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dput_1.0.1ubuntu1~wip0.tar.xz 102.5 KiB a6d8475304e8dc0ce2b9e1e8721b39253002ace3eacafb7d8cbe828e72b670f9
dput_1.0.1ubuntu1~wip0.dsc 1.8 KiB 5d227859a05af109b7036a4801e502cf42354df7cbe93c425335b0700bc5915f

Available diffs

View changes file

Binary packages built by this source

dput: Debian package upload tool

 dput allows you to put one or more Debian packages into the archive. This
 package also includes a dcut utility which can be used to generate and / or
 upload a commands file for the Debian FTP archive upload queue.
 .
 dput includes some tests to verify that the package is policy-compliant.
 It offers the possibility to run lintian before the upload. It can also
 run dinstall in dry-run-mode, when having used an appropriate upload method.
 This is very useful to see if the upload will pass dinstall sanity checks
 in the next run.
 .
 It is intended mainly for Debian maintainers only, although it can
 also be useful for people maintaining local APT repositories.