Kentaro Hayashi
null+****@clear*****
Wed May 2 12:14:36 JST 2018
Kentaro Hayashi 2018-05-02 12:14:36 +0900 (Wed, 02 May 2018) New Revision: 8f27aa80f27389509f178999d192a91ef0a9022a https://github.com/mroonga/mroonga/commit/8f27aa80f27389509f178999d192a91ef0a9022a Message: packages deb: remove epoch from MARIADB_VERSION_FULL MARIADB_VERSION_FULL is used to download correct version of debian.tar.xz. Modified files: packages/debian-mariadb-10.1/rules Modified: packages/debian-mariadb-10.1/rules (+1 -1) =================================================================== --- packages/debian-mariadb-10.1/rules 2018-05-02 11:53:02 +0900 (0fb487e4) +++ packages/debian-mariadb-10.1/rules 2018-05-02 12:14:36 +0900 (b376b6ff) @@ -6,7 +6,7 @@ # This has to be exported to make some magic below work. export DH_OPTIONS -export MARIADB_VERSION_FULL := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}') +export MARIADB_VERSION_FULL := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}' | cut -d: -f2) export MARIADB_VERSION := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}' | cut -d: -f2 | awk -F '-' '{print $$1}') %: -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180502/fa339831/attachment-0001.htm