lp:~logan/ubuntu/trusty/dput/0.9.6.4ubuntu1

Created by Logan Rosen and last modified
Get this branch:
bzr branch lp:~logan/ubuntu/trusty/dput/0.9.6.4ubuntu1
Only Logan Rosen can upload to this branch. If you are Logan Rosen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Logan Rosen
Status:
Merged

Recent revisions

17. By Logan Rosen

* 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.
* Add missing space in printed sentence after lintian checks.
* dcut honours ssh_config_options, thanks Luca Falavigna (Closes: #656692)
* Allow quote in DEBFULLNAME, thanks Thomas Preud'homme (Closes: #578617)
* Fix HTTPS auth urllib2 failures, thanks Chow Loong Jin (Closes: #580505)
* Merge NUMs to git, thanks Thijs Kinkhorst and Alberto Á. Fuentes
* Remove jp server from dput.cf, thanks Hideki Yamane (Closes: #703858)
* Check for execute perms of /usr/bin/gpg instead of read, thanks Richard
  Laager (Closes: #595505)
* Add missing stdout flush between "Uploading" and "done." for ftp, thanks
  Thorsten Glaser (Closes: #664685)
* Apply patch from Jan Hauke Rahm to catch exception if there is no section
  in the config file for a given default_host (Closes: #621507)
* Apply Andrew Shadura's patch for various manpage fixes (Closes: #695175)
* Update Standards-Version to 3.9.4 (add build-arch and build-indep etc.)

16. By Logan Rosen

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

15. By Logan Rosen

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

14. By Alberto Á. Fuentes <email address hidden>

* Non-maintainer upload.
* Discourage people to upload packages to the wrong archive (Closes: #561678)
* Deleted obsolete comment about gluck (Closes: #674585)
* Use case and example about dcut added to man page. Thanks
  Hideki Yamane <email address hidden> (Closes: #688871)

13. By Y Giridhar Appaji Nag

* volatile archive has been discontinued (Closes: #661374)
* Change Vcs-Browser to anonscm.d.o from git.d.o
* Update Standards-Version to 3.9.3 (no changes required)

12. By Y Giridhar Appaji Nag

[ Gerfried Fuchs ]
* Remove .org from the backports target name.

[ Y Giridhar Appaji Nag ]
* Change the default backports configuration (Closes: #595726)
* Clarify the -m option in dcut.1 (Closes: #608634)
* Don't suggest yaclc, it is no longer in the archive
* Update Standards-Version to 3.9.1 (no changes required)

11. By Y Giridhar Appaji Nag

* Use hashlib instead of md5/sha modules for Python 2.6 (Closes: #517831)
* Update Standards-Version to 3.9.0 (no changes required)

10. By Y Giridhar Appaji Nag

* Correct bash completion for --delayed
* Use %s to print HTTP response reason string (not a number)
* Compute md5sums to fix lintian I: no-md5sums-control-file, thanks
  Loïc Minier <email address hidden> (Closes: #564783)
* Mark self.closed = 1 to prevent messing up of display with setting
  progress_indicator=2, thanks Kan-Ru Chen <email address hidden> for
  the patch (Closes: #488316)
* Add allow_cut = 1 to security-master-* (Closes: #574506)
* Fix handling of version for multi-digit epochs (Closes: #577825)
* Update Standards-Version to 3.8.4 (no changes required)
* Switch to dpkg-source 3.0 (native) format
* Don't warn about a DELAYED/0-day upload, just print (Closes: #553198)

9. By Y Giridhar Appaji Nag

* Fix lintian (pedantic) warnings and info messages
  + I: hyphen-used-as-minus-sign in dcut(1)
  + P: maintainer-script-without-set-e
  + P: copyright-refers-to-symlink-license
* set method = ftp as applicable in default dput.cf (Closes: #544360)
* Initialize options['changes'] in dcut, include the changes file itself
  when using dcut -i. Thanks gregor herrmann <email address hidden> for the
  report and fix (Closes: #544440)

8. By Y Giridhar Appaji Nag

* Better (hopefully) language in default messages. Thanks Andre
  Klapper <email address hidden> for the bug report(Closes: #521281)
* Add the new upload queue in Europe to dput.cf as "ftp-eu"
* Fix URL to the dev-ref section on "Handling security-related bugs".
  Thanks Mauro Lizaur <email address hidden> (Closes: #529770)
* Implement a -i option to dcut that reads a changes file to create a
  commands file removing the files uploaded via the changes file. Thanks
  Dinesh Shanbhag <email address hidden> (Closes: #302292)
* Update Standards-Version to 3.8.3 (no changes required)

Branch metadata

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

Subscribers