Change logs for dput source package in Hirsute

  • 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
  • dput (1.0.3ubuntu1) eoan; urgency=medium
    
      [ Julian Andres Klode ]
      * 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.
      * sftp: Use bigger chunks when copying files (LP: #1814791)
      * sftp: Handle exceptions during upload, try to remove file
    
      [ David Lechner ]
      * sftp: fix atomic upload regression for sftp method (LP: #1762572)
    
    dput (1.0.3) unstable; urgency=medium
    
      * The “سعد راشد محمد الفقيه‎‎ (Sa'ad Rashed Mohammad al-Faqih)” release.
    
      [ Ben Finney ]
      * Specify current VCS for this code base.
      * Declare “Standards-Version: 4.3.0”. No additional changes needed.
      * Declare Debhelper compatibility level 12.
      * debian/compat:
        * Remove obsolescent configuration file.
      * Update publication years in copyright notices.
    
      [ Ondřej Nový ]
      * Remove specification of minimum Python versions.
        The required versions are now in all supported Debian releases.
    
     -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2019 12:31:01 +0200