Change logs for dput source package in Kinetic

  • dput (1.1.2ubuntu2.1) kinetic; urgency=medium
    
      * Make versions with Ubuntu suffixes compliant with PEP 440 (LP: #1991606)
    
     -- Benjamin Drung <email address hidden>  Thu, 29 Jun 2023 14:54:30 +0200
  • dput (1.1.2ubuntu2) kinetic; urgency=medium
    
      * Promote python3-paramiko to Recommends, to promote the usage of
        ssh-ubuntu as an upload target over ubuntu (LP: #1991569).
    
     -- Simon Quigley <email address hidden>  Wed, 05 Oct 2022 08:47:02 -0500
  • dput (1.1.2ubuntu1) kinetic; 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 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.
    
    dput (1.1.2) unstable; urgency=medium
    
      * Default to "$HOME/.config" if variable XDG_CONFIG_HOME is not set.
        Closes: bug#1014181, bug#1014182.
        Thanks to Ben Hutchings for the reports.
    
    dput (1.1.1) unstable; urgency=medium
    
      * The “Koyo Ogasawara” release.
      * Update publication years in copyright notices.
      * Declare conformance to “Standards-Version: 4.6.1”. No changes needed.
      * Remove dependency declarations against ancient package versions.
      * Use wildcard for version string in context for Lintian overrides.
      * Declare auto-generated Setuptools ‘egg-info’ files to ‘dh_clean’.
      * Implement `urllib.request.Request` compatible API for auth.
        Closes: bug#944194. Thanks to TQ Hirsch for the report
        and to Mathieu Parent for the implementation.
      * Remove a workaround for a Debhelper bug now fixed.
      * Read user configuration file from XDG standard location by default.
        Closes: bug#787840. Thanks to Rodolphe PELLOUX-PRAYER for the report.
    
     -- Steve Langasek <email address hidden>  Sun, 03 Jul 2022 14:17:06 -0700
  • 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