~smoser/ubuntu/wily/maas/lp1474417

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2015-07-10 13:47:40 UTC
  • Revision ID: package-import@ubuntu.com-20150710134740-5d4hs01ros8v26ir
Tags: 1.7.6+bzr3376-0ubuntu2
* debian/control: Make maas-dns a Dependy of maas-region-controller.
* debian/maas-region-controller.postinst: Ensure DNS config migration is
  always run. (LP: #1413388)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
Package: maas-region-controller
79
79
Architecture: all
80
 
Depends: maas-region-controller-min (= ${binary:Version}),
 
80
Depends: maas-dns (= ${binary:Version}),
 
81
         maas-region-controller-min (= ${binary:Version}),
81
82
         postgresql (>= 9.1),
82
83
         ${misc:Depends},
83
84
         ${python:Depends}
84
 
Recommends: openssh-server, maas-dns (= ${binary:Version})
 
85
Recommends: openssh-server
85
86
Description: MAAS server complete region controller
86
87
 This package installs and configures the complete MAAS region controller,
87
88
 including the minimum setup, plus the database server and messaging queue.