~rvb/maas/packaging-beta5

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: MaaS Lander
  • Author(s): Andres Rodriguez
  • Date: 2014-09-29 20:00:48 UTC
  • mfrom: (312.2.1 packaging)
  • Revision ID: maas_lander-20140929200048-tkodg74t4vi0qaub
[r=andreserl][bug=][author=andreserl] * New Upstream Snapshot, Beta 4 bzr3126
* Remove usage of txlongpoll and rabbitmq-server. Handle upgrades
  to ensure these are removed correctly.
* Remove all references to the MAAS celery daemon and config files
  as we don't use it like that anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
Architecture: all
75
75
Depends: maas-region-controller-min (= ${binary:Version}),
76
76
         postgresql (>= 9.1),
77
 
         rabbitmq-server,
78
77
         ${misc:Depends},
79
78
         ${python:Depends}
80
79
Recommends: openssh-server, maas-dns (= ${binary:Version})
85
84
Package: python-maas-provisioningserver
86
85
Section: python
87
86
Architecture: all
88
 
Depends: python-amqp,
89
 
         python-celery,
 
87
Depends: python-celery,
90
88
         python-crochet,
91
89
         python-distro-info,
92
90
         python-formencode,
115
113
         ${python:Depends}
116
114
Breaks: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3), maas-dhcp (<= 1.4+bzr1817+dfsg-0ubuntu1)
117
115
Replaces: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3), maas-dhcp (<= 1.4+bzr1817+dfsg-0ubuntu1)
118
 
Conflicts: python-librabbitmq
119
116
Description: MAAS server provisioning libraries
120
117
 This package provides the MAAS provisioning server python libraries.
121
118
 
172
169
         ${misc:Depends},
173
170
         ${python:Depends}
174
171
Suggests: ipmitool, libvirt-bin, amtterm
175
 
Conflicts: tftpd-hpa, python-librabbitmq
 
172
Conflicts: tftpd-hpa
176
173
Breaks: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )
177
174
Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )
178
175
Description: MAAS server cluster controller
202
199
         python-tempita,
203
200
         python-twisted,
204
201
         python-txamqp,
205
 
         python-txlongpoll,
206
202
         python-zope.interface,
207
203
         ${misc:Depends},
208
204
         ${python:Depends}
209
 
Conflicts: python-librabbitmq
210
205
Description: MAAS server Django web framework
211
206
 This package provides the Django web framework for MAAS.
212
207