libdevel-refcount-perl 0.10-3 source package in Ubuntu

Changelog

libdevel-refcount-perl (0.10-3) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ 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.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 16:02:42 +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-refcount-perl_0.10-3.dsc 2.2 KiB cf8996ece39c71b5fe0baa6300fe8b6edaf8a233d885706de47cfc50006706c4
libdevel-refcount-perl_0.10.orig.tar.gz 14.1 KiB b654d46963d1a881426ba15994f28f52eb839b0d135bf239b4d1bf38b1caca4a
libdevel-refcount-perl_0.10-3.debian.tar.xz 2.5 KiB 50854b75e78424a6321b1163ad258863c1aa3cee55736a94eb6931bdced5aa04

No changes file available.

Binary packages built by this source

libdevel-refcount-perl: Perl module to obtain the reference count of a variable

 Devel::Refcount provides a single function which obtains the reference count
 of the object being pointed to by the passed reference value.
 .
 Internally, Perl maintains a count of the number of 'things' referring to each
 variable, as a means of providing automatic memory management. Every time a
 reference is made to a scalar value, for example, the reference count is
 incremented; every time that reference is lost (eg. when a lexical variable
 goes out of scope) then the reference count is decremented.

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