libtest-fixme-perl 0.16-2 source package in Ubuntu

Changelog

libtest-fixme-perl (0.16-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Remove Rene Mayorga from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

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

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

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 12:14:00 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-fixme-perl_0.16-2.dsc 2.1 KiB f1b5f6250999d848fd3817a68953336eebe0eed9620b64c9b81139887fce6442
libtest-fixme-perl_0.16.orig.tar.gz 20.2 KiB e92841fbfb41268c244721a4e416ccd574b5f1ab72a8767003b1963959b9cf33
libtest-fixme-perl_0.16-2.debian.tar.xz 2.8 KiB 984f1dba426dd413f33779c5433fb6fb297b802842286ce3118d43e789cfab3b

Available diffs

No changes file available.

Binary packages built by this source

libtest-fixme-perl: Perl module to check code for FIXME declarations

 When coding it is common to come up against problems that need to be
 addressed but that are not a big deal at the moment. What generally happens
 is that the coder adds comments like:
 .
  # FIXME - add checking of user privileges here.
 .
 Test::Fixme allows you to add a test file that ensures that none of these get
 forgotten in the module.