Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
9f35aa4f
Commit
9f35aa4f
authored
Jun 22, 2017
by
Herman van Rink
Browse files
Issue
#2886519
by helmo: Package debian archive key
parent
02a80e3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/aegir-archive-keyring.install
0 → 100644
View file @
9f35aa4f
debian
/
aegir
-
archive
-
keyring
.
gpg
usr
/
share
/
keyrings
debian/control
View file @
9f35aa4f
Source: aegir3-provision
Section: admin
Priority: optional
Maintainer:
Antoine Beaupré <anarcat@debian.org
>
Maintainer:
Herman van Rink <helmo@initfour.nl
>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.2
...
...
@@ -55,6 +55,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
...
...
@@ -86,3 +87,11 @@ 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.
With this package we can update these keys when they expire.
debian/rules
View file @
9f35aa4f
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment