~ubuntu-branches/ubuntu/maverick/dput/maverick

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Cody A.W. Somerville
  • Date: 2008-12-22 17:16:38 UTC
  • mfrom: (1.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081222171638-bp3m7gyeejq114ju
Tags: 0.9.2.36ubuntu1
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dput (0.9.2.36ubuntu1) jaunty; urgency=low
 
2
 
 
3
  * Merge from debian unstable, remaining changes: (LP: #310754)
 
4
    + sftp.py: Support for uploads via sftp transport
 
5
    + dput.cf:
 
6
      - set 'default_main_host = ubuntu'
 
7
      - set 'progress_indicator = 2'
 
8
    + dput:
 
9
      - Recognize 0ubuntu1 as a debian version that requires
 
10
        orig.tar.gz to be included in the upload.
 
11
    + debian/control: Added suggests on bzr (as we use the bzrlib.transport)
 
12
    + debian/rules: Updated to install sftp.py
 
13
    + dput: 
 
14
      - Added ability to pass an argument to the host configuration by placing
 
15
         a colon after the hostname. The variable with the same name of the host
 
16
         will be replaced with the string following the colon. (LP: #196797)
 
17
      - Properly check to see if config stanza exists for host. (LP: #196786)
 
18
    + dput.cf: Updated ppa stanza to make use of argument support.
 
19
    + dput.cf.5: Updated to note support for sftp transport and host args
 
20
    + dput.1: Updated to document host argument feature and sftp support.
 
21
 
 
22
 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 22 Dec 2008 17:16:38 -0500
 
23
 
 
24
dput (0.9.2.36) unstable; urgency=low
 
25
 
 
26
  * Change Uploader to official Debian ID.
 
27
  * :s/ftp-master.debian.org/ftp.upload.debian.org/g thanks to Євгеній
 
28
    Мещеряков <eugen@debian.org> for the report (Closes: #500024)
 
29
  * Correct progname that was misspelt as prodname.  Thanks "Nelson A.
 
30
  * de Oliveira" <naoliv@debian.org> for the report (Closes: #504612)
 
31
  * Catch exceptions during ftp QUIT, patch based on fix in Ubuntu from
 
32
    Cody Somerville <cody.somerville@canonical.com> (Closes: #484244)
 
33
  * Change 'login = username' to 'login = *' in the default config
 
34
    (Closes: #505451)
 
35
  * Add repository to the .upload filename to allow upload to different
 
36
    repository on the same host.  Thanks Loïc Minier <lool@dooz.org> for
 
37
    the bug report (Closes: #500701)
 
38
 
 
39
 -- Y Giridhar Appaji Nag <appaji@debian.org>  Sat, 22 Nov 2008 22:01:49 +0530
 
40
 
1
41
dput (0.9.2.35ubuntu3) jaunty; urgency=low
2
42
 
3
43
  * sftp.py: import bzrlib.transport inside the upload method so that dput will
975
1015
  * Initial Release.
976
1016
 
977
1017
 -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 15:44:33 +0100
978