From 83d8fe2c02723ac18eba5c3b5b88431b12c7f238 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: 2010年7月19日 14:46:05 -0500 Subject: [PATCH 1/4] Added support for Quilt source format. --- debian/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000000..163aaf8d82 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) From 1e714f648419d737ec7170e12b733868fce65b57 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: 2010年7月19日 14:56:54 -0500 Subject: [PATCH 2/4] Add files which were not in the tarball. --- MANIFEST.in | 5 +++-- swift.egg-info/SOURCES.txt | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 39fa1d81bb..c1a6ddbd19 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ -include AUTHORS LICENSE +include AUTHORS LICENSE .functests .unittests .probetests graft doc graft etc - +graft test/functional +graft test/probe diff --git a/swift.egg-info/SOURCES.txt b/swift.egg-info/SOURCES.txt index af6313b281..f84f0890ce 100644 --- a/swift.egg-info/SOURCES.txt +++ b/swift.egg-info/SOURCES.txt @@ -1,3 +1,6 @@ +.functests +.probetests +.unittests AUTHORS LICENSE MANIFEST.in @@ -94,6 +97,15 @@ swift/obj/server.py swift/obj/updater.py swift/proxy/__init__.py swift/proxy/server.py +test/functional/sample.conf +test/functional/swift.py +test/functional/tests.py +test/probe/common.py +test/probe/test_account_failures.py +test/probe/test_container_failures.py +test/probe/test_object_async_update.py +test/probe/test_object_handoff.py +test/probe/test_running_with_each_type_down.py test/unit/__init__.py test/unit/account/__init__.py test/unit/account/test_auditor.py From 194396898d90ca1615491097280e5ce163f532d7 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: 2010年7月19日 14:59:47 -0500 Subject: [PATCH 3/4] Added debian/watch file. --- debian/watch | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000000..d68993d324 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://launchpad.net/swift/+download http://launchpad.net/swift/.*/swift-(.*)\.tar\.gz + From d62014f3b3bbb796cf27bbb26c78752991d5f727 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: 2010年7月19日 15:07:16 -0500 Subject: [PATCH 4/4] Added python-sphinx to build-deps so that ppa builder doesn't die. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 70ca96b1ff..de1f0412fb 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 7), net-tools, python-greenlet (>= 0.3.1), python-eventlet (>= 0.9.8), - python-nose + python-nose, + python-sphinx Standards-Version: 3.8.4 Homepage: http://launchpad.net/swift

AltStyle によって変換されたページ (->オリジナル) /