diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-08 12:26:23 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-08 21:42:41 +0300 |
commit | 844a5759462d11d5e4ae83d951b796647621e2d0 (patch) | |
tree | c06ac58f4a06821da0eeaf184a1206c572877c23 /debian/autobake-deb.sh | |
parent | d049a560bc9916f3af6711b8931bba187fd3fca5 (diff) | |
download | mariadb-git-844a5759462d11d5e4ae83d951b796647621e2d0.tar.gz |
MDEV-12449: Debian Packaging AWS key management plugin
* Update debian control file to include AWS key management plugin.
* Update dependencies in control file to include uuid.
* Include enable_encryption.preset with the aws-key-management plugin.
Diffstat (limited to 'debian/autobake-deb.sh')
-rwxr-xr-x | debian/autobake-deb.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index b6d1711e6ea..92c68c225d7 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -81,6 +81,11 @@ if [[ $GCCVERSION -lt 40800 ]] || [[ $(arch) =~ i[346]86 ]] then sed '/Package: mariadb-plugin-rocksdb/,+7d' -i debian/control fi +if [[ $GCCVERSION -lt 40800 ]] +then + sed '/Package: mariadb-plugin-aws-key-management-10.2/,+13d' -i debian/control +fi + # Adjust changelog, add new version echo "Incrementing changelog and starting build scripts" |