libtext-glob-perl 0.11-1 source package in Ubuntu

Changelog

libtext-glob-perl (0.11-1) unstable; urgency=medium

  * Team upload

  [ Florian Schlichting ]
  * New upstream version 0.11

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Utkarsh Gupta ]
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.3.0 (no changes needed)

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 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).
  * Update standards version to 4.5.0, no changes needed.

  [ intrigeri ]
  * Set Rules-Requires-Root: no
  * Bump debhelper compatibility level to 13
  * New patches: fix typos in POD and comments

 -- intrigeri <email address hidden>  Sat, 16 May 2020 08:17:14 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-glob-perl_0.11-1.dsc 1.6 KiB 014a2a8aa9dc74bcf5692b880936ad271856ebeba11eb20678f28e8a36cea7b8
libtext-glob-perl_0.11.orig.tar.gz 4.7 KiB 069ccd49d3f0a2dedb115f4bdc9fbac07a83592840953d1fcdfc39eb9d305287
libtext-glob-perl_0.11-1.debian.tar.xz 4.0 KiB b831c0a87ad2faf3a35cfad297372393f0d29fb4034efddea6136c9adb4496eb

Available diffs

No changes file available.

Binary packages built by this source

libtext-glob-perl: Perl module for matching globbing patterns against text

 Text::Glob implements glob(3) style matching that can be used to match
 against text, rather than fetching names from a filesystem. If you
 want to do full file globbing use the File::Glob module instead.