~maas-maintainers/maas/packaging-1.10

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: MAAS Lander
  • Author(s): Andres Rodriguez
  • Date: 2016-02-01 11:24:20 UTC
  • mfrom: (439.1.5 packaging-1.10)
  • Revision ID: maas_lander-20160201112420-7kflvc1ez4orezzb
[r=andreserl][bug=][author=andreserl] Ensure python 2 packages are removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
Section: python
141
141
Architecture: all
142
142
Depends: python3-oauth, ${misc:Depends}, ${python3:Depends}
143
 
Breaks: maas (<= 0.1+bzr971+dfsg-0ubuntu2 )
144
 
Replaces: maas (<= 0.1+bzr971+dfsg-0ubuntu2 )
 
143
Breaks: maas (<= 0.1+bzr971+dfsg-0ubuntu2 ), python-maas-client
 
144
Replaces: maas (<= 0.1+bzr971+dfsg-0ubuntu2 ), python-maas-client
145
145
Description: MAAS python API client (Python 3)
146
146
 This package contains the MAAS client API Python modules.
147
147
 .
176
176
Conflicts: tftpd-hpa
177
177
Breaks: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ),
178
178
        maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 ),
179
 
        python-maas-provisioningserver ( <= 1.9.0 )
 
179
        python-maas-provisioningserver
180
180
Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ),
181
181
          maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 ),
182
 
          python-maas-provisioningserver ( <= 1.9.0 )
 
182
          python-maas-provisioningserver
183
183
Description: MAAS server cluster controller
184
184
 This package contains the MAAS cluster controller, which is responsible
185
185
 for enabling and controlling remote DHCP/TFTP instances on their own
202
202
         python3-zope.interface,
203
203
         ${misc:Depends},
204
204
         ${python3:Depends}
 
205
Breaks: python-django-maas
 
206
Replaces: python-django-maas
205
207
Description: MAAS server Django web framework (Python 3)
206
208
 This package provides the Django web framework for MAAS.
207
209
 .