libgc 1:8.2.6-2 source package in Ubuntu

Changelog

libgc (1:8.2.6-2) unstable; urgency=medium

  * Fix debian/watch for github API
  * debian/control: update dependency pkg-config -> pkgconf
  * Add libgc1.lintian-overrides
  * debian: update debheper compat
  * control: add Vcs-browser also
  * control: mark as rootless
  * changelog: remove trailing whitespace

 -- Ian Wienand <email address hidden>  Fri, 21 Jun 2024 10:04:46 +1000

Upload details

Uploaded by:
Christoph Egger
Uploaded to:
Sid
Original maintainer:
Christoph Egger
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main devel

Downloads

File Size SHA-256 Checksum
libgc_8.2.6-2.dsc 1.9 KiB 918fdac9d61480ae946f9d305a23b48ccc6866dda1edae2e08bc7b9d4b6a0f1c
libgc_8.2.6.orig.tar.gz 1.2 MiB b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
libgc_8.2.6-2.debian.tar.xz 11.6 KiB ee8d87ea9eab66358161839213489cf4388254f8468ba7cd2b1cbccd4ae91c99

No changes file available.

Binary packages built by this source

libgc-dev: conservative garbage collector for C (development)

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.
 .
 This package is required to compile and link programs that use libgc1c2.

libgc1: conservative garbage collector for C and C++

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.

libgc1-dbgsym: debug symbols for libgc1