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
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-11-26 15:50:06 +0000
3+++ debian/changelog 2013-05-26 04:49:27 +0000
4@@ -1,3 +1,38 @@
5+dput (0.9.6.3+nmu2ubuntu1) saucy; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - debian/control: Added suggests on python-bzrlib (as we use the
9+ bzrlib.transport).
10+ - debian/rules: Updated to install sftp.py.
11+ - dput:
12+ + Recognize 0ubuntu1 as a debian version that requires
13+ orig.tar.gz to be included in the upload.
14+ + Correctly handle cases where a non-existant host or no host at all is
15+ supplied when -o option is passed. (Thanks to David Futcher for
16+ spotting)
17+ + Be more careful about setting a variable in a section that does not
18+ exist in host argument handling.
19+ - dput.1: Updated to document host argument feature and sftp support.
20+ - dput.cf:
21+ + Set 'default_main_host = ubuntu'
22+ + Set 'progress_indicator = 2'
23+ + Updated ppa stanza to make use of argument support.
24+ - dput.cf.5: Updated to note support for sftp transport and host args.
25+ - http.py: Don't incorrectly assume that HTTPResponse.reason is an
26+ integer when generating an error message.
27+ - sftp.py: Support for uploads via sftp transport with a progress
28+ indicator.
29+
30+ -- Logan Rosen <logan@ubuntu.com> Sun, 26 May 2013 00:34:14 -0400
31+
32+dput (0.9.6.3+nmu2) unstable; urgency=low
33+
34+ * Non-maintainer upload.
35+ * Update dput.cf to deal with backports.org being integrated into
36+ the main archive (Closes: #704228).
37+
38+ -- Thijs Kinkhorst <thijs@debian.org> Sun, 31 Mar 2013 13:09:54 +0200
39+
40 dput (0.9.6.3+nmu1ubuntu1) raring; urgency=low
41
42 * Merge from Debian unstable. Remaining changes:
43@@ -23,7 +58,7 @@
44 - sftp.py: Support for uploads via sftp transport with a progress
45 indicator.
46
47- -- Logan Rosen <logatronico@gmail.com> Mon, 26 Nov 2012 15:50:06 -0500
48+ -- Logan Rosen <logan@ubuntu.com> Mon, 26 Nov 2012 15:50:06 -0500
49
50 dput (0.9.6.3+nmu1) unstable; urgency=low
51
52
53=== modified file 'dput.cf'
54--- dput.cf 2012-11-26 15:50:06 +0000
55+++ dput.cf 2013-05-26 04:49:27 +0000
56@@ -26,7 +26,7 @@
57 method = ftp
58 # Please, upload your package to the proper archive
59 # http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
60-allowed_distributions = (?!UNRELEASED|.*-security|.*-backports)
61+allowed_distributions = (?!UNRELEASED|.*-security)
62
63 # http://lists.debian.org/debian-project/2009/05/msg00036.html
64 [ftp-eu]
65@@ -37,7 +37,7 @@
66 allow_dcut = 1
67 # Please, upload your package to the proper archive
68 # http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
69-allowed_distributions = (?!UNRELEASED|.*-security|.*-backports)
70+allowed_distributions = (?!UNRELEASED|.*-security)
71
72 # http://lists.debian.org/debian-devel-announce/2008/09/msg00007.html
73 [ssh-upload]
74@@ -49,7 +49,7 @@
75 allow_dcut = 1
76 # Please, upload your package to the proper archive
77 # http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
78-allowed_distributions = (?!UNRELEASED|.*-security|.*-backports)
79+allowed_distributions = (?!UNRELEASED|.*-security)
80
81 # And if you want to override one of the defaults, add it here.
82 # For example, comment out the next line
83@@ -82,13 +82,6 @@
84 incoming = /pub/Incoming/upload
85 login = anonymous
86
87-[backports]
88-fqdn = backports-master.debian.org
89-method = ftp
90-incoming = /pub/UploadQueue/
91-login = anonymous
92-allow_dcut = 1
93-
94 [ubuntu]
95 fqdn = upload.ubuntu.com
96 method = ftp

Subscribers

People subscribed via source and target branches

to all changes: