[Groonga-mysql-commit] mroonga/mroonga at 7200759 [master] package debian: add mysql-server-core dependency

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 20 00:05:39 JST 2016


Kouhei Sutou	2016-09-20 00:05:39 +0900 (Tue, 20 Sep 2016)

  New Revision: 7200759284a16d506a3d0e1dad17bc6e803a94fa
  https://github.com/mroonga/mroonga/commit/7200759284a16d506a3d0e1dad17bc6e803a94fa

  Message:
    package debian: add mysql-server-core dependency
    
    Because mysql-server-X.Y depends on mysql-server-core-X.Y>=VERSION.
    We need to pin mysql-server-core-X.Y=VERSION.

  Modified files:
    packages/debian-5.5/control.in
    packages/debian-5.6/control.in
    packages/debian-5.7/control.in

  Modified: packages/debian-5.5/control.in (+1 -0)
===================================================================
--- packages/debian-5.5/control.in    2016-09-14 18:28:05 +0900 (12d85dd)
+++ packages/debian-5.5/control.in    2016-09-20 00:05:39 +0900 (6de6c5c)
@@ -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.

  Modified: packages/debian-5.6/control.in (+1 -0)
===================================================================
--- packages/debian-5.6/control.in    2016-09-14 18:28:05 +0900 (d8556e4)
+++ packages/debian-5.6/control.in    2016-09-20 00:05:39 +0900 (8c27e53)
@@ -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.

  Modified: packages/debian-5.7/control.in (+1 -0)
===================================================================
--- packages/debian-5.7/control.in    2016-09-14 18:28:05 +0900 (3f41b9a)
+++ packages/debian-5.7/control.in    2016-09-20 00:05:39 +0900 (a653d39)
@@ -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.
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index