Navigation Menu

Skip to content

Commit

Permalink
package debian: add mysql-server-core dependency
Browse files Browse the repository at this point in the history
Because mysql-server-X.Y depends on mysql-server-core-X.Y>=VERSION.
We need to pin mysql-server-core-X.Y=VERSION.
  • Loading branch information
kou committed Sep 19, 2016
1 parent 7cff4e4 commit 7200759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/debian-5.5/control.in
Expand Up @@ -42,6 +42,7 @@ Depends:
${shlibs:Depends},
libgroonga0 (>= @REQUIRED_GROONGA_VERSION@),
mysql-server-5.5 (= MYSQL_VERSION),
mysql-server-core-5.5 (= MYSQL_VERSION),
groonga-normalizer-mysql
Description: A fast fulltext searchable storage engine for MySQL 5.5.
Mroonga is a fast fulltext searchable storage engine for MySQL.
Expand Down
1 change: 1 addition & 0 deletions packages/debian-5.6/control.in
Expand Up @@ -42,6 +42,7 @@ Depends:
${shlibs:Depends},
libgroonga0 (>= @REQUIRED_GROONGA_VERSION@),
mysql-server-5.6 (= MYSQL_VERSION),
mysql-server-core-5.6 (= MYSQL_VERSION),
groonga-normalizer-mysql
Description: A fast fulltext searchable storage engine for MySQL 5.6.
Mroonga is a fast fulltext searchable storage engine for MySQL.
Expand Down
1 change: 1 addition & 0 deletions packages/debian-5.7/control.in
Expand Up @@ -45,6 +45,7 @@ Depends:
${shlibs:Depends},
libgroonga0 (>= @REQUIRED_GROONGA_VERSION@),
mysql-server-5.7 (= MYSQL_VERSION),
mysql-server-core-5.7 (= MYSQL_VERSION),
groonga-normalizer-mysql
Description: A fast fulltext searchable storage engine for MySQL 5.7.
Mroonga is a fast fulltext searchable storage engine for MySQL.
Expand Down

0 comments on commit 7200759

Please sign in to comment.