diff --git a/debian/aegir-archive-keyring.install b/debian/aegir-archive-keyring.install new file mode 100644 index 0000000..cd97abc --- /dev/null +++ b/debian/aegir-archive-keyring.install @@ -0,0 +1 @@ +debian/aegir-archive-keyring.gpg usr/share/keyrings diff --git a/debian/control b/debian/control index 499cab5..90b89c9 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: aegir3-provision Section: admin Priority: optional -Maintainer: Antoine Beaupré +Maintainer: Herman van Rink DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8) Standards-Version: 3.9.2 @@ -56,6 +56,7 @@ Architecture: all Depends: ${misc:Depends}, aegir3-provision (>= ${source:Version}), aegir3-hostmaster (>= ${source:Version}) Conflicts: aegir, aegir2 Replaces: aegir, aegir2 +Suggests: aegir-archive-keyring Description: mass Drupal hosting system 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 @@ -87,3 +88,10 @@ Description: web frontend for the Aegir hosting system connect via SSH to sync files and reload apache * /etc/sudoers.d/aegir - allow aegir to restart apache * /etc/apache2/conf.d/aegir.conf - load the aegir apache config + +Package: aegir-archive-keyring +Architecture: all +Depends: ${misc:Depends}, gnupg2 | gnupg +Description: GnuPG archive keys for the Aegir hosting system + The Aegir project digitally signs its Release files. This package + contains the archive keys used for that. diff --git a/debian/rules b/debian/rules index 6eb75ec..fe20e7c 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,9 @@ %: dh $@ -override_dh_install: +override_dh_auto_install: + dh_auto_install + cp -r "$(CURDIR)/db/" "$(CURDIR)/http/" "$(CURDIR)/"*.make "$(CURDIR)/platform/" "$(CURDIR)/Provision/" "$(CURDIR)/Symfony/" "$(CURDIR)"/*.inc "$(CURDIR)"/*.php "$(CURDIR)"/*.info "$(CURDIR)/debian/aegir3-provision/usr/share/drush/commands/provision/" # We need this nasty hack, because we added directories.