Merge lp:~smoser/ubuntu/precise/python-boto/merge-2.0.2 into lp:ubuntu/precise/python-boto

Proposed by Scott Moser
Status: Merged
Merged at revision: 19
Proposed branch: lp:~smoser/ubuntu/precise/python-boto/merge-2.0.2
Merge into: lp:ubuntu/precise/python-boto
Diff against target: 155 lines (+59/-19)
5 files modified
boto.egg-info/SOURCES.txt (+1/-1)
debian/TODO (+0/-2)
debian/changelog (+46/-0)
debian/control (+3/-3)
debian/rules (+9/-13)
To merge this branch: bzr merge lp:~smoser/ubuntu/precise/python-boto/merge-2.0.2
Reviewer Review Type Date Requested Status
Loïc Minier Approve
Review via email: mp+83891@code.launchpad.net

Description of the change

Sync with debian 2.0.2, in anticipation of pulling pulling in 2.1.1 from upstream.

I wanted to get our delta down as small as possible, as we will have no upstream delta that I'm aware of for 2.1.1, and the only debian delta left is debian/watch.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

Looked good -- merged, thanks; NB: dch recognizes only "UNRELEASED" in debian/changelog, not the lower cased "unreleased".

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'boto.egg-info/SOURCES.txt'
--- boto.egg-info/SOURCES.txt 2011-07-14 16:11:57 +0000
+++ boto.egg-info/SOURCES.txt 2011-11-30 04:00:30 +0000
@@ -237,4 +237,4 @@
237tests/sdb/test_connection.py237tests/sdb/test_connection.py
238tests/sqs/__init__.py238tests/sqs/__init__.py
239tests/sqs/test_connection.py239tests/sqs/test_connection.py
240tests/utils/test_password.py
241\ No newline at end of file240\ No newline at end of file
241tests/utils/test_password.py
242242
=== removed file 'debian/TODO'
--- debian/TODO 2009-12-24 13:27:40 +0000
+++ debian/TODO 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1
2 * generate sphinx doco and install to a python-boto-doc package.
30
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-14 16:11:57 +0000
+++ debian/changelog 2011-11-30 04:00:30 +0000
@@ -1,3 +1,35 @@
1python-boto (2.0-2ubuntu1) unreleased; urgency=low
2
3 * Sync with debian.
4 * Remaining changes from debian:
5 - debian/watch: fix for mangled versions (#650480)
6 * Changes from upstream:
7 - boto/auth.py: use email.utils.formatdate(usegmt=True) instead of strftime
8 as the latter breaks when boto is used from application setting up
9 locales (like bpython or ipython); upstream issue #140.
10 * Dropped delta:
11 - debian/rules: Run testsuite during build but ignore failures
12 since it currently doesn't pass.
13 - debian/rules, debian/control: Transition from pysupport to dh_python2
14 (LP: #788514)
15 - debian/rules:
16 + README removed (no longer in source tarball)
17 + doc install of cq.py removed (it is now installed to /usr/bin)
18
19 -- Scott Moser <smoser@ubuntu.com> Tue, 29 Nov 2011 21:55:58 -0500
20
21python-boto (2.0-2) unstable; urgency=low
22
23 * Promote new upstream to unstable (Closes: #638931).
24
25 -- Eric Evans <eevans@debian.org> Sun, 13 Nov 2011 11:58:40 -0800
26
27python-boto (2.0-1) experimental; urgency=low
28
29 * New upstream release.
30
31 -- Eric Evans <eevans@debian.org> Sun, 16 Oct 2011 17:22:44 -0500
32
1python-boto (2.0-0ubuntu1) oneiric; urgency=low33python-boto (2.0-0ubuntu1) oneiric; urgency=low
234
3 * New upstream release.35 * New upstream release.
@@ -21,6 +53,20 @@
2153
22 -- Scott Moser <smoser@ubuntu.com> Thu, 14 Jul 2011 16:11:57 -040054 -- Scott Moser <smoser@ubuntu.com> Thu, 14 Jul 2011 16:11:57 -0400
2355
56python-boto (1.9b-6) unstable; urgency=low
57
58 * Convert packaging to dh_python2 (Closes: #631430).
59
60 -- Eric Evans <eevans@debian.org> Sat, 30 Jul 2011 19:43:19 +0200
61
62python-boto (1.9b-5) unstable; urgency=low
63
64 * Updated to Debian Policy version 3.9.2.
65 * Patched to include Python 2.7 in httplib work-around for https
66 signatures. Thanks Matthias Klose. (Closes: #607120)
67
68 -- Eric Evans <eevans@debian.org> Sun, 03 Jul 2011 16:04:44 -0500
69
24python-boto (1.9b-4ubuntu2) oneiric; urgency=low70python-boto (1.9b-4ubuntu2) oneiric; urgency=low
2571
26 * debian/rules, debian/control: Transition from pysupport to dh_python272 * debian/rules, debian/control: Transition from pysupport to dh_python2
2773
=== modified file 'debian/control'
--- debian/control 2011-07-14 16:11:57 +0000
+++ debian/control 2011-11-30 04:00:30 +0000
@@ -3,11 +3,11 @@
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Eric Evans <eevans@debian.org>5XSBC-Original-Maintainer: Eric Evans <eevans@debian.org>
6Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~)6Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3)
7X-Python-Version: >= 2.5
7Homepage: http://code.google.com/p/boto/8Homepage: http://code.google.com/p/boto/
8XS-Debian-Vcs-Git: git://git.debian.org/git/users/eevans/python-boto9XS-Debian-Vcs-Git: git://git.debian.org/git/users/eevans/python-boto
9XS-Debian-Vcs-Browser: http://git.debian.org/?p=users/eevans/python-boto10XS-Debian-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/eevans/python-boto.git
10X-Python-Version: >= 2.5
11Standards-Version: 3.9.211Standards-Version: 3.9.2
1212
13Package: python-boto13Package: python-boto
1414
=== modified file 'debian/rules'
--- debian/rules 2011-07-14 16:11:57 +0000
+++ debian/rules 2011-11-30 04:00:30 +0000
@@ -7,13 +7,15 @@
7 dh_testdir7 dh_testdir
8 dh_testroot8 dh_testroot
9 9
10 rm -f build-stamp check-stamp install-stamp10 rm -f build-stamp install-stamp
11 rm -rf build11 rm -rf build
12 find boto/ -name *.pyc | xargs rm -f12 find boto/ -name *.pyc | xargs rm -f
13 13
14 dh_clean14 dh_clean
1515
16build: build-stamp16build: build-arch build-indep
17build-arch: build-stamp
18build-indep: build-stamp
17build-stamp:19build-stamp:
18 dh_testdir20 dh_testdir
1921
@@ -21,19 +23,13 @@
2123
22 touch build-stamp24 touch build-stamp
2325
24check: check-stamp
25check-stamp:
26 -boto/tests/test.py
27 >$@
28
29maybe_check = $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check)
30
31install: build-stamp26install: build-stamp
32 dh_testdir27 dh_testdir
33 dh_installdirs28 dh_installdirs
3429
35 python setup.py install --root $(CURDIR)/debian/python-boto \30 python setup.py install --root $(CURDIR)/debian/python-boto \
36 --install-scripts usr/share/doc/python-boto/examples/31 --install-scripts usr/share/doc/python-boto/examples/ \
32 --install-layout=deb
3733
38 for f in `find $(CURDIR)/debian/python-boto -name \*.py`; do \34 for f in `find $(CURDIR)/debian/python-boto -name \*.py`; do \
39 sed -e '\,^#!/usr/bin/env python,d' < $$f > $$f.tmp; \35 sed -e '\,^#!/usr/bin/env python,d' < $$f > $$f.tmp; \
@@ -41,10 +37,10 @@
41 done37 done
4238
43 touch install-stamp39 touch install-stamp
44
4540
46binary-arch: $(maybe_check)41binary-arch:
47binary-indep: $(maybe_check) install42binary-indep: install
43 dh_installdocs
48 dh_installchangelogs44 dh_installchangelogs
49 dh_compress45 dh_compress
50 dh_fixperms46 dh_fixperms

Subscribers

People subscribed via source and target branches

to all changes: