debian/0000755000000000000000000000000012226035436007171 5ustar debian/rules0000755000000000000000000000003612226035436010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000175212226035436010601 0ustar Source: libtext-hunspell-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional # hunspell-en-us required for tests to work. Build-Depends: debhelper (>= 9.20120312), hunspell-en-us, libhunspell-dev, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-hunspell-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-hunspell-perl.git Homepage: https://metacpan.org/release/Text-Hunspell/ Package: libtext-hunspell-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface to the GNU Hunspell library Text::Hunspell provides a Perl interface to the OO Hunspell library. This module is to meet the need of looking up many words, one at a time, in a single session, such as spell-checking a document in memory. debian/libtext-hunspell-perl.examples0000644000000000000000000000001312226035436015166 0ustar examples/* debian/libtext-hunspell-perl.docs0000644000000000000000000000000712226035436014303 0ustar README debian/source/0000755000000000000000000000000012226035436010471 5ustar debian/source/format0000644000000000000000000000001412226035436011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000205212226035436011042 0ustar libtext-hunspell-perl (2.08-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Refresh fix-checklib-fail.patch (offset). * Update list of copyright holders. * Use debhelper 9.20120312 to get all hardening flags. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Fri, 11 Oct 2013 19:53:23 +0200 libtext-hunspell-perl (2.05-1) unstable; urgency=low * Imported Upstream version 2.05 (minor doc updates) -- Dominique Dumont Thu, 06 Dec 2012 16:08:29 +0100 libtext-hunspell-perl (2.03-2) unstable; urgency=low * Team upload * Add fix-checklib-fail.patch -- Alessandro Ghedini Wed, 08 Aug 2012 15:53:45 +0200 libtext-hunspell-perl (2.03-1) unstable; urgency=low * Initial Release. (Closes: 676506) -- Dominique Dumont Thu, 07 Jun 2012 17:32:03 +0200 debian/compat0000644000000000000000000000000212226035436010367 0ustar 9 debian/patches/0000755000000000000000000000000012226035436010620 5ustar debian/patches/fix-checklib-fail.patch0000644000000000000000000000061112226035436015100 0ustar Description: Trigger build failure when hunspell is not found Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: gregor herrmann Last-Update: 2013-10-11 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,7 @@ warn "\n"; } -check_lib_or_exit( +assert_lib( lib => 'hunspell', header => 'hunspell/hunspell.h', ); debian/patches/series0000644000000000000000000000003012226035436012026 0ustar fix-checklib-fail.patch debian/copyright0000644000000000000000000000361112226035436011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-Hunspell Upstream-Contact: Cosimo Streppone Source: https://metacpan.org/release/Text-Hunspell/ Files: * Copyright: Cosimo Streppone Eleonora License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: inc/Devel/CheckLib.pm Copyright: 2007 David Cantrell. Portions copyright 2007 David Golden. License: Artistic or GPL-1+ Files: perlobject.map Copyright: 1996 Dean Roehrich License: unspecified No license specified in file. Comment: File is found originally on http://cpansearch.perl.org/src/DMR/XSTEST-19960302/perlobject.map . It has been copied quite liberally in several other Perl modules. There's no mention of a license in this file or in XSTEST distribution. Anyway, this file is not used during build and not shipped in binary package. Files: debian/* Copyright: 2012, Dominique Dumont 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/watch0000644000000000000000000000017012226035436010220 0ustar version=3 https://metacpan.org/release/Text-Hunspell/ .*/Text-Hunspell-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$