libdevel-bt-perl 0.06-5 source package in Ubuntu

Changelog

libdevel-bt-perl (0.06-5) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * Simplify BTS URL.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * 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-Database, Repository, Repository-
    Browse.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:47:20 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-bt-perl_0.06-5.dsc 2.1 KiB a508ecaf41b28a88a38f7982f8086ccf950fe19626237bcee7bc23bc441c73e4
libdevel-bt-perl_0.06.orig.tar.gz 15.4 KiB bee5d4117ff2cc215f78582fd03b5bc1e05832cc41a031f1ae8c53f94e0eae9e
libdevel-bt-perl_0.06-5.debian.tar.xz 3.8 KiB 9f606162ff58e3d6ff7c279ee28871f6854230150e6adea6f83776a5ba3b2010

No changes file available.

Binary packages built by this source

libdevel-bt-perl: module providing automatic gdb backtraces on errors

 Devel::bt, when enabled, registers a handler for certain types of fatal
 errors, like segmentation faults, and, once such an error occurs, prints a
 debugger backtrace to standard output before exiting the program.
 .
 It is intended to be used to debug crashes in situations where running the
 failing program directly under a debugger is not possible, for example when
 trying to get more information from cpantesters or from users unfamiliar with
 gdb.

libdevel-bt-perl-dbgsym: debug symbols for libdevel-bt-perl