~ubuntu-branches/ubuntu/precise/maas/precise-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez, Dave Walker (Daviey), Andres Rodriguez
  • Date: 2012-03-27 14:49:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120327144956-zezstgry6t61438x
Tags: 0.1+bzr363+dfsg-0ubuntu1
[ Dave Walker (Daviey) ]
* debian/control: Add openssh-server as a Recommends, and wrap-and-sort. 

[ Andres Rodriguez ]
* debian/maas.postinst:
  - Do not start apache with apache2ctl. Use invoke-rc.d instead to not
    fail in the installer.
  - For start of postgresql before creating the DB, otherwise it will
    fail in the installer.
  - Add check of invoke-rc.d for syslog.
  - Add check of invoke-rc.d for rabbitmq-server; Add check for rabbitmqctl
  - Add db_stop, in case invoke-rc.d fails.
* debian/control: Tight python-django-maas dependency.
* debian/postrm: Add check for rabbitmqctl.
* debian/maas.maas-txlongpoll.upstart: Create rabbitmq longpoll user/vhost
  and set permissions if they don't exist. Start on rabbitmq-server-running.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
maas (0.1+bzr363+dfsg-0ubuntu1) precise; urgency=low
 
2
 
 
3
  [ Dave Walker (Daviey) ]
 
4
  * debian/control: Add openssh-server as a Recommends, and wrap-and-sort. 
 
5
 
 
6
  [ Andres Rodriguez ]
 
7
  * debian/maas.postinst:
 
8
    - Do not start apache with apache2ctl. Use invoke-rc.d instead to not
 
9
      fail in the installer.
 
10
    - For start of postgresql before creating the DB, otherwise it will
 
11
      fail in the installer.
 
12
    - Add check of invoke-rc.d for syslog.
 
13
    - Add check of invoke-rc.d for rabbitmq-server; Add check for rabbitmqctl
 
14
    - Add db_stop, in case invoke-rc.d fails.
 
15
  * debian/control: Tight python-django-maas dependency.
 
16
  * debian/postrm: Add check for rabbitmqctl.
 
17
  * debian/maas.maas-txlongpoll.upstart: Create rabbitmq longpoll user/vhost
 
18
    and set permissions if they don't exist. Start on rabbitmq-server-running.
 
19
 
 
20
 -- Andres Rodriguez <andreserl@ubuntu.com>  Tue, 27 Mar 2012 14:49:56 -0400
 
21
 
1
22
maas (0.1+bzr338+dfsg-0ubuntu1) precise; urgency=low
2
23
 
3
24
  [ Dave Walker (Daviey) ]