diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-01-26 12:55:12 +0100 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-01-26 12:55:12 +0100 |
commit | 438ed0408c69faa9e5c4c026e24ef52eac62f08e (patch) | |
tree | 64c77b9ce8796cfc9147ca75b1176365a045e9d9 /debian/mariadb-common.files | |
parent | 6f142ee51c86032b14b89252ffbe9b44e4d677a7 (diff) | |
download | mariadb-git-438ed0408c69faa9e5c4c026e24ef52eac62f08e.tar.gz |
.deb packaging fixes: make mariadb-common a real package, which depends on
mysql-common and places mariadb-specific stuff in /etc/mysql/conf.d/mariadb.cnf.
This should allow to co-exist with default Debian mysql-common package and
help resolve dependencies when installing mariadb among multiple available
versions of MySQL from different repositories.
Diffstat (limited to 'debian/mariadb-common.files')
-rw-r--r-- | debian/mariadb-common.files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/mariadb-common.files b/debian/mariadb-common.files new file mode 100644 index 00000000000..f37e46c45fe --- /dev/null +++ b/debian/mariadb-common.files @@ -0,0 +1 @@ +etc/mysql/conf.d/mariadb.cnf |