[libtext-hunspell-perl] branch master updated (5d04fef -> b19cee2)

gregor herrmann gregoa at debian.org
Fri Oct 24 21:43:36 UTC 2014


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

gregoa pushed a change to branch master
in repository libtext-hunspell-perl.

      from  5d04fef   update changelog
       new  1c13c95   Add debian/upstream/metadata
       new  46d94bd   Update debian/changelog
      adds  fb739dc   Initial import of CPAN version 1.3
      adds  f64d6f5   Bumped up version, fixes start to flow
      adds  93f8624   Was missing the test dictionaries
      adds  62a4fd6   Added simple .gitignore file for object files
      adds  534ae95   [t] 05-core.t refactored, improved and UTF-8 fixed
      adds  9804716   Ugly hack to make Text::Hunspell work again <???>
      adds  6df987f   Now delete() returns a true value
      adds  df93462   Added new test case for analyze()
      adds  b732656   Fixed another 'THIS' reference
      adds  d0031f6   Added a basic example script for people to pick up
      adds  4c1968c   Moved old test.pl to a temporary directory
      adds  7ea4f8c   Makefile.old, go away
      adds  44eac25   We want to run the t/*.t scripts, not test.pl
      adds  80ce2e4   Moved to a temp dir. Not running anymore.
      adds  7c84573   Added new test script, and missing typemap file
      adds  86a6e77   Revised code sample in the POD that had errors
      adds  2edf588   Bump up version to 2.00. Makes me happy!
      adds  f2529b5   Use Devel::CheckLib to avoid failures where libhunspell is not installed
      adds  07e475b   Bumped up version to 2.01 after the Devel::CheckLib fix
      adds  63938ed   Added a bit of past revisions too
      adds  05d94d5   Added heuristic to help debug linking problems
      adds  73b76d4   Fixed a deprecated use of qw() in perl 5.14
      adds  bdb8e20   Bumped up version for new 2.03 release
      adds  1c4c1b9   [RT#79630] Fix pod tests adding =encoding
      adds  7dca254   Bumped up version for CPAN release.
      adds  6c2b812   2.05: fixed pod encoding
      adds  c73345e   Clarify installation of hunspell dev libs
      adds  a3a8f81   RT#83765: applied patch for new add_dic() method
      adds  8fc4510   Bumped to 2.06 for new CPAN release
      adds  e2030c8   New test files for RT#83765
      adds  08c0bbf   Fixes to support multiple speller objects, RT #84054
      adds  5a3d431   Merge pull request #1 from hisdeedsaredust/master
      adds  8b0a818   Add location of primary source repository on github
      adds  b20d5da   Bump up version for CPAN release
      adds  be8e9b1   Documentation update: fill in details of method usage
      adds  71da699   Merge pull request #2 from hisdeedsaredust/master
      adds  84c9e6b   Bump version for CPAN release
      adds  b787fae   Added test case for RT#92820
      adds  6ac87dc   RT#99458: use pkgconfig to detect libhunspell
      adds  33236b7   Imported Upstream version 2.09
       new  ea3da2b   Merge tag 'upstream/2.09'
       new  3d06175   Update debian/changelog
       new  51b28f6   drop empty Contact from debian/upstream/metadata
       new  89b3cae   Drop fix-checklib-fail.patch, not relevant anymore.
       new  103a67e   Add build dependency on libextutils-pkgconfig-perl.
       new  b2a53c3   Declare compliance with Debian Policy 3.9.6.
       new  a575fd4   debian/copyright: remove section about dropped file.
       new  9bb3f84   lintian shouts loudly about unspecified (and some others) ...
       new  cfef7f3   Mark package as autopkgtest-able.
       new  b19cee2   releasing package libtext-hunspell-perl version 2.09-1

The 12 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:
 Changes                                |   7 +
 Hunspell.pm                            |   2 +-
 MANIFEST                               |   2 -
 META.json                              |   8 +-
 META.yml                               |   7 +-
 Makefile.PL                            |  89 +++----
 debian/changelog                       |  16 +-
 debian/control                         |   6 +-
 debian/copyright                       |   6 +-
 debian/patches/fix-checklib-fail.patch |  18 --
 debian/patches/series                  |   1 -
 debian/upstream/metadata               |   4 +
 inc/Devel/CheckLib.pm                  | 445 ---------------------------------
 t/00-prereq.t                          |  12 -
 14 files changed, 73 insertions(+), 550 deletions(-)
 delete mode 100644 debian/patches/fix-checklib-fail.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 delete mode 100644 inc/Devel/CheckLib.pm
 delete mode 100644 t/00-prereq.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-hunspell-perl.git



More information about the Pkg-perl-cvs-commits mailing list