Merge lp:~logan/ubuntu/saucy/dput/0.9.6.3+nmu2ubuntu1 into lp:ubuntu/saucy/dput

Proposed by Logan Rosen
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~logan/ubuntu/saucy/dput/0.9.6.3+nmu2ubuntu1
Merge into: lp:ubuntu/saucy/dput
Diff against target: 96 lines (+39/-11)
2 files modified
debian/changelog (+36/-1)
dput.cf (+3/-10)
To merge this branch: bzr merge lp:~logan/ubuntu/saucy/dput/0.9.6.3+nmu2ubuntu1
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+165764@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-26 15:50:06 +0000
+++ debian/changelog 2013-05-26 04:49:27 +0000
@@ -1,3 +1,38 @@
1dput (0.9.6.3+nmu2ubuntu1) saucy; urgency=low
2
3 * Merge from Debian unstable. Remaining changes:
4 - debian/control: Added suggests on python-bzrlib (as we use the
5 bzrlib.transport).
6 - debian/rules: Updated to install sftp.py.
7 - dput:
8 + Recognize 0ubuntu1 as a debian version that requires
9 orig.tar.gz to be included in the upload.
10 + Correctly handle cases where a non-existant host or no host at all is
11 supplied when -o option is passed. (Thanks to David Futcher for
12 spotting)
13 + Be more careful about setting a variable in a section that does not
14 exist in host argument handling.
15 - dput.1: Updated to document host argument feature and sftp support.
16 - dput.cf:
17 + Set 'default_main_host = ubuntu'
18 + Set 'progress_indicator = 2'
19 + Updated ppa stanza to make use of argument support.
20 - dput.cf.5: Updated to note support for sftp transport and host args.
21 - http.py: Don't incorrectly assume that HTTPResponse.reason is an
22 integer when generating an error message.
23 - sftp.py: Support for uploads via sftp transport with a progress
24 indicator.
25
26 -- Logan Rosen <logan@ubuntu.com> Sun, 26 May 2013 00:34:14 -0400
27
28dput (0.9.6.3+nmu2) unstable; urgency=low
29
30 * Non-maintainer upload.
31 * Update dput.cf to deal with backports.org being integrated into
32 the main archive (Closes: #704228).
33
34 -- Thijs Kinkhorst <thijs@debian.org> Sun, 31 Mar 2013 13:09:54 +0200
35
1dput (0.9.6.3+nmu1ubuntu1) raring; urgency=low36dput (0.9.6.3+nmu1ubuntu1) raring; urgency=low
237
3 * Merge from Debian unstable. Remaining changes:38 * Merge from Debian unstable. Remaining changes:
@@ -23,7 +58,7 @@
23 - sftp.py: Support for uploads via sftp transport with a progress58 - sftp.py: Support for uploads via sftp transport with a progress
24 indicator.59 indicator.
2560
26 -- Logan Rosen <logatronico@gmail.com> Mon, 26 Nov 2012 15:50:06 -050061 -- Logan Rosen <logan@ubuntu.com> Mon, 26 Nov 2012 15:50:06 -0500
2762
28dput (0.9.6.3+nmu1) unstable; urgency=low63dput (0.9.6.3+nmu1) unstable; urgency=low
2964
3065
=== modified file 'dput.cf'
--- dput.cf 2012-11-26 15:50:06 +0000
+++ dput.cf 2013-05-26 04:49:27 +0000
@@ -26,7 +26,7 @@
26method = ftp26method = ftp
27# Please, upload your package to the proper archive27# Please, upload your package to the proper archive
28# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload28# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
29allowed_distributions = (?!UNRELEASED|.*-security|.*-backports)29allowed_distributions = (?!UNRELEASED|.*-security)
3030
31# http://lists.debian.org/debian-project/2009/05/msg00036.html31# http://lists.debian.org/debian-project/2009/05/msg00036.html
32[ftp-eu]32[ftp-eu]
@@ -37,7 +37,7 @@
37allow_dcut = 137allow_dcut = 1
38# Please, upload your package to the proper archive38# Please, upload your package to the proper archive
39# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload39# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
40allowed_distributions = (?!UNRELEASED|.*-security|.*-backports)40allowed_distributions = (?!UNRELEASED|.*-security)
4141
42# http://lists.debian.org/debian-devel-announce/2008/09/msg00007.html42# http://lists.debian.org/debian-devel-announce/2008/09/msg00007.html
43[ssh-upload]43[ssh-upload]
@@ -49,7 +49,7 @@
49allow_dcut = 149allow_dcut = 1
50# Please, upload your package to the proper archive50# Please, upload your package to the proper archive
51# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload51# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
52allowed_distributions = (?!UNRELEASED|.*-security|.*-backports)52allowed_distributions = (?!UNRELEASED|.*-security)
5353
54# And if you want to override one of the defaults, add it here.54# And if you want to override one of the defaults, add it here.
55# For example, comment out the next line55# For example, comment out the next line
@@ -82,13 +82,6 @@
82incoming = /pub/Incoming/upload82incoming = /pub/Incoming/upload
83login = anonymous83login = anonymous
8484
85[backports]
86fqdn = backports-master.debian.org
87method = ftp
88incoming = /pub/UploadQueue/
89login = anonymous
90allow_dcut = 1
91
92[ubuntu]85[ubuntu]
93fqdn = upload.ubuntu.com86fqdn = upload.ubuntu.com
94method = ftp87method = ftp

Subscribers

People subscribed via source and target branches

to all changes: