[liblingua-stem-snowball-perl] 04/10: Move snowball_code to snowball-code
dom at earth.li
dom at earth.li
Sun Apr 24 11:34:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
dom pushed a commit to branch master
in repository liblingua-stem-snowball-perl.
commit 06d36fafef206c5267a48bfc9edf6f14873b5b37
Author: Dominic Hargreaves <dom at earth.li>
Date: Sun Apr 24 11:58:49 2016 +0100
Move snowball_code to snowball-code
This is needed in order to migrate this package to deb source format 3
using components, because an underscore does not appear to be a legal
character for a component.
---
debian/README.source | 2 +-
{snowball_code => snowball-code}/GNUmakefile | 0
{snowball_code => snowball-code}/README | 0
{snowball_code => snowball-code}/algorithms/danish/stem_ISO_8859_1.sbl | 0
.../algorithms/danish/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/dutch/stem_ISO_8859_1.sbl | 0
.../algorithms/dutch/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/english/stem_ISO_8859_1.sbl | 0
{snowball_code => snowball-code}/algorithms/finnish/stem_ISO_8859_1.sbl | 0
{snowball_code => snowball-code}/algorithms/french/stem_ISO_8859_1.sbl | 0
.../algorithms/french/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/german/stem_ISO_8859_1.sbl | 0
.../algorithms/german/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/german2/stem_ISO_8859_1.sbl | 0
.../algorithms/hungarian/stem_ISO_8859_1.sbl | 0
{snowball_code => snowball-code}/algorithms/italian/stem_ISO_8859_1.sbl | 0
.../algorithms/italian/stem_MS_DOS_Latin_I.sbl | 0
.../algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl | 0
{snowball_code => snowball-code}/algorithms/lovins/stem_ISO_8859_1.sbl | 0
.../algorithms/norwegian/stem_ISO_8859_1.sbl | 0
.../algorithms/norwegian/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/porter/stem_ISO_8859_1.sbl | 0
.../algorithms/portuguese/stem_ISO_8859_1.sbl | 0
.../algorithms/portuguese/stem_MS_DOS_Latin_I.sbl | 0
.../algorithms/romanian/stem_ISO_8859_2.sbl | 0
{snowball_code => snowball-code}/algorithms/romanian/stem_Unicode.sbl | 0
{snowball_code => snowball-code}/algorithms/russian/stem_KOI8_R.sbl | 0
{snowball_code => snowball-code}/algorithms/russian/stem_Unicode.sbl | 0
{snowball_code => snowball-code}/algorithms/spanish/stem_ISO_8859_1.sbl | 0
.../algorithms/spanish/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/swedish/stem_ISO_8859_1.sbl | 0
.../algorithms/swedish/stem_MS_DOS_Latin_I.sbl | 0
{snowball_code => snowball-code}/algorithms/turkish/stem_Unicode.sbl | 0
{snowball_code => snowball-code}/compiler/analyser.c | 0
{snowball_code => snowball-code}/compiler/driver.c | 0
{snowball_code => snowball-code}/compiler/generator.c | 0
{snowball_code => snowball-code}/compiler/generator_java.c | 0
{snowball_code => snowball-code}/compiler/header.h | 0
{snowball_code => snowball-code}/compiler/space.c | 0
{snowball_code => snowball-code}/compiler/syswords.h | 0
{snowball_code => snowball-code}/compiler/syswords2.h | 0
{snowball_code => snowball-code}/compiler/tokeniser.c | 0
{snowball_code => snowball-code}/doc/TODO | 0
{snowball_code => snowball-code}/examples/stemwords.c | 0
{snowball_code => snowball-code}/include/libstemmer.h | 0
{snowball_code => snowball-code}/libstemmer/libstemmer.c | 0
{snowball_code => snowball-code}/libstemmer/libstemmer_c.in | 0
{snowball_code => snowball-code}/libstemmer/libstemmer_utf8.c | 0
{snowball_code => snowball-code}/libstemmer/mkmodules.pl | 0
{snowball_code => snowball-code}/libstemmer/modules.h | 0
{snowball_code => snowball-code}/libstemmer/modules.txt | 0
{snowball_code => snowball-code}/libstemmer/modules_utf8.h | 0
{snowball_code => snowball-code}/libstemmer/modules_utf8.txt | 0
{snowball_code => snowball-code}/runtime/api.c | 0
{snowball_code => snowball-code}/runtime/api.h | 0
{snowball_code => snowball-code}/runtime/header.h | 0
{snowball_code => snowball-code}/runtime/utilities.c | 0
57 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/README.source b/debian/README.source
index 92e84dd..5ba1f0f 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,5 +1,5 @@
In order satisfy DFSG#2, I have included the snowball source files and
-compiler into this package in the snowball_code directory.
+compiler into this package in the snowball-code directory.
If you modify the algorithms, you will need to manually recompile them
and place the results in libstemmer_c/src_c before building this Debian
diff --git a/snowball_code/GNUmakefile b/snowball-code/GNUmakefile
similarity index 100%
rename from snowball_code/GNUmakefile
rename to snowball-code/GNUmakefile
diff --git a/snowball_code/README b/snowball-code/README
similarity index 100%
rename from snowball_code/README
rename to snowball-code/README
diff --git a/snowball_code/algorithms/danish/stem_ISO_8859_1.sbl b/snowball-code/algorithms/danish/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/danish/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/danish/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/danish/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/danish/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/danish/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/danish/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/dutch/stem_ISO_8859_1.sbl b/snowball-code/algorithms/dutch/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/dutch/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/dutch/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/dutch/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/dutch/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/dutch/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/dutch/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/english/stem_ISO_8859_1.sbl b/snowball-code/algorithms/english/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/english/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/english/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/finnish/stem_ISO_8859_1.sbl b/snowball-code/algorithms/finnish/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/finnish/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/finnish/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/french/stem_ISO_8859_1.sbl b/snowball-code/algorithms/french/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/french/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/french/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/french/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/french/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/french/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/french/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/german/stem_ISO_8859_1.sbl b/snowball-code/algorithms/german/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/german/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/german/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/german/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/german/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/german/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/german/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/german2/stem_ISO_8859_1.sbl b/snowball-code/algorithms/german2/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/german2/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/german2/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/hungarian/stem_ISO_8859_1.sbl b/snowball-code/algorithms/hungarian/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/hungarian/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/hungarian/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/italian/stem_ISO_8859_1.sbl b/snowball-code/algorithms/italian/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/italian/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/italian/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/italian/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/italian/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/italian/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/italian/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl b/snowball-code/algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/lovins/stem_ISO_8859_1.sbl b/snowball-code/algorithms/lovins/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/lovins/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/lovins/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/norwegian/stem_ISO_8859_1.sbl b/snowball-code/algorithms/norwegian/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/norwegian/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/norwegian/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/norwegian/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/norwegian/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/norwegian/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/norwegian/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/porter/stem_ISO_8859_1.sbl b/snowball-code/algorithms/porter/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/porter/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/porter/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/portuguese/stem_ISO_8859_1.sbl b/snowball-code/algorithms/portuguese/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/portuguese/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/portuguese/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/portuguese/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/portuguese/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/portuguese/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/portuguese/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/romanian/stem_ISO_8859_2.sbl b/snowball-code/algorithms/romanian/stem_ISO_8859_2.sbl
similarity index 100%
rename from snowball_code/algorithms/romanian/stem_ISO_8859_2.sbl
rename to snowball-code/algorithms/romanian/stem_ISO_8859_2.sbl
diff --git a/snowball_code/algorithms/romanian/stem_Unicode.sbl b/snowball-code/algorithms/romanian/stem_Unicode.sbl
similarity index 100%
rename from snowball_code/algorithms/romanian/stem_Unicode.sbl
rename to snowball-code/algorithms/romanian/stem_Unicode.sbl
diff --git a/snowball_code/algorithms/russian/stem_KOI8_R.sbl b/snowball-code/algorithms/russian/stem_KOI8_R.sbl
similarity index 100%
rename from snowball_code/algorithms/russian/stem_KOI8_R.sbl
rename to snowball-code/algorithms/russian/stem_KOI8_R.sbl
diff --git a/snowball_code/algorithms/russian/stem_Unicode.sbl b/snowball-code/algorithms/russian/stem_Unicode.sbl
similarity index 100%
rename from snowball_code/algorithms/russian/stem_Unicode.sbl
rename to snowball-code/algorithms/russian/stem_Unicode.sbl
diff --git a/snowball_code/algorithms/spanish/stem_ISO_8859_1.sbl b/snowball-code/algorithms/spanish/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/spanish/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/spanish/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/spanish/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/spanish/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/spanish/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/spanish/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/swedish/stem_ISO_8859_1.sbl b/snowball-code/algorithms/swedish/stem_ISO_8859_1.sbl
similarity index 100%
rename from snowball_code/algorithms/swedish/stem_ISO_8859_1.sbl
rename to snowball-code/algorithms/swedish/stem_ISO_8859_1.sbl
diff --git a/snowball_code/algorithms/swedish/stem_MS_DOS_Latin_I.sbl b/snowball-code/algorithms/swedish/stem_MS_DOS_Latin_I.sbl
similarity index 100%
rename from snowball_code/algorithms/swedish/stem_MS_DOS_Latin_I.sbl
rename to snowball-code/algorithms/swedish/stem_MS_DOS_Latin_I.sbl
diff --git a/snowball_code/algorithms/turkish/stem_Unicode.sbl b/snowball-code/algorithms/turkish/stem_Unicode.sbl
similarity index 100%
rename from snowball_code/algorithms/turkish/stem_Unicode.sbl
rename to snowball-code/algorithms/turkish/stem_Unicode.sbl
diff --git a/snowball_code/compiler/analyser.c b/snowball-code/compiler/analyser.c
similarity index 100%
rename from snowball_code/compiler/analyser.c
rename to snowball-code/compiler/analyser.c
diff --git a/snowball_code/compiler/driver.c b/snowball-code/compiler/driver.c
similarity index 100%
rename from snowball_code/compiler/driver.c
rename to snowball-code/compiler/driver.c
diff --git a/snowball_code/compiler/generator.c b/snowball-code/compiler/generator.c
similarity index 100%
rename from snowball_code/compiler/generator.c
rename to snowball-code/compiler/generator.c
diff --git a/snowball_code/compiler/generator_java.c b/snowball-code/compiler/generator_java.c
similarity index 100%
rename from snowball_code/compiler/generator_java.c
rename to snowball-code/compiler/generator_java.c
diff --git a/snowball_code/compiler/header.h b/snowball-code/compiler/header.h
similarity index 100%
rename from snowball_code/compiler/header.h
rename to snowball-code/compiler/header.h
diff --git a/snowball_code/compiler/space.c b/snowball-code/compiler/space.c
similarity index 100%
rename from snowball_code/compiler/space.c
rename to snowball-code/compiler/space.c
diff --git a/snowball_code/compiler/syswords.h b/snowball-code/compiler/syswords.h
similarity index 100%
rename from snowball_code/compiler/syswords.h
rename to snowball-code/compiler/syswords.h
diff --git a/snowball_code/compiler/syswords2.h b/snowball-code/compiler/syswords2.h
similarity index 100%
rename from snowball_code/compiler/syswords2.h
rename to snowball-code/compiler/syswords2.h
diff --git a/snowball_code/compiler/tokeniser.c b/snowball-code/compiler/tokeniser.c
similarity index 100%
rename from snowball_code/compiler/tokeniser.c
rename to snowball-code/compiler/tokeniser.c
diff --git a/snowball_code/doc/TODO b/snowball-code/doc/TODO
similarity index 100%
rename from snowball_code/doc/TODO
rename to snowball-code/doc/TODO
diff --git a/snowball_code/examples/stemwords.c b/snowball-code/examples/stemwords.c
similarity index 100%
rename from snowball_code/examples/stemwords.c
rename to snowball-code/examples/stemwords.c
diff --git a/snowball_code/include/libstemmer.h b/snowball-code/include/libstemmer.h
similarity index 100%
rename from snowball_code/include/libstemmer.h
rename to snowball-code/include/libstemmer.h
diff --git a/snowball_code/libstemmer/libstemmer.c b/snowball-code/libstemmer/libstemmer.c
similarity index 100%
rename from snowball_code/libstemmer/libstemmer.c
rename to snowball-code/libstemmer/libstemmer.c
diff --git a/snowball_code/libstemmer/libstemmer_c.in b/snowball-code/libstemmer/libstemmer_c.in
similarity index 100%
rename from snowball_code/libstemmer/libstemmer_c.in
rename to snowball-code/libstemmer/libstemmer_c.in
diff --git a/snowball_code/libstemmer/libstemmer_utf8.c b/snowball-code/libstemmer/libstemmer_utf8.c
similarity index 100%
rename from snowball_code/libstemmer/libstemmer_utf8.c
rename to snowball-code/libstemmer/libstemmer_utf8.c
diff --git a/snowball_code/libstemmer/mkmodules.pl b/snowball-code/libstemmer/mkmodules.pl
similarity index 100%
rename from snowball_code/libstemmer/mkmodules.pl
rename to snowball-code/libstemmer/mkmodules.pl
diff --git a/snowball_code/libstemmer/modules.h b/snowball-code/libstemmer/modules.h
similarity index 100%
rename from snowball_code/libstemmer/modules.h
rename to snowball-code/libstemmer/modules.h
diff --git a/snowball_code/libstemmer/modules.txt b/snowball-code/libstemmer/modules.txt
similarity index 100%
rename from snowball_code/libstemmer/modules.txt
rename to snowball-code/libstemmer/modules.txt
diff --git a/snowball_code/libstemmer/modules_utf8.h b/snowball-code/libstemmer/modules_utf8.h
similarity index 100%
rename from snowball_code/libstemmer/modules_utf8.h
rename to snowball-code/libstemmer/modules_utf8.h
diff --git a/snowball_code/libstemmer/modules_utf8.txt b/snowball-code/libstemmer/modules_utf8.txt
similarity index 100%
rename from snowball_code/libstemmer/modules_utf8.txt
rename to snowball-code/libstemmer/modules_utf8.txt
diff --git a/snowball_code/runtime/api.c b/snowball-code/runtime/api.c
similarity index 100%
rename from snowball_code/runtime/api.c
rename to snowball-code/runtime/api.c
diff --git a/snowball_code/runtime/api.h b/snowball-code/runtime/api.h
similarity index 100%
rename from snowball_code/runtime/api.h
rename to snowball-code/runtime/api.h
diff --git a/snowball_code/runtime/header.h b/snowball-code/runtime/header.h
similarity index 100%
rename from snowball_code/runtime/header.h
rename to snowball-code/runtime/header.h
diff --git a/snowball_code/runtime/utilities.c b/snowball-code/runtime/utilities.c
similarity index 100%
rename from snowball_code/runtime/utilities.c
rename to snowball-code/runtime/utilities.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-stem-snowball-perl.git
More information about the Pkg-perl-cvs-commits
mailing list