[liblingua-stem-snowball-perl] branch master updated (d5c4bb7 -> 707924f)

dom at earth.li dom at earth.li
Sun Apr 24 11:34:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

dom pushed a change to branch master
in repository liblingua-stem-snowball-perl.

      from  d5c4bb7   include copyright licensing statements from snowball web site
       new  3ef4312   Change Maintainer to Debian Perl Group
       new  c3e28ec   debian/watch: use metacpan-based URL.
       new  b7aa802   Remove inappropriate dependencies on perl-modules
       new  06d36fa   Move snowball_code to snowball-code
       new  b61a24b   Switch to dpkg-source 3.0 (quilt) format
       new  6715a53   Switch to minimal dh style rules
       new  808fad2   Update Homepage to use metacpan
       new  ad964ad   Update Standards-Version (no changes)
       new  d22a569   Modernize copyright file
       new  707924f   releasing package liblingua-stem-snowball-perl version 0.952-3

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/README.source                               |  8 +-
 debian/changelog                                   | 13 +++
 debian/compat                                      |  2 +-
 debian/control                                     | 20 +++--
 debian/copyright                                   | 95 +++++++++++++---------
 debian/examples                                    |  1 +
 .../liblingua-stem-snowball-perl.lintian-overrides |  1 -
 debian/rules                                       | 75 +----------------
 debian/source/format                               |  1 +
 debian/watch                                       |  2 +-
 {snowball_code => snowball-code}/GNUmakefile       |  0
 {snowball_code => snowball-code}/README            |  0
 .../algorithms/danish/stem_ISO_8859_1.sbl          |  0
 .../algorithms/danish/stem_MS_DOS_Latin_I.sbl      |  0
 .../algorithms/dutch/stem_ISO_8859_1.sbl           |  0
 .../algorithms/dutch/stem_MS_DOS_Latin_I.sbl       |  0
 .../algorithms/english/stem_ISO_8859_1.sbl         |  0
 .../algorithms/finnish/stem_ISO_8859_1.sbl         |  0
 .../algorithms/french/stem_ISO_8859_1.sbl          |  0
 .../algorithms/french/stem_MS_DOS_Latin_I.sbl      |  0
 .../algorithms/german/stem_ISO_8859_1.sbl          |  0
 .../algorithms/german/stem_MS_DOS_Latin_I.sbl      |  0
 .../algorithms/german2/stem_ISO_8859_1.sbl         |  0
 .../algorithms/hungarian/stem_ISO_8859_1.sbl       |  0
 .../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
 .../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
 .../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
 .../algorithms/romanian/stem_Unicode.sbl           |  0
 .../algorithms/russian/stem_KOI8_R.sbl             |  0
 .../algorithms/russian/stem_Unicode.sbl            |  0
 .../algorithms/spanish/stem_ISO_8859_1.sbl         |  0
 .../algorithms/spanish/stem_MS_DOS_Latin_I.sbl     |  0
 .../algorithms/swedish/stem_ISO_8859_1.sbl         |  0
 .../algorithms/swedish/stem_MS_DOS_Latin_I.sbl     |  0
 .../algorithms/turkish/stem_Unicode.sbl            |  0
 .../compiler/analyser.c                            |  0
 {snowball_code => snowball-code}/compiler/driver.c |  0
 .../compiler/generator.c                           |  0
 .../compiler/generator_java.c                      |  0
 {snowball_code => snowball-code}/compiler/header.h |  0
 {snowball_code => snowball-code}/compiler/space.c  |  0
 .../compiler/syswords.h                            |  0
 .../compiler/syswords2.h                           |  0
 .../compiler/tokeniser.c                           |  0
 {snowball_code => snowball-code}/doc/TODO          |  0
 .../examples/stemwords.c                           |  0
 .../include/libstemmer.h                           |  0
 .../libstemmer/libstemmer.c                        |  0
 .../libstemmer/libstemmer_c.in                     |  0
 .../libstemmer/libstemmer_utf8.c                   |  0
 .../libstemmer/mkmodules.pl                        |  0
 .../libstemmer/modules.h                           |  0
 .../libstemmer/modules.txt                         |  0
 .../libstemmer/modules_utf8.h                      |  0
 .../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
 .../runtime/utilities.c                            |  0
 66 files changed, 96 insertions(+), 122 deletions(-)
 create mode 100644 debian/examples
 delete mode 100644 debian/liblingua-stem-snowball-perl.lintian-overrides
 create mode 100644 debian/source/format
 rename {snowball_code => snowball-code}/GNUmakefile (100%)
 rename {snowball_code => snowball-code}/README (100%)
 rename {snowball_code => snowball-code}/algorithms/danish/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/danish/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/dutch/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/dutch/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/english/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/finnish/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/french/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/french/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/german/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/german/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/german2/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/hungarian/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/italian/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/italian/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/lovins/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/norwegian/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/norwegian/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/porter/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/portuguese/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/portuguese/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/romanian/stem_ISO_8859_2.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/romanian/stem_Unicode.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/russian/stem_KOI8_R.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/russian/stem_Unicode.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/spanish/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/spanish/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/swedish/stem_ISO_8859_1.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/swedish/stem_MS_DOS_Latin_I.sbl (100%)
 rename {snowball_code => snowball-code}/algorithms/turkish/stem_Unicode.sbl (100%)
 rename {snowball_code => snowball-code}/compiler/analyser.c (100%)
 rename {snowball_code => snowball-code}/compiler/driver.c (100%)
 rename {snowball_code => snowball-code}/compiler/generator.c (100%)
 rename {snowball_code => snowball-code}/compiler/generator_java.c (100%)
 rename {snowball_code => snowball-code}/compiler/header.h (100%)
 rename {snowball_code => snowball-code}/compiler/space.c (100%)
 rename {snowball_code => snowball-code}/compiler/syswords.h (100%)
 rename {snowball_code => snowball-code}/compiler/syswords2.h (100%)
 rename {snowball_code => snowball-code}/compiler/tokeniser.c (100%)
 rename {snowball_code => snowball-code}/doc/TODO (100%)
 rename {snowball_code => snowball-code}/examples/stemwords.c (100%)
 rename {snowball_code => snowball-code}/include/libstemmer.h (100%)
 rename {snowball_code => snowball-code}/libstemmer/libstemmer.c (100%)
 rename {snowball_code => snowball-code}/libstemmer/libstemmer_c.in (100%)
 rename {snowball_code => snowball-code}/libstemmer/libstemmer_utf8.c (100%)
 rename {snowball_code => snowball-code}/libstemmer/mkmodules.pl (100%)
 rename {snowball_code => snowball-code}/libstemmer/modules.h (100%)
 rename {snowball_code => snowball-code}/libstemmer/modules.txt (100%)
 rename {snowball_code => snowball-code}/libstemmer/modules_utf8.h (100%)
 rename {snowball_code => snowball-code}/libstemmer/modules_utf8.txt (100%)
 rename {snowball_code => snowball-code}/runtime/api.c (100%)
 rename {snowball_code => snowball-code}/runtime/api.h (100%)
 rename {snowball_code => snowball-code}/runtime/header.h (100%)
 rename {snowball_code => snowball-code}/runtime/utilities.c (100%)

-- 
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