Codebase list liblingua-en-sentence-perl / bab5c46
Initial packaging by dh-make-perl 0.103 Florian Schlichting 5 years ago
9 changed file(s) with 86 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 liblingua-en-sentence-perl (0.31-1) UNRELEASED; urgency=low
1
2 * Initial release. (Closes: #123456)
3
4 -- Florian Schlichting <fsfs@debian.org> Wed, 21 Nov 2018 20:45:56 +0100
0 Source: liblingua-en-sentence-perl
1 Section: perl
2 Priority: optional
3 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
4 Uploaders: Florian Schlichting <fsfs@debian.org>
5 Build-Depends: debhelper (>= 11)
6 Build-Depends-Indep: libmodule-build-perl (>= 0.38),
7 perl (>= 5.100.0) | perl (>= 5.100.0)
8 Standards-Version: 4.2.1
9 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblingua-en-sentence-perl
10 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblingua-en-sentence-perl.git
11 Homepage: https://metacpan.org/release/Lingua-EN-Sentence
12 Testsuite: autopkgtest-pkg-perl
13
14 Package: liblingua-en-sentence-perl
15 Architecture: all
16 Depends: ${misc:Depends}, ${perl:Depends},
17 perl (>= 5.100.0) | perl (>= 5.100.0)
18 Description: Split text into sentences
19 The Lingua::EN::Sentence module contains the function get_sentences, which
20 splits text into its constituent sentences, based on a regular expression and
21 a list of abbreviations (built in and given).
22 .
23 Certain well know exceptions, such as abbreviations, may cause incorrect
24 segmentations. But some of them are already integrated into this code and are
25 being taken care of. Still, if you see that there are words causing the
26 get_sentences function to fail, you can add those to the module, so it
27 notices them.
28 .
29 This description was automagically extracted from the module by dh-make-perl.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://metacpan.org/release/Lingua-EN-Sentence
2 Upstream-Contact: Shlomo Yona, Kim Ryan <kimryan at cpan org>
3 Upstream-Name: Lingua-EN-Sentence
4 DISCLAIMER: This copyright info was automatically extracted
5 from the perl module. It may not be accurate, so you better
6 check the module sources in order to ensure the module for its
7 inclusion in Debian or for general legal information. Please,
8 if licensing information is incorrectly generated, file a bug
9 on dh-make-perl.
10 NOTE: Don't forget to remove this disclaimer once you are happy
11 with this file.
12
13 Files: *
14 Copyright: Shlomo Yona, Kim Ryan <kimryan at cpan org>
15 License: Artistic or GPL-1+
16
17 Files: debian/*
18 Copyright: 2018, Florian Schlichting <fsfs@debian.org>
19 License: Artistic or GPL-1+
20
21 License: Artistic
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the Artistic License, which comes with Perl.
24 .
25 On Debian systems, the complete text of the Artistic License can be
26 found in `/usr/share/common-licenses/Artistic'.
27
28 License: GPL-1+
29 This program is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 1, or (at your option)
32 any later version.
33 .
34 On Debian systems, the complete text of version 1 of the GNU General
35 Public License can be found in `/usr/share/common-licenses/GPL-1'.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 ---
1 Archive: CPAN
2 Contact: Shlomo Yona, Kim Ryan <kimryan at cpan org>
3 Name: Lingua-EN-Sentence
4 Repository: https://github.com/kimryan/Lingua-EN-Sentence
5 Repository-Browse: https://github.com/kimryan/Lingua-EN-Sentence
0 version=3
1 https://metacpan.org/release/Lingua-EN-Sentence .*/Lingua-EN-Sentence-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$