libtest-spelling-perl 0.25-2 source package in Ubuntu

Changelog

libtest-spelling-perl (0.25-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl.

  [ gregor herrmann ]
  * debian/control: change order of spell checkers and add dictionaries.
    Since 0.25, Test:Spelling prefers `hunspell', so make it the first
    alternative in Recommends, and also use it (and hunspell-en-us) for tests.
    Additionally, add en_US dictionary packages to Recommends (in the same
    order as the spell checkers), as Test::Spelling needs them.
    Also move `spell' to the end, as it again depends on ispell | aspell and
    their respective dictionaries.
    Thanks to Jonas Smedegaard for the bug report. (Closes: #1003859)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Mon, 17 Jan 2022 20:48:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-spelling-perl_0.25-2.dsc 2.5 KiB 6eff735ebbe0efa889de22a87e99873e1595b85a0b92b2e3e7a68872071988e8
libtest-spelling-perl_0.25.orig.tar.gz 28.6 KiB 38c659f03a4d7362e16832a3489d17f86a2ea36471d335e17ce323457df5bc60
libtest-spelling-perl_0.25-2.debian.tar.xz 3.2 KiB 04c21ab296c08b2fa4d0fb9a6f9bf807f194584b5c337987677f33c83f6fec2e

Available diffs

No changes file available.

Binary packages built by this source

libtest-spelling-perl: Perl module for spellchecking pod formatted text

 Test::Spelling lets you check the spelling of a POD file, and report
 its results in standard Test::More fashion. This module requires a
 spellcheck program such as spell, aspell, ispell, or hunspell.
 .
 You can add your own stopwords, which are words that should be ignored by the
 spell check. See libpod-spell-perl (which this module is built upon) for a
 variety of ways to add per-file stopwords to each .pm file. If you have a lot
 of stopwords, it's useful to put them in your test file's DATA section.