Updates to produce a smaller diff for bzr bd.

This commit is contained in:
Monty Taylor 2010-07-19 20:17:06 +00:00 committed by Tarmac
commit a84879d8d9
5 changed files with 21 additions and 3 deletions

View File

@ -1,4 +1,5 @@
include AUTHORS LICENSE
include AUTHORS LICENSE .functests .unittests .probetests
graft doc
graft etc
graft test/functional
graft test/probe

3
debian/control vendored
View File

@ -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

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

3
debian/watch vendored Normal file
View File

@ -0,0 +1,3 @@
version=3
http://launchpad.net/swift/+download http://launchpad.net/swift/.*/swift-(.*)\.tar\.gz

View File

@ -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