Jump to: navigation, search

Difference between revisions of "Packaging/Ubuntu/MainInclusion"

 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Just to be clear, there's no intention of moving [[OpenStack]] to main in Ubuntu at the moment. I'm simply creating this page because the amount of information on the subject that lives exclusively in my head is becoming inconvenient. -- Soren
+
Just to be clear, there's no intention of moving [[OpenStack]] to main in Ubuntu at the moment. I'm simply creating this page because the amount of information on the subject that lives exclusively in my head is becoming inconvenient. -- Soren
 
 
So far, this list only deals with Nova's dependencies.
 
  
 
'''Depends and build-depends'''
 
'''Depends and build-depends'''
Line 11: Line 9:
 
|-
 
|-
 
|}
 
|}
 +
 +
This is a list of packages that are not currently in main, but are currently needed by [[OpenStack]] (according to germinate).
  
 
{| border="1" cellpadding="2" cellspacing="0"
 
{| border="1" cellpadding="2" cellspacing="0"
Line 16: Line 16:
 
|  '''Source Package'''  
 
|  '''Source Package'''  
 
|-
 
|-
| | debhelper
+
| | ebtables
debhelper
+
ebtables
 +
|-
 +
| | pep8
 +
|  pep8
 +
|-
 +
| | dietlibc
 +
|rowspan="3" | dietlibc
 +
|-
 +
|-
 +
|-
 +
| | fgetty
 +
|-
 +
| | vblade-persist
 +
|-
 +
|  glance
 +
|rowspan="3" | glance
 +
|-
 +
|  python-glance
 +
|-
 +
|  python-glance-doc
 +
|-
 +
|  python-eventlet
 +
|  python-eventlet
 
|-
 
|-
| | openssh-client
+
| nova-api
| openssh
+
|rowspan="9" | nova
 
|-
 
|-
| | openssl
+
nova-common
openssl
 
 
|-
 
|-
| | pep8
+
| nova-compute
pep8
+
|-
 +
nova-doc
 
|-
 
|-
| | open-iscsi
+
nova-network
open-iscsi
 
 
|-
 
|-
| | iscsitarget
+
nova-objectstore
iscsitarget
 
 
|-
 
|-
| | python2.7
+
nova-scheduler
python2.7
 
 
|-
 
|-
| | python-all
+
nova-volume
python-all
 
 
|-
 
|-
| | python-amqplib
+
|  python-nova
|  python-amqplib
 
 
|-
 
|-
| | python-boto
+
| python-prettytable
|  python-boto
+
|  python-prettytable
 
|-
 
|-
| | python-carrot
 
 
|  python-carrot  
 
|  python-carrot  
 +
|  python-carrot
 +
|-
 +
|  python-amqplib
 +
|  python-amqplib
 +
|-
 +
|  python-anyjson
 +
|  python-anyjson
 
|-
 
|-
| | python-cheetah
+
| | python-stompy
|  python-cheetah
+
|  python-stompy
 
|-
 
|-
| | python-daemon
+
| | python-dingus
|  python-daemon
 
 
|-
 
|-
| | python-distutils-extra
+
| | python-anyjson
|  python-distutils-extra
 
 
|-
 
|-
| | python-eventlet
+
| python-decorator
|  python-eventlet
+
|  python-decorator
 
|-
 
|-
| | python-gflags  
+
| python-gflags  
 
|  python-gflags  
 
|  python-gflags  
 
|-
 
|-
| | python-glance
+
| python-greenlet
| glance
+
|rowspan="4" | python-greenlet
 
|-
 
|-
| | python-ipy
+
| python-greenlet-dbg
|  ipy
 
 
|-
 
|-
| | python-ldap
+
| python-greenlet-dev
|  python-ldap
 
 
|-
 
|-
| | python-libxml2
+
| python-greenlet-doc
|  libxml2
 
 
|-
 
|-
| | python-lockfile
+
| python-ipy
|  python-lockfile
+
|  python-ipy
 
|-
 
|-
| | python-m2crypto
+
| python-migrate
m2crypto
+
python-migrate
 
|-
 
|-
| | python-migrate
+
| python-mock
migrate
+
python-mock
 
|-
 
|-
| | python-mox  
+
| python-mox  
 
|  python-mox  
 
|  python-mox  
 
|-
 
|-
| | python-netaddr  
+
| python-netaddr  
 
|  python-netaddr  
 
|  python-netaddr  
 
|-
 
|-
| | python-nose
+
| python-netifaces
| nose
+
|rowspan="2" | python-netifaces
 
|-
 
|-
| | python-novaclient
+
| python-netifaces-dbg
|  python-novaclient
 
 
|-
 
|-
| | python-paramiko
+
|  python-routes
|  python-paramiko
 
 
|-
 
|-
| | python-paste
+
| python-sqlalchemy
| python-paste
+
|rowspan="3" | sqlalchemy
 
|-
 
|-
| | python-pastedeploy
+
| python-sqlalchemy-doc
|  python-pastedeploy
 
 
|-
 
|-
| | python-pycurl
+
| python-sqlalchemy-ext
|  python-pycurl
 
 
|-
 
|-
| | python-routes
+
| python-swift
| python-routes
+
|rowspan="3" | swift
 
|-
 
|-
| | python-setuptools
+
swift
python-setuptools
 
 
|-
 
|-
| | python-sphinx (>> 1.0)
+
swift-doc
python-sphinx (>> 1.0)
 
 
|-
 
|-
| | python-sqlalchemy-ext
+
|  python-tempita  
sqlalchemy
 
|-
 
| | python-support
 
|  python-support
 
|-
 
| | python-tempita  
 
 
|  python-tempita  
 
|  python-tempita  
 
|-
 
|-
| | python-twisted-core
+
| python-webob
|  python  
+
|  python-webob
 
|-
 
|-
| | python-twisted-web
+
|  python-xattr
twisted-web
+
|  python-xattr
|-
 
| | python-webob
 
|  python-webob
 
 
|-
 
|-
| | sudo
+
| socat
sudo
+
socat

Revision as of 08:37, 30 March 2011

Just to be clear, there's no intention of moving OpenStack to main in Ubuntu at the moment. I'm simply creating this page because the amount of information on the subject that lives exclusively in my head is becoming inconvenient. -- Soren

Depends and build-depends

This is a list of packages that are not currently in main, but are currently needed by OpenStack (according to germinate).

Binary package Source Package
ebtables ebtables
pep8 pep8
dietlibc dietlibc
fgetty
vblade-persist
glance glance
python-glance
python-glance-doc
python-eventlet python-eventlet
nova-api nova
nova-common
nova-compute
nova-doc
nova-network
nova-objectstore
nova-scheduler
nova-volume
python-nova
python-prettytable python-prettytable
python-carrot python-carrot
python-amqplib python-amqplib
python-anyjson python-anyjson
python-stompy python-stompy
python-dingus
python-anyjson
python-decorator python-decorator
python-gflags python-gflags
python-greenlet python-greenlet
python-greenlet-dbg
python-greenlet-dev
python-greenlet-doc
python-ipy python-ipy
python-migrate python-migrate
python-mock python-mock
python-mox python-mox
python-netaddr python-netaddr
python-netifaces python-netifaces
python-netifaces-dbg
python-routes
python-sqlalchemy sqlalchemy
python-sqlalchemy-doc
python-sqlalchemy-ext
python-swift swift
swift
swift-doc
python-tempita python-tempita
python-webob python-webob
python-xattr python-xattr
socat socat