libstring-toidentifier-en-perl 0.12-2 source package in Ubuntu

Changelog

libstring-toidentifier-en-perl (0.12-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      liblingua-en-inflect-phrase-perl.
    + libstring-toidentifier-en-perl: Drop versioned constraint on
      liblingua-en-inflect-phrase-perl in Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 19:50:31 +0000

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-toidentifier-en-perl_0.12-2.dsc 2.3 KiB 18968f2645ed02140a8092ba2f22cf2d45231752530a8567ad26c0c948871a8c
libstring-toidentifier-en-perl_0.12.orig.tar.gz 18.3 KiB 3afb84232930b9ac5b1ada383c8dd5907ae4e23aec5abb016f70f9e8053cdc8a
libstring-toidentifier-en-perl_0.12-2.debian.tar.xz 2.6 KiB 8894e652a8af1c49e502befa2c650867dae230a281971ca67443f202f8a906be

Available diffs

No changes file available.

Binary packages built by this source

libstring-toidentifier-en-perl: module to convert strings to English program identifiers

 String::ToIdentifier::EN is a Perl module that provides a utility to
 convert an arbitrary string into an identifier usable in a computer
 program. The intent is to make unique identifier names from which the
 content of the original string can be easily inferred by a human just
 by reading the identifier.
 .
 If you need the full set of alphanumeric caracters including Unicode,
 see the subclass String::ToIdentifier::EN::Unicode.
 .
 Currently, this process is one way only, and will likely remain this way.