dput 1.2.1ubuntu1 source package in Ubuntu

Changelog

dput (1.2.1ubuntu1) oracular; urgency=medium

  * 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.
    - 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).
    - Implement a new sftp method that connects via openssh and then
      uses paramiko's sftp support. Some code copied from bzr.
    - Add ssh-ubuntu and ssh-ppa upload targets using sftp protocols and ssh
      provided username. Set login name in ~/.ssh/config for ubuntu &
      launchpad hosts to match the launchpad login name.
    - Make versions with Ubuntu suffixes compliant with PEP 440 (LP: #1991606).

dput (1.2.1) unstable; urgency=medium

  * Allow configuration value "", representing “no delayed days”.
    Closes: bug#1072857. Thanks to Martin-Éric Racine for the report.
  * Correct data type of a function argument.
    Closes: bug#1073040. Thanks to Christoph Berg for the report.

dput (1.2) unstable; urgency=medium

  * The “Lassana Bathily” release.

  [ Debian Janitor ]
  * Fix day-of-week for changelog entry 0.9.2.16.

  [ Christoph Berg ]
  * Drop message about problematic multiple orig uploads.
    Closes: bug#706607. Thanks to Raphaël Hertzog and Christoph Berg for
    the report and rationale.

  [ Ben Finney ]
  * Declare conformance to “Standards-Version: 4.7.0”.
    No additional changes required.
  * Emit more-informative message when upload log matches current request.
    Closes: bug#941784. Thanks to Wolfgang Silbermayr for the report.
  * Refine pattern for matching version string, to conform to Policy.
    Thanks to Christoph Berg for the explanation.
  * Remove an ancient warning for a change completed prior to 2009.

 -- Simon Quigley <email address hidden>  Fri, 21 Jun 2024 12:03:45 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dput_1.2.1ubuntu1.tar.xz 517.6 KiB 855859fb026b0b5b405cbe6c97b929be0e5675c42e1a06267643ddd12349ce84
dput_1.2.1ubuntu1.dsc 1.8 KiB 3739637c3d1419d7ea8d1a9e66fdb31b34693b9c896bf4ea083d8ec08181cd06

Available diffs

View changes file

Binary packages built by this source

dput: Debian package upload tool

 DPut is the Debian Package Upload Tool. The ‘dput’ command uploads one or more
 packages to the Debian archive.
 .
 This package also includes the ‘dcut’ command, which can generate and / or
 upload a commands file for the Debian FTP archive upload queue.
 .
 ‘dput’ runs some tests to verify that the package is compliant with Debian
 Policy. It can also run Lintian on the package before upload, and/or run
 ‘dinstall’ in dry-run-mode, when using an appropriate upload method.
 .
 DPut is intended mainly for Debian maintainers, although it can also be useful
 for people maintaining local APT repositories.