lp:ubuntu/maverick/dput

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/dput
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

27. By Bhavani Shankar

* 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)

26. By Bhavani Shankar

* 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

25. By Loïc Minier

Compute md5sum.

24. By Evan

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

23. By Muharem Hrnjadovic

* 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.

22. By Michael Bienia

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

21. By Cody A.W. Somerville

* 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)

20. By Bhavani Shankar

* 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.

19. By Cody A.W. Somerville

* 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.

18. By Cody A.W. Somerville

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)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/dput
This branch contains Public information 
Everyone can see this information.

Subscribers