Change log for dput package in Ubuntu

155 of 55 results
Published in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
dput (1.2.1ubuntu2) oracular; urgency=medium

  * Fix uploads with SFTP.

 -- Simon Quigley <email address hidden>  Fri, 21 Jun 2024 13:05:54 -0500
Superseded in oracular-proposed
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).

Available diffs

Published in lunar-updates
Deleted in lunar-proposed (Reason: moved to -updates)
dput (1.1.3ubuntu2.1) lunar; urgency=medium

  * Make PEP 440 version conversion more robust for SRUs (LP: #1991606)

 -- Benjamin Drung <email address hidden>  Sat, 01 Jul 2023 01:49:41 +0200

Available diffs

Published in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
dput (1.0.3ubuntu1.1) focal; urgency=medium

  * Make versions with Ubuntu suffixes compliant with PEP 440 (LP: #1991606)

 -- Benjamin Drung <email address hidden>  Thu, 29 Jun 2023 16:58:12 +0200

Available diffs

Published in jammy-updates
Deleted in jammy-proposed (Reason: moved to -updates)
dput (1.1.0ubuntu2.1) jammy; urgency=medium

  * Make versions with Ubuntu suffixes compliant with PEP 440 (LP: #1991606)

 -- Benjamin Drung <email address hidden>  Thu, 29 Jun 2023 15:45:46 +0200

Available diffs

Obsolete in kinetic-updates
Deleted in kinetic-proposed (Reason: moved to -updates)
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

Available diffs

Superseded in oracular-release
Published in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
dput (1.1.3ubuntu3) mantic; urgency=medium

  * Make PEP 440 version conversion more robust for SRUs (LP: #1991606)

 -- Benjamin Drung <email address hidden>  Thu, 29 Jun 2023 16:09:30 +0200

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
dput (1.1.3ubuntu2) lunar; urgency=medium

  * Make versions with Ubuntu suffixes compliant with PEP 440.

 -- Simon Quigley <email address hidden>  Thu, 16 Feb 2023 15:38:56 -0600
Superseded in lunar-proposed
dput (1.1.3ubuntu1) lunar; 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.

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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.

Available diffs

Superseded in kinetic-release
Published in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to 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

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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.

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Published in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
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)

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
dput (1.0.2ubuntu2) disco; urgency=medium

  * dput/methods/sftp.py:
    - the sftp method now accepts a -p port parameter, thanks Valentyna
      (lp: #1812174)

 -- Sebastien Bacher <email address hidden>  Fri, 18 Jan 2019 11:52:10 +0100

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
dput (1.0.2ubuntu1) cosmic; 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.

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dput (1.0.1ubuntu1) bionic; 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.

Superseded in bionic-proposed
dput (1.0.1ubuntu1~wip0) bionic; 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.
    - http.py: Don't incorrectly assume that HTTPResponse.reason is an
      integer when generating an error message.
    - 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).
  * TODO:
      - sftp.py: Support for uploads via sftp transport with a progress
      indicator, using paramiko.

 -- Julian Andres Klode <email address hidden>  Wed, 10 Jan 2018 20:55:08 +0100

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
dput (0.9.6.4ubuntu4) artful; urgency=medium

  * Cherry-pick fix from 0.12.1 to specify current recommended archive
    host for Debian security updates. Closes: #863348.

 -- Jeremy Bicha <email address hidden>  Mon, 09 Oct 2017 17:51:30 -0400

Available diffs

Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
dput (0.9.6.4ubuntu1.1) trusty; urgency=medium

  * dput.cf: Drop trailing "/ubuntu" from ppa stanza, to support the new
    form of the upload path needed for PPAs based on derived distributions.
    Also switch ubuntu stanza to upload to "/ubuntu" rather than "/"
    (LP: #1340130).
 -- Colin Watson <email address hidden>   Thu, 10 Jul 2014 12:00:29 +0100

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
dput (0.9.6.4ubuntu3) utopic; urgency=medium

  * dput.cf: Switch ubuntu stanza to upload to "/ubuntu" rather than "/"
    (LP: #1340130).
 -- Colin Watson <email address hidden>   Thu, 10 Jul 2014 12:00:29 +0100

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
dput (0.9.6.4ubuntu2) utopic; urgency=medium

  * 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).
 -- Colin Watson <email address hidden>   Thu, 10 Jul 2014 11:48:28 +0100

Available diffs

Published in precise-backports
dput (0.9.6.2ubuntu2~ubuntu12.04.1) precise-backports; urgency=medium

  * No-change backport to precise (LP: #1254016)

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
dput (0.9.6.4ubuntu1) trusty; 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.

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
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.

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
dput (0.9.6.3+nmu1ubuntu1) raring; 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.

Superseded in raring-release
Obsolete in quantal-release
dput (0.9.6.2ubuntu2) quantal; urgency=low

  * sftp.py:
    - Add support for a progress indicator to the sftp method (LP: #633109)
    - Delete trailing whitespace
  * debian/control:
    - Suggest python-bzrlib instead of bzr
 -- Chow Loong Jin <email address hidden>   Mon, 16 Jul 2012 08:57:02 +0200

Available diffs

Superseded in quantal-release
Published in precise-release
Obsolete in oneiric-release
dput (0.9.6.2ubuntu1) oneiric; urgency=low

  * Merge from debian unstable (LP: #775587), remaining changes:
    - debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    - debian/rules: Updated to install sftp.py
    - sftp.py: Support for uploads via sftp transport
    - dput.cf:
      + Set 'default_main_host = ubuntu'
      + Set 'progress_indicator = 2'
      + Updated ppa stanza to make use of argument support
    - 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.cf.5: Updated to note support for sftp transport and host args
    - dput.1: Updated to document host argument feature and sftp support.
    - Don't incorrectly assume that HTTPResonse.reason is an integer when
      generating an error message

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
Obsolete in maverick-release
dput (0.9.6.1ubuntu1) maverick; urgency=low

  * Merge from debian unstable (LP: #606153). Remaining changes:
    - debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    - debian/rules: Updated to install sftp.py
    - sftp.py: Support for uploads via sftp transport
    - dput.cf:
      + set 'default_main_host = ubuntu'
      + set 'progress_indicator = 2'
      + Updated ppa stanza to make use of argument support
    - 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 (LP: #327239)
    - dput.cf.5: Updated to note support for sftp transport and host args
    - dput.1: Updated to document host argument feature and sftp support.
    - Don't incorrectly assume that HTTPResonse.reason is an integer when
      generating an error message (LP: #380940)
  * Dropped change:
    - Compute md5 sums (merged in debian)

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
dput (0.9.5.1ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes: LP: #507068
    - debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    - debian/rules: Updated to install sftp.py
    - sftp.py: Support for uploads via sftp transport
    - dput.cf:
      + set 'default_main_host = ubuntu'
      + set 'progress_indicator = 2'
      + Updated ppa stanza to make use of argument support
    - 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 (Fixes LP: #327239)
    - dput.cf.5: Updated to note support for sftp transport and host args
    - dput.1: Updated to document host argument feature and sftp support.
    - Don't incorrectly assume that HTTPResonse.reason is an integer when
      generating an error message (LP: #380940).
    - Compute md5 sum

Available diffs

Superseded in lucid-release
dput (0.9.4ubuntu3) lucid; urgency=low

  * Compute md5sum.
 -- Loic Minier <email address hidden>   Mon, 11 Jan 2010 23:08:08 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
dput (0.9.4ubuntu2) karmic; urgency=low

  * Don't incorrectly assume that HTTPResonse.reason is an integer when
    generating an error message (LP: #380940).

 -- Evan Dandrea <email address hidden>   Fri, 19 Jun 2009 10:15:53 +0100

Available diffs

Superseded in karmic-release
dput (0.9.4ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #388939), remaining changes:
    - debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    - debian/rules: Updated to install sftp.py
    - Be more careful about setting a variable in a section that does not
      exist in host argument handling (Fixes LP: #327239)
    - 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)
    - sftp.py: Support for uploads via sftp transport
    - dput.cf:
      + set 'default_main_host = ubuntu'
      + set 'progress_indicator = 2'
    - dput:
      + Recognize 0ubuntu1 as a debian version that requires
        orig.tar.gz to be included in the upload.
    - dput.cf: Updated ppa stanza to make use of argument support.
    - dput.cf.5: Updated to note support for sftp transport and host args
    - dput.1: Updated to document host argument feature and sftp support.

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
dput (0.9.2.37ubuntu3) jaunty; urgency=low

  * Fix deprecation warning with python 2.6 (LP: #336601)

 -- Michael Bienia <email address hidden>   Mon, 02 Mar 2009 12:35:23 +0100

Available diffs

Superseded in jaunty-release
dput (0.9.2.37ubuntu2) jaunty; urgency=low

  * dput:
    - Be more careful about setting a variable in a section that does not
      exist in host argument handling (Fixes LP: #327239)
    - 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)

 -- <email address hidden> (Cody A.W. Somerville)   Mon, 09 Feb 2009 18:02:26 -0400

Available diffs

Superseded in jaunty-release
dput (0.9.2.37ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes: LP: #313718
    + sftp.py: Support for uploads via sftp transport
    + dput.cf:
      - set 'default_main_host = ubuntu'
      - set 'progress_indicator = 2'
    + dput:
      - Recognize 0ubuntu1 as a debian version that requires
        orig.tar.gz to be included in the upload.
    + debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    + debian/rules: Updated to install sftp.py
    + dput:
      - Added ability to pass an argument to the host configuration by placing
        a colon after the hostname. The variable with the same name of the host
        will be replaced with the string following the colon.
      - Properly check to see if config stanza exists for host.
    + dput.cf: Updated ppa stanza to make use of argument support.
    + dput.cf.5: Updated to note support for sftp transport and host args
    + dput.1: Updated to document host argument feature and sftp support.

Superseded in jaunty-release
dput (0.9.2.36ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes: (LP: #310754)
    + sftp.py: Support for uploads via sftp transport
    + dput.cf:
      - set 'default_main_host = ubuntu'
      - set 'progress_indicator = 2'
    + dput:
      - Recognize 0ubuntu1 as a debian version that requires
        orig.tar.gz to be included in the upload.
    + debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    + debian/rules: Updated to install sftp.py
    + dput:
      - Added ability to pass an argument to the host configuration by placing
         a colon after the hostname. The variable with the same name of the host
         will be replaced with the string following the colon. (LP: #196797)
      - Properly check to see if config stanza exists for host. (LP: #196786)
    + dput.cf: Updated ppa stanza to make use of argument support.
    + dput.cf.5: Updated to note support for sftp transport and host args
    + dput.1: Updated to document host argument feature and sftp support.

 -- <email address hidden> (Cody A.W. Somerville)   Mon, 22 Dec 2008 17:16:38 -0500
Superseded in jaunty-release
dput (0.9.2.35ubuntu3) jaunty; urgency=low

  * sftp.py: import bzrlib.transport inside the upload method so that dput will
    not error out when bzrlib.transport is not available but the user isn't
    using the sftp transport anyhow. (LP: #297851)

 -- <email address hidden> (Cody A.W. Somerville)   Fri, 14 Nov 2008 10:30:01 -0400

Available diffs

Superseded in jaunty-release
dput (0.9.2.35ubuntu2) jaunty; urgency=low

  * sftp.py: Actually use the specified login name to
    authenticate. (LP: #296472)

 -- <email address hidden> (Cody A.W. Somerville)   Mon, 10 Nov 2008 15:24:29 -0500

Available diffs

Superseded in jaunty-release
dput (0.9.2.35ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes: (LP: #295613)
    + dput.cf:
      - set ubuntu as default_host_main
      - set 'progress_indicator = 2'
    + dput:
      - Recognize 0ubuntu1 as a debian version that requires
        orig.tar.gz to be included in the upload.
  * sftp.py: Created dput method module to add support for uploads via sftp.
  * ftp.py:
    - Catch exceptions that are thrown on call to ftp_connection.quit()
    - Fixes LP: #183624
  * debian/control: Added suggests on bzr (as we use the bzrlib.transport)
  * debian/rules: Updated to install sftp.py
  * dput:
    - Added ability to pass an argument to the host configuration by placing
      a colon after the hostname. The variable with the same name of the host
      will be replaced with the string following the colon. (LP: #196797)
    - Properly check to see if config stanza exists for host. (LP: #196786)
    - Updated version string to reflect current version.
  * dput.cf: Updated ppa stanza to make use of argument support.
  * dput.cf.5: Updated man page to note support for sftp transport and host args
  * dput.1: Updated man page to document host argument feature and sftp support.

Superseded in jaunty-release
Obsolete in intrepid-release
dput (0.9.2.34ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - In dput.cf, set ubuntu as default_host_main
    - In debian/control, set Ubuntu Core Dev as Maintainer and move Original
      maintainer to XSBC-Original-Maintainer
    - In dput, recognize 0ubuntu1 as a debian_version that requires an
      orig.tar.gz upload - Refix (LP: #17169)
    - Add 'progress_indicator = 2' to dput.cf, so that it is easier to detect
      how much dput has uploaded of the files.
  * Thanks to debian for taking almost all our changes!

 -- Sarah Hobbs <email address hidden>   Mon, 22 Sep 2008 11:04:57 +1000
Superseded in intrepid-release
dput (0.9.2.32ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Exit dcut when targetting ubuntu, revu, and ppa (LP: #186275)
    - In dput.cf, set ubuntu as default_host_main and change the name of the
      ubuntu-revu stanza to revu for compatibility with previous Ubuntu
      versions of dput
    - In debian/control, set Ubuntu Core Dev as Maintainer and move Original
      maintainer to XSBC-Original-Maintainer
    - In dput, recognize 0ubuntu1 as a debian_version that requires an
      orig.tar.gz upload - Refix (LP: #17169)
    - Added stanza in dput.cf for Ubuntu PPA.

Superseded in intrepid-release
dput (0.9.2.31ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes: (LP: #183624)
    - Exit dcut when targetting ubuntu, revu, and ppa (LP: #186275)
    - In dput.cf, set ubuntu as default_host_main and change the name of the
      ubuntu-revu stanza to revu for compatibility with previous Ubuntu
      versions of dput
    - In debian/control, set Ubuntu Core Dev as Maintainer and move Original
      maintainer to XSBC-Original-Maintainer
    - In dput, recognize 0ubuntu1 as a debian_version that requires an
      orig.tar.gz upload - Refix (LP: #17169)
  * Added stanza in dput.cf for Ubuntu PPA.

Superseded in intrepid-release
Obsolete in hardy-release
dput (0.9.2.30ubuntu1) hardy; urgency=low

  [ Daniel Hahler ]
  * Merge from Debian unstable. Remaining Ubuntu changes (LP: #190050):
    - Exit dcut when targetting ubuntu, revu, and ppa (LP: #186275)
    - In dput.cf, set ubuntu as default_host_main, add stanza for mentors, and
      change the name of the ubuntu-revu stanza to revu for compatibility with
      previous Ubuntu versions of dput
    - In debian/control, set Ubuntu Core Dev as Maintainer and move Original
      maintainer to XSBC-Original-Maintainer
    - In dput, recognize 0ubuntu1 as a debian_version that requires an
      orig.tar.gz upload - Refix (LP: #17169)
  * bash_completion: add "-o plusdirs" to "complete", so that directories get
    used in filename completion
  * debian/control: Suggest mini-dinstall (LP: #150577)
  * dput.py, ftp.py, dput.cf.5: FTP port option (ftp_port); patch from
    LKRaider (LP: #140612)

  [ Sarah Hobbs ]
  * Add 'progress_indicator = 2' to dput.cf, so that it is easier to detect
    how much dput has uploaded of the files.

 -- Sarah Hobbs <email address hidden>   Fri, 29 Feb 2008 15:02:31 +1100
Superseded in hardy-release
dput (0.9.2.29ubuntu3) hardy; urgency=low

  * Set progress_indicator = 2 by default in dput.cf

 -- Jonathan Riddell <email address hidden>   Sat, 16 Feb 2008 11:21:43 +0000
Superseded in hardy-release
dput (0.9.2.29ubuntu2) hardy; urgency=low

  * Exit dcut when targetting ubuntu, revu, and ppa (LP: #186275)

 -- Emmet Hikory <email address hidden>   Sun, 27 Jan 2008 13:32:22 +0900
Superseded in hardy-release
dput (0.9.2.29ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - In dput.cf, set ubuntu as default_host_main, add stanza for mentors, and
      change the name of the ubuntu-revu stanza to revu for compatibility with
      previous Ubuntu versions of dput
    - In debian/control, set Ubuntu Core Dev as Maintainer and move Original
      maintainer to XSBC-Original-Maintainer
    - In dput, recognize 0ubuntu1 as a debian_version that requires an
      orig.tar.gz upload - Refix (LP: #17169)

Superseded in hardy-release
Obsolete in gutsy-release
dput (0.9.2.28ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - set ubuntu as default_host_main
  * debian/control:
    - Set Ubuntu Core Dev as Maintainer and move Original maintainer to
    XSBC-Original-Maintainer.

Superseded in gutsy-release
Obsolete in feisty-release
dput (0.9.2.27ubuntu1) feisty; urgency=low

  * Merge from debian unstable, remaining changes:
    - ubuntu configuration

Superseded in feisty-release
dput (0.9.2.26ubuntu1) feisty; urgency=low

  * Merge from debian unstable. Remaining changes:
    - ubuntu configuration

Superseded in feisty-release
Obsolete in edgy-release
dput (0.9.2.25ubuntu1) edgy; urgency=low

  * Merge new debian version.
  * debian/control:
    - Adjusted back python versions for dependencies.
  * dput.cf:
    - Put back ubuntu's configuration bits.

Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
dput (0.9.2.20ubuntu1) dapper; urgency=low


  * Add revu to dput.cf
  * Sync with Debian

 -- Jonathan Riddell <email address hidden>  Sat,  5 Nov 2005 04:26:56 +0000
Obsolete in breezy-release
dput (0.9.2.19ubuntu3) breezy; urgency=low


  * don't warn on -0ubuntu1 versions (thanks to koke for the patch)
    (closes ubuntu #10878)

 -- Michael Vogt <email address hidden>  Thu,  9 Jun 2005 17:57:29 +0200
Obsolete in hoary-release
dput (0.9.2.16ubuntu1) hoary; urgency=low


  * Resynchronise with Debian.

 -- Michael Vogt <email address hidden>  Fri, 24 Dec 2004 10:42:46 +0100
Obsolete in warty-release
dput (0.9.2.13) unstable; urgency=low


  * Added Japanese debconf translations. This fixes the bugreport #227825.
  * Added duct and duct.1 manpage to create and upload .command files. This
    will address the wishlist request #224524. Thanks to Thomas Viehmann
    for contributing that code.
  * dput will now recognize the options -P and --passive for passive ftp.
    This fixes the bug report #228826.
  * This also includes a patch from Thomas Viehmann to fix an incorrect
    debug message. #224404

 -- Christian Kurz <email address hidden>  Wed, 21 Jan 2004 13:34:03 +0100
155 of 55 results