diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2018-01-11 10:51:03 +0000 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2018-01-16 13:48:00 +0200 |
commit | 503fcfb80f62da4a02912404ca724868edc607e3 (patch) | |
tree | 0f8cb78c10c425a445406cf4e06a59fab61837a3 /debian/mariadb-plugin-aws-key-management.install | |
parent | 9719fb4beffd0cec057be63f43beb018099c77d2 (diff) | |
download | mariadb-git-503fcfb80f62da4a02912404ca724868edc607e3.tar.gz |
Deb: Re-remove unnecessary version suffixes from package names
There is no point in having version suffixes in plugin packages. They
will via their control file anyway depend on the correct server or client
version. Having version suffices has no benefit and it just complicates
upgrades when a new major version name package needs to replace all
possible previous version.
This issue was overlooked when merging commit
844a5759462d11d5e4ae83d951b796647621e2d0 from 10.2 into 10.3, so it
needs to be manually fixed now.
Diffstat (limited to 'debian/mariadb-plugin-aws-key-management.install')
-rw-r--r-- | debian/mariadb-plugin-aws-key-management.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/mariadb-plugin-aws-key-management.install b/debian/mariadb-plugin-aws-key-management.install new file mode 100644 index 00000000000..ed966b4115d --- /dev/null +++ b/debian/mariadb-plugin-aws-key-management.install @@ -0,0 +1,2 @@ +usr/lib/mysql/plugin/aws_key_management.so +debian/additions/enable_encryption.preset etc/mysql/conf.d/ |