libdevel-calltrace-perl 1.2-3 source package in Ubuntu

Changelog

libdevel-calltrace-perl (1.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.
  * Apply multi-arch hints. + libdevel-calltrace-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 18:03:51 +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
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-calltrace-perl_1.2-3.dsc 2.1 KiB 343f812af3224b30a7bb2e37557661625f4dedfc221b9477681fd3b219e1bfaf
libdevel-calltrace-perl_1.2.orig.tar.gz 14.1 KiB b462bb99bad33846b475fea4deffeb62f7b2241de76d44c3f374ec3995b3c8e8
libdevel-calltrace-perl_1.2-3.debian.tar.xz 2.4 KiB 54d1b04078b44a577c2e2bdfa60ec12826a154bf0c9e9857ceabf2976c5017c6

Available diffs

No changes file available.

Binary packages built by this source

libdevel-calltrace-perl: Code tracer to follow function calls

 There are a number of perl modules in the CPAN that are designed to
 trace a program's execution as it runs. Each uses a different trick to
 do its job, fulfilling different needs. The technique Devel::Calltrace
 uses is quite simple and seems to be quite robust.