dput 0.9.6.3+nmu2ubuntu1 source package in Ubuntu

Changelog

dput (0.9.6.3+nmu2ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/control: Added suggests on python-bzrlib (as we use the
      bzrlib.transport).
    - debian/rules: Updated to install sftp.py.
    - 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.
    - sftp.py: Support for uploads via sftp transport with a progress
      indicator.

dput (0.9.6.3+nmu2) unstable; urgency=low

  * Non-maintainer upload.
  * Update dput.cf to deal with backports.org being integrated into
    the main archive (Closes: #704228).
 -- Logan Rosen <email address hidden>   Sun, 26 May 2013 00:34:14 -0400

Upload details

Uploaded by:
Logan Rosen
Sponsored by:
Martin Pitt
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dput_0.9.6.3+nmu2ubuntu1.tar.gz 51.3 KiB d5720c06ca4963cb4d62da31295d52eb9a12f964a64ae6d17e5293648ec234f5
dput_0.9.6.3+nmu2ubuntu1.dsc 1.6 KiB 406d7058d47df9385c90c96111e6f00de73c27146e4953ea8a13bea1343a084b

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.