Kentaro Hayashi
null+****@clear*****
Wed May 2 11:53:02 JST 2018
Kentaro Hayashi 2018-05-02 11:53:02 +0900 (Wed, 02 May 2018) New Revision: bec7e5e44ff20372355bb5c844325b7d7a947ec8 https://github.com/mroonga/mroonga/commit/bec7e5e44ff20372355bb5c844325b7d7a947ec8 Message: packages deb: remove epoch from MARIADB_VERSION Since Ubuntu 18.04, mariadb-server-10.1 package contains epoch (1:), it causes failure to download orig source archive. 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-01 13:44:13 +0900 (133dc202) +++ packages/debian-mariadb-10.1/rules 2018-05-02 11:53:02 +0900 (0fb487e4) @@ -7,7 +7,7 @@ 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 := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}' | awk -F '-' '{print $$1}') +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}') %: dh $@ -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180502/57491d3e/attachment-0001.htm