[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#541015: marked as done (ITA: libgc -- conservative garbage collector for C and C++)



Your message dated Wed, 12 Aug 2009 01:32:04 +0000
with message-id <E1Mb2hA-0006GT-8h@ries.debian.org>
and subject line Bug#541015: fixed in libgc 1:7.1-1
has caused the Debian Bug report #541015,
regarding ITA: libgc -- conservative garbage collector for C and C++
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
541015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541015
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

The current maintainer of libgc, Ryan Murray <rmurray@debian.org>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libgc
Binary: libgc1c2, libgc-dev
Version: 1:6.8-1.2
Priority: standard
Section: devel
Maintainer: Ryan Murray <rmurray@debian.org>
Build-Depends: debhelper
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libgc
Files:
 a4035208ecba02dd9d1e304d0aed30c0 925 libgc_6.8-1.2.dsc
 418d38bd9c66398386a372ec0435250e 756879 libgc_6.8.orig.tar.gz
 d3a66cc97e94952c55a56d9badfb1c79 321793 libgc_6.8-1.2.diff.gz
Checksums-Sha1: 
 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 756879 libgc_6.8.orig.tar.gz
 689ef85af800e9e7f41777029600b57b2ac063f3 321793 libgc_6.8-1.2.diff.gz
Checksums-Sha256: 
 448f8e4c6ee8c80eac059cf1c9379d20c388bcb900fc0796cd2a44d1dcbbae69 756879 libgc_6.8.orig.tar.gz
 e1fdf9b5dcc5ec94309bdd2bb1d23cac038f62d9ff016ed285972cff8259813a 321793 libgc_6.8-1.2.diff.gz

Package: libgc
Binary: libgc1c2, libgc-dev
Version: 1:6.8-1.2
Priority: standard
Section: devel
Maintainer: Ryan Murray <rmurray@debian.org>
Build-Depends: debhelper
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libgc
Files:
 a4035208ecba02dd9d1e304d0aed30c0 925 libgc_6.8-1.2.dsc
 418d38bd9c66398386a372ec0435250e 756879 libgc_6.8.orig.tar.gz
 d3a66cc97e94952c55a56d9badfb1c79 321793 libgc_6.8-1.2.diff.gz
Checksums-Sha1: 
 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 756879 libgc_6.8.orig.tar.gz
 689ef85af800e9e7f41777029600b57b2ac063f3 321793 libgc_6.8-1.2.diff.gz
Checksums-Sha256: 
 448f8e4c6ee8c80eac059cf1c9379d20c388bcb900fc0796cd2a44d1dcbbae69 756879 libgc_6.8.orig.tar.gz
 e1fdf9b5dcc5ec94309bdd2bb1d23cac038f62d9ff016ed285972cff8259813a 321793 libgc_6.8-1.2.diff.gz

Package: libgc1c2
Priority: standard
Section: libs
Installed-Size: 268
Maintainer: Ryan Murray <rmurray@debian.org>
Architecture: amd64
Source: libgc
Version: 1:6.8-1.2
Replaces: libgc1
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Conflicts: libgc1
Filename: pool/main/libg/libgc/libgc1c2_6.8-1.2_amd64.deb
Size: 125826
MD5sum: 58f32dafb18b46086949e259cc3597b5
SHA1: b94411beb2ea8d6f6f18d3c02f5e6d5b00f26d69
SHA256: 05719468a1d4a8302267b342d74c750d717a95ffb57a5c5588475880845b0265
Description: conservative garbage collector for C and C++
 Boehm's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc.
Tag: role::shared-lib

Package: libgc-dev
Priority: optional
Section: libdevel
Installed-Size: 644
Maintainer: Ryan Murray <rmurray@debian.org>
Architecture: amd64
Source: libgc
Version: 1:6.8-1.2
Depends: libgc1c2 (= 1:6.8-1.2), libc-dev
Filename: pool/main/libg/libgc/libgc-dev_6.8-1.2_amd64.deb
Size: 174720
MD5sum: abb41e298803bf81bd0310f96d0c999f
SHA1: 7ae497d08ba8b59590a8da7b956877f62fde346e
SHA256: acde7110df536fcb90caac3f222ec4caab178df88456656444b6923f258f99cc
Description: conservative garbage collector for C (development)
 Boehm's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc.
 This package is required to compile and link programs that use
 libgc1.
 .
 Since the collector does not require pointers to be tagged, it does
 not attempt to ensure that all inaccessible storage is reclaimed.
 However it has typically been more successful at reclaiming unused
 memory than most C programs using explicit deallocation.  Unlike
 manually introduced leaks, the amount of unreclaimed memory typically
 stays bounded.
 .
 This version of the collector is thread safe, has C++ support, and uses the
 defaults for everything else.  Particularly, it does not work as a malloc()
 replacement.
Tag: devel::{lang:c,lang:c++,library}, implemented-in::c, role::devel-lib

Package: libgc1c2
Priority: standard
Section: libs
Installed-Size: 268
Maintainer: Ryan Murray <rmurray@debian.org>
Architecture: amd64
Source: libgc
Version: 1:6.8-1.2
Replaces: libgc1
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Conflicts: libgc1
Filename: pool/main/libg/libgc/libgc1c2_6.8-1.2_amd64.deb
Size: 125826
MD5sum: 58f32dafb18b46086949e259cc3597b5
SHA1: b94411beb2ea8d6f6f18d3c02f5e6d5b00f26d69
SHA256: 05719468a1d4a8302267b342d74c750d717a95ffb57a5c5588475880845b0265
Description: conservative garbage collector for C and C++
 Boehm's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc.
Tag: role::shared-lib

Package: libgc-dev
Priority: optional
Section: libdevel
Installed-Size: 644
Maintainer: Ryan Murray <rmurray@debian.org>
Architecture: amd64
Source: libgc
Version: 1:6.8-1.2
Depends: libgc1c2 (= 1:6.8-1.2), libc-dev
Filename: pool/main/libg/libgc/libgc-dev_6.8-1.2_amd64.deb
Size: 174720
MD5sum: abb41e298803bf81bd0310f96d0c999f
SHA1: 7ae497d08ba8b59590a8da7b956877f62fde346e
SHA256: acde7110df536fcb90caac3f222ec4caab178df88456656444b6923f258f99cc
Description: conservative garbage collector for C (development)
 Boehm's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc.
 This package is required to compile and link programs that use
 libgc1.
 .
 Since the collector does not require pointers to be tagged, it does
 not attempt to ensure that all inaccessible storage is reclaimed.
 However it has typically been more successful at reclaiming unused
 memory than most C programs using explicit deallocation.  Unlike
 manually introduced leaks, the amount of unreclaimed memory typically
 stays bounded.
 .
 This version of the collector is thread safe, has C++ support, and uses the
 defaults for everything else.  Particularly, it does not work as a malloc()
 replacement.
Tag: devel::{lang:c,lang:c++,library}, implemented-in::c, role::devel-lib




--- End Message ---
--- Begin Message ---
Source: libgc
Source-Version: 1:7.1-1

We believe that the bug you reported is fixed in the latest version of
libgc, which is due to be installed in the Debian FTP archive:

libgc-dev_7.1-1_amd64.deb
  to pool/main/libg/libgc/libgc-dev_7.1-1_amd64.deb
libgc1c2_7.1-1_amd64.deb
  to pool/main/libg/libgc/libgc1c2_7.1-1_amd64.deb
libgc_7.1-1.diff.gz
  to pool/main/libg/libgc/libgc_7.1-1.diff.gz
libgc_7.1-1.dsc
  to pool/main/libg/libgc/libgc_7.1-1.dsc
libgc_7.1.orig.tar.gz
  to pool/main/libg/libgc/libgc_7.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541015@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <lamby@debian.org> (supplier of updated libgc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 12 Aug 2009 02:16:30 +0100
Source: libgc
Binary: libgc1c2 libgc-dev
Architecture: source amd64
Version: 1:7.1-1
Distribution: experimental
Urgency: low
Maintainer: Chris Lamb <lamby@debian.org>
Changed-By: Chris Lamb <lamby@debian.org>
Description: 
 libgc-dev  - conservative garbage collector for C (development)
 libgc1c2   - conservative garbage collector for C and C++
Closes: 329338 422440 434106 446068 535985 541015
Changes: 
 libgc (1:7.1-1) experimental; urgency=low
 .
   * New maintainer. (Closes: #541015)
   * New upstream release. (Closes: #434106, #446068)
   * Fix debian/watch file. Thanks Jonny <jonny@csc.jp> and Ruben Molina
     <rmolina@udea.edu.co>. (Closes: #535985)
   * debian/patches/*
     - Extract changes from .diff.gz into quilt patch series
     - Update architecture patches for new upstream; partly applied upstream
   * Move to debhelper 7.
   * Add symbols file for libgc1c2.
   * debian/control:
     - Bump Standards-Version to 3.8.2.
     - Add Homepage: field.
     - Add ${misc:Depends} for all binary packages.
     - Use ${binary:Version} in libgc-dev => libgcX versioned dependency.
     - Drop duplicate "Section:" heading in libgc1c2.
     - Update long description, clarifying ambiguity caused by Debian's choice
       of configuration. (Closes: #329338)
   * Remove some cruft from debian/rules.
   * Install README.environment via dh_installdocs, not dh_install.
   * Don't install README.cords if we aren't shipping that library
     (Closes: #422440)
Checksums-Sha1: 
 3cb57b74ab5cc719486f33f6a711a781a1e16cc5 1002 libgc_7.1-1.dsc
 e84cba5d18f4ea5ed4e5fd3f1dc6a46bc190ff6f 1077714 libgc_7.1.orig.tar.gz
 29b1bce864b314d18be9ea821cae9ad7d951ff6f 10191 libgc_7.1-1.diff.gz
 39833aa7d397d55f9791f75007b97f6da85a7a78 137312 libgc1c2_7.1-1_amd64.deb
 9d7eb48b1b130abadcd3b0f192ff4193a8e4814a 244872 libgc-dev_7.1-1_amd64.deb
Checksums-Sha256: 
 9422e8abc8cc7968dc20330beb75c8615a04daa3895498366f5bfcac6f0827d7 1002 libgc_7.1-1.dsc
 e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30 1077714 libgc_7.1.orig.tar.gz
 597cd196fb0f15428bcc35686bad37844983a0601ef536dbefe9fb9b73ca8610 10191 libgc_7.1-1.diff.gz
 a767047461a11a963874f73da48618f6319c6fa3df243651a60776c0d8402c12 137312 libgc1c2_7.1-1_amd64.deb
 b7910456e8f4d5614cda57c4fb0ac03874050240ec985b4657cffa072a19df3b 244872 libgc-dev_7.1-1_amd64.deb
Files: 
 06e081ef766473254b32f6f9df7a5846 1002 libs standard libgc_7.1-1.dsc
 2ff9924c7249ef7f736ecfe6f08f3f9b 1077714 libs standard libgc_7.1.orig.tar.gz
 cc85327f089307d9574b35e8ccd3ed5b 10191 libs standard libgc_7.1-1.diff.gz
 3e9e24493467cbf39144972626e49033 137312 libs standard libgc1c2_7.1-1_amd64.deb
 c28ebc126020547522686ef8b3448c9c 244872 libdevel optional libgc-dev_7.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqCGFwACgkQ5/8uW2NPmiAT/ACfVlAx6Uo62qui2TMrkL+li8vI
Ai8AoJpQ7GtgBkS09yulhf3MCR1o9GBk
=fnLy
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: