libstring-trim-perl 0.005-2 source package in Ubuntu

Changelog

libstring-trim-perl (0.005-2) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ gregor herrmann ]
  * debian/*: update GitHub URLs to use HTTPS.
  * debian/watch: use uscan version 4.

  [ Étienne Mollier ]
  * d/control: declare conformance to standards version 4.6.1.
  * d/control: Rules-Requires-Root: no.
  * d/control: bump to debhelper-compat 13
  * d/control: enable autopkgtest-pkg-perl test suite.
  * d/control: declare packaging code repository is hosted on salsa.

 -- Étienne Mollier <email address hidden>  Sat, 28 May 2022 12:00:19 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-trim-perl_0.005-2.dsc 2.2 KiB 1396da7bdb39ad9a7e7c23c96993daaba9fe9e5e9c14c1d5ef3b3f94f41fc0f7
libstring-trim-perl_0.005.orig.tar.gz 13.6 KiB b169e20b02476f308fec0425c75077fd6a851f578b4ea3703e6220659d73b31f
libstring-trim-perl_0.005-2.debian.tar.xz 1.9 KiB 593ff19ee02ab83aacfd274c456d190768b5ea49921515e37c7fbc8810f6e200

Available diffs

No changes file available.

Binary packages built by this source

libstring-trim-perl: trim whitespace from your strings

 String::Trim trims whitespace off your strings. chomp trims only $/
 (typically, that's newline), but trim will trim all leading and trailing
 whitespace.