Kouhei Sutou
null+****@clear*****
Mon Dec 2 13:03:40 JST 2013
Kouhei Sutou 2013-12-02 13:03:40 +0900 (Mon, 02 Dec 2013) New Revision: f0da6d3360a5507f2863ec3e964639bea0277ef1 https://github.com/groonga/groonga/commit/f0da6d3360a5507f2863ec3e964639bea0277ef1 Message: deb: drop Ubuntu Lucid support Becuase its debhelper version is 7.4.15. It is less than 9 that is required by debian/control. Modified files: doc/source/install/ubuntu.txt packages/apt/Makefile.am Modified: doc/source/install/ubuntu.txt (+0 -47) =================================================================== --- doc/source/install/ubuntu.txt 2013-12-02 12:45:33 +0900 (d7b4f01) +++ doc/source/install/ubuntu.txt 2013-12-02 13:03:40 +0900 (fa477a7) @@ -16,53 +16,6 @@ size data. .. include:: server-use.inc -10.04 LTS Lucid Lynx --------------------- - -.. note:: - - Enable the universe repository to install groonga:: - - % sudo cp /etc/apt/sources.list /etc/apt/sources.list.d/universe.list - % sudo sed -i'' -e 's/main/universe/' /etc/apt/sources.list.d/universe.list - -Add the groonga apt repository. - -/etc/apt/sources.list.d/groonga.list:: - - deb http://packages.groonga.org/ubuntu/ lucid universe - deb-src http://packages.groonga.org/ubuntu/ lucid universe - -Install:: - - % sudo apt-get update - % sudo apt-get -y --allow-unauthenticated install groonga-keyring - % sudo apt-get update - % sudo apt-get -y install groonga - -If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a -tokenizer, install groonga-tokenizer-mecab package. - -Install groonga-tokenizer-mecab package:: - - % sudo apt-get -y install groonga-tokenizer-mecab - -There is a package that provides `Munin -<http://munin-monitoring.org/>`_ plugins. If you want to monitor -groonga status by Munin, install groonga-munin-plugins package. - -Install groonga-munin-plugins package:: - - % sudo apt-get -y install groonga-munin-plugins - -There is a package that provides MySQL compatible normalizer as -groonga plugins. -If you want to use that one, install groonga-normalizer-mysql package. - -Install groonga-normalizer-mysql package:: - - % sudo apt-get -y install groonga-normalizer-mysql - 12.04 LTS Precise Pangolin -------------------------- Modified: packages/apt/Makefile.am (+1 -1) =================================================================== --- packages/apt/Makefile.am 2013-12-02 12:45:33 +0900 (724b6e3) +++ packages/apt/Makefile.am 2013-12-02 13:03:40 +0900 (b16226c) @@ -2,7 +2,7 @@ REPOSITORIES_PATH = repositories DISTRIBUTIONS = debian ubuntu CHROOT_BASE = /var/lib/chroot ARCHITECTURES = i386 amd64 -CODES = wheezy jessie unstable lucid precise quantal raring saucy +CODES = wheezy jessie unstable precise quantal raring saucy KEYRING_PACKAGE = groonga-keyring KEYRING_VERSION = 2012.05.29 KEYRING_BASE_NAME = $(KEYRING_PACKAGE)-$(KEYRING_VERSION) -------------- next part -------------- HTML����������������������������...Download