Change logs for dput source package in Impish

  • dput (1.1.0ubuntu2) impish; urgency=medium
    
      * 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. LP: #632041
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 29 Jul 2021 10:58:41 +0100
  • dput (1.1.0ubuntu1) hirsute; 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.
        - 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 some more debug output for our changes, and adjust it to match changes
        in 1.1.0 upstream.
    
    dput (1.1.0) unstable; urgency=medium
    
      * The “Abinta Kabir” release.
      * Correct processing of config file for ‘dh_bash-completion’.
        Closes: bug#921662. Thanks to Antoine Beaupre for the report.
      * Correct URL to documentation in security warning.
        Closes: bug#913865. Thanks to Dima Kogan for the report.
      * Consistent ‘dput’ command-line parsing regardless of ‘--check-only’.
      * Farewell to transition handling of obsolete ‘gluck_delayed’ host.
        The DELAYED queue has been on ‘ftp.upload.debian.org’ since 2009.
      * Rename default Git branch in official repository, to ‘main’.
      * Remove redundant dependency on ‘debhelper’.
        The ‘debhelper-compat’ dependency brings the correct packages.
      * Declare conformance to “Standards-Version: 4.5.1”.
      * Declare Debhelper compatibility level 13.
      * Specify the package build system does not require root privilege.
      * Replace dependency on HTTPretty with custom Python mock code.
      * Mark as “superficial” those autopkgtest cases with no coverage.
        Closes: bug#974447. Thanks to Sudip Mukherjee for the report.
      * Emit the response body as a debug message, when HTTP error response.
        Closes: bug#900545. Thanks to Alexandre Viau for the report.
      * Update publication years in copyright notices.
    
     -- Julian Andres Klode <email address hidden>  Mon, 15 Feb 2021 11:39:38 +0100