diff --git a/debian/changelog b/debian/changelog index 671aed14e43d2568827067361cde63566b58769e..cd62ecc1b7b7164b24aceed1038e98ae58cfef62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +aegir-provision (1.1-2) unstable; urgency=low + + * Fix missing dependencies on unzip + * Add rsync, php5 and php5-gd recommends + + -- Antoine Beaupré Wed, 20 Apr 2011 15:13:25 -0400 + aegir-provision (1.1-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control index 92e27e945cf94f2c6b84679abc9f04f6df72d09f..ddd2b5cdd491c96820eb9c9e7bced7efaa60fa05 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-browser: http://drupalcode.org/project/provision.git Package: aegir-provision Architecture: all Depends: ${misc:Depends}, drush (>= 4.3), php5-mysql, mysql-client, sudo, postfix | mail-transport-agent, apache2, adduser, ucf -Recommends: mysql-server +Recommends: mysql-server, rsync Description: mass Drupal hosting system - backend A set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by @@ -28,7 +28,8 @@ Description: mass Drupal hosting system - backend Package: aegir-hostmaster Architecture: all -Depends: ${misc:Depends}, drush (>= 4.3), php5-mysql, apache2, libapache2-mod-php5, aegir-provision, git-core +Depends: ${misc:Depends}, drush (>= 4.3), php5-mysql, apache2, libapache2-mod-php5, aegir-provision, git-core, unzip +Recommends: php5-gd, php5 Description: mass Drupal hosting system - frontend A set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by