[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:18706] Re: ITP: groonga-normalizer-mysqlについて
やまねです。
On Sat, 8 Nov 2014 15:50:43 +0900
HAYASHI Kentaro <kenhys@xxxxxxxxx> wrote:
> # 主にやまねさん宛なのですが、他の人の目につくところでのほうがいいかもということでこちらに。
good :)
> 東京エリアDebian勉強会(第119回)でちょこちょこ作業していた
> groonga-normalizer-mysqlのITP (*1)ですが、mentors.debian.netにアップロードしました。
>
> http://mentors.debian.net/debian/pool/main/g/groonga-normalizer-mysql/groonga-normalizer-mysql_1.0.6-1.dsc
>
> 問題なければNew Queueに放り込んでもらえればと。 > やまねさん
lintian/cowbuilder/piupartsでは問題がありません。素晴らしい。
debian/control で
Maintainer: Kouhei Sutou <kou@xxxxxxxxxxxxxx>
Uploaders: HAYASHI Kentaro <hayashi@xxxxxxxxxxxxxx>
Groongaとは違うのはなんででしょう?(素朴な疑問
Description: MySQL derived normalizer for Groonga
Groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext search.
.
This package provides a normalizer which normalizes text as same as MySQL does.
結局、「何がうれしいのか」がこのdescriptionではよくわからないです。
apt-cache search/show とかした際にパッとわかるように、もうちょっと
書き足していただけると…
copyrightファイルは単に整形の部分と、林さんのところの年号が抜けている所、
それから
> This library is free software: you can redistribute it and/or modify
> it under the terms of the GNU Lesser General Public License as published by
> the Free Software Foundation, either version 2 of the License.
の either はいらないんじゃないか(2 or laterじゃないから)です。
--- debian/copyright.orig 2014-11-08 18:28:14.286913200 +0900
+++ debian/copyright 2014-11-08 18:29:23.323130716 +0900
@@ -8,32 +8,31 @@
Files: debian/*
Copyright: 2013 Kouhei Sutou <kou@xxxxxxxxxxxxxx>
- HAYASHI Kentaro <hayashi@xxxxxxxxxxxxxx>
+ ???? HAYASHI Kentaro <hayashi@xxxxxxxxxxxxxx>
License: LGPL-2
Files: normalizers/mysql_general_ci_table.h
Copyright: 2013 Kouhei Sutou <kou@xxxxxxxxxxxxxx>
- 2000, 2012, Oracle and/or its affiliates
+ 2000, 2012, Oracle and/or its affiliates
License: LGPL-2
Files: normalizers/mysql_unicode_ci_*.h
Copyright: 2013 Kouhei Sutou <kou@xxxxxxxxxxxxxx>
- 2004, 2011, Oracle and/or its affiliates
+ 2004, 2011, Oracle and/or its affiliates
License: LGPL-2
License: LGPL-2
- This library is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 2 of the License.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- The Debian packaging is (C) 2013, Kouhei Sutou <kou@xxxxxxxxxxxxxx> and
- is licensed under the LGPL-2, see `/usr/share/common-licenses/LGPL-2'.
-
+ This library is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, version 2 of the License.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ The Debian packaging is (C) 2013, Kouhei Sutou <kou@xxxxxxxxxxxxxx> and
+ is licensed under the LGPL-2, see `/usr/share/common-licenses/LGPL-2'.