~swift-coresec/ubuntu/natty/swift/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Monty Taylor
  • Date: 2010-07-22 15:29:04 UTC
  • Revision ID: mordred@inaugust.com-20100722152904-l4vfniutpyutahi8
Removed all of the tarball and debian stuff from the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: swift
2
 
Section: net
3
 
Priority: optional
4
 
Maintainer: Michael Barton <michael.barton@rackspace.com>
5
 
Uploaders: Monty Taylor <mordred@inaugust.com>
6
 
Build-Depends: debhelper (>= 7.0.50~),
7
 
 python-support (>= 0.90),
8
 
 python-openssl,
9
 
 python-setuptools,
10
 
 python-webob (>= 0.9.7.1~hg20100111-1~racklabs1),
11
 
 python-simplejson,
12
 
 python-xattr,
13
 
 net-tools,
14
 
 python-greenlet (>= 0.3.1),
15
 
 python-eventlet (>= 0.9.8),
16
 
 python-nose,
17
 
 python-sphinx
18
 
Standards-Version: 3.8.4
19
 
XS-Python-Version: >= 2.6
20
 
Homepage: http://launchpad.net/swift
21
 
 
22
 
Package: swift
23
 
Architecture: all
24
 
Depends: python (>= 2.6), net-tools, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
25
 
Provides: ${python:Provides}
26
 
Description: Swift, a distributed virtual object store (common files)
27
 
 Swift, a distributed virtual object store.
28
 
 .
29
 
 Homepage: https://launchpad.net/swift
30
 
 
31
 
Package: swift-proxy
32
 
Architecture: all
33
 
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
34
 
Provides: ${python:Provides}
35
 
Description: The swift proxy server.
36
 
 The swift proxy server.
37
 
 .
38
 
 Homepage: https://launchpad.net/swift
39
 
 
40
 
Package: swift-object
41
 
Architecture: all
42
 
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
43
 
Provides: ${python:Provides}
44
 
Description: The swift object server.
45
 
 The swift object server.
46
 
 .
47
 
 Homepage: https://launchpad.net/swift
48
 
 
49
 
Package: swift-container
50
 
Architecture: all
51
 
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
52
 
Provides: ${python:Provides}
53
 
Description: The swift container server.
54
 
 The swift container server.
55
 
 .
56
 
 Homepage: https://launchpad.net/swift
57
 
 
58
 
Package: swift-account
59
 
Architecture: all
60
 
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
61
 
Provides: ${python:Provides}
62
 
Description: The swift account server.
63
 
 The swift account server.
64
 
 .
65
 
 Homepage: https://launchpad.net/swift
66
 
 
67
 
Package: swift-auth
68
 
Architecture: all
69
 
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
70
 
Provides: ${python:Provides}
71
 
Description: The swift auth server.
72
 
 The swift auth server.
73
 
 .
74
 
 Homepage: https://launchpad.net/swift
75
 
 
76
 
Package: swift-doc
77
 
Architecture: all
78
 
Section: doc
79
 
Depends: ${misc:Depends}
80
 
Description: The swift documentation.
81
 
 Sphinx documentation for Swift.
82
 
 .
83
 
 Homepage: https://launchpad.net/swift
84
 
 
85