debian/0000755000000000000000000000000012153162330007162 5ustar debian/rules0000755000000000000000000000043112153162330010240 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rename -v 's/\.pl//' $(TMP)/usr/bin/*.pl rename -v 's/\.pl//' $(TMP)/usr/share/man/man1/* rm $(TMP)/usr/share/perl5/Text/ngrams.pldebian/control0000644000000000000000000000201712153162330010565 0ustar Source: libtext-ngrams-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl Maintainer: Debian Perl Group Uploaders: Harlan Lieberman-Berg Standards-Version: 3.9.4 Homepage: http://web.cs.dal.ca/~vlado/srcperl/Ngrams/Ngrams.html Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-ngrams-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-ngrams-perl.git Package: libtext-ngrams-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for flexible N-gram analysis of text Text::Ngrams is a module for flexible N-gram analysis of text. It supports character n-grams, word n-grams, and many more types of n-grams. It allows a user to manually feed a sequence of tokens, has automatic recognition and feed of tokens, and the way they are combined in an n-gram. It can also be used from the command line through the script ngrams.pl provided with the package. debian/source/0000755000000000000000000000000012153162330010462 5ustar debian/source/format0000644000000000000000000000001412153162330011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026412153162330011036 0ustar libtext-ngrams-perl (2.005-1) unstable; urgency=low * Initial release. (Closes: #710715) -- Harlan Lieberman-Berg Sat, 01 Jun 2013 19:50:16 -0400 debian/compat0000644000000000000000000000000212153162330010360 0ustar 9 debian/patches/0000755000000000000000000000000012153162330010611 5ustar debian/patches/fix-manpage-spelling0000644000000000000000000000174512153162330014552 0ustar Description: Correct minor misspelling in manpage, fix manpage errors Author: Harlan Lieberman-Berg Bug: https://rt.cpan.org/Ticket/Display.html?id=85837 Forwarded: yes --- a/ngrams.pl +++ b/ngrams.pl @@ -99,7 +99,7 @@ =head1 DESCRIPTION This script produces n-grams tables of the input files to the standard -ouput. +output. Options: @@ -139,6 +139,8 @@ Type of n-grams produces. See Text::Ngrams module. +=back + =head1 PREREQUISITES Text::Ngrams, --- a/Ngrams.pm +++ b/Ngrams.pm @@ -1000,7 +1000,7 @@ =head1 SEE ALSO -Some of the similiar projects and related resources are the following: +Some of the similar projects and related resources are the following: =over 4 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,8 +24,6 @@ () ), EXE_FILES => [ 'ngrams.pl' ], - MAN3PODS => { 'Ngrams.pm' => 'blib/man3/Text::Ngrams.3' }, - MAN1PODS => { 'ngrams.pl' => 'blib/man1/ngrams.pl.1' } ); open(M, ">>Makefile") or die; debian/patches/series0000644000000000000000000000002512153162330012023 0ustar fix-manpage-spelling debian/copyright0000644000000000000000000000203612153162330011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://web.cs.dal.ca/~vlado/srcperl/Ngrams/ Upstream-Name: Text-Ngrams Upstream-Contact: Vlado Keselj Files: * Copyright: 2003-2013, Vlado Keselj License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Harlan Lieberman-Berg License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016112153162330010211 0ustar version=3 http://web.cs.dal.ca/~vlado/srcperl/Ngrams/ ^Text-Ngrams-?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$