[ubuntu/oneiric] libgc 1:7.1-7 (Accepted)

Ubuntu Installer archive at ubuntu.com
Tue May 3 09:46:53 UTC 2011


libgc (1:7.1-7) unstable; urgency=low

  * Add ppc64 symbol file (Closes: #615469)
  * Add sh4 symbol file (Closes: #614744)
  * Add armhf symbol file
  * Add powerpcspe symbol file
  * Handle sparc64 the same as sparc
  * Clear non-arch symbol file to support building on not yet captured
    architectures
  * add -pthread to fix build with --no-add-needed

libgc (1:7.1-6) unstable; urgency=low

  * include pkg-config file (Closes: #546833)
  * Include Hurd symbol file (Closes: #611643) thanks to Svante Signell
    for providing it
  * add hppa symbol file

libgc (1:7.1-5) unstable; urgency=low

  * Upload to unstable

libgc (1:7.1-4) experimental; urgency=low

  * Adopt package (Closes: #590772)
    * Adopt debian/control git headers (moved to collab-maint)
    * Convert to source format 3.0 (quilt)
  * Build against system libatomic-ops (Closes: #559345)
    * Now builds on mipsen as well (Closes: #542285)
    * Include correct arch-specific symbols file for mipsen
    * Remove atomic-ops specific symbols from symbols file
    * Drop patch for automic-ops on s390
  * Fix dependency on debhelper (needs 7.0.50 > 7)
  * Bump standards version to 3.9.1
  * Fix symbol files (Closes: #565778)

libgc (1:7.1-3) experimental; urgency=low

  * Add symbols for armel and i386.

libgc (1:7.1-2) experimental; urgency=low

  * Fix FTBFS on sparc by specifying correct machine-dependent code.
  * Fix FTBFS on s390 by correcting #include directory.
  * Add avr32 support. Patch by Bradley Smith <brad at brad-smith.co.uk>.
    (Closes: #528406)
  * Symbols maintenance:
    - Add Build-Depends-Package
    - Add required arch-dependent symbols for sparc, powerpc, s390 and avr32
  * Add Vcs-{Git,Browser} headers.

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 at csc.jp> and Ruben Molina
    <rmolina at 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)

Date: Tue,  03 May 2011 09:46:17 +0000
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Christoph Egger <christoph at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/oneiric/+source/libgc/1:7.1-7
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Tue,  03 May 2011 09:46:17 +0000
Source: libgc
Binary: libgc1c2, libgc-dev
Architecture: source
Version: 1:7.1-7
Distribution: oneiric
Urgency: low
Maintainer: Christoph Egger <christoph at debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Closes: 329338 422440 434106 446068 528406 535985 541015 542285 546833 559345 565778 590772 611643 614744 615469
Files:
 27272d70d093f7a81f27d346ecd0106e 23533 libs standard libgc_7.1-7.debian.tar.gz
 2ff9924c7249ef7f736ecfe6f08f3f9b 1077714 libs standard libgc_7.1.orig.tar.gz
 b1fbfe091b3ff8f3370ec607df2147a4 1835 libs standard libgc_7.1-7.dsc
Changes:
 libgc (1:7.1-7) unstable; urgency=low
 .
   * Add ppc64 symbol file (Closes: #615469)
   * Add sh4 symbol file (Closes: #614744)
   * Add armhf symbol file
   * Add powerpcspe symbol file
   * Handle sparc64 the same as sparc
   * Clear non-arch symbol file to support building on not yet captured
     architectures
   * add -pthread to fix build with --no-add-needed
 .
 libgc (1:7.1-6) unstable; urgency=low
 .
   * include pkg-config file (Closes: #546833)
   * Include Hurd symbol file (Closes: #611643) thanks to Svante Signell
     for providing it
   * add hppa symbol file
 .
 libgc (1:7.1-5) unstable; urgency=low
 .
   * Upload to unstable
 .
 libgc (1:7.1-4) experimental; urgency=low
 .
   * Adopt package (Closes: #590772)
     * Adopt debian/control git headers (moved to collab-maint)
     * Convert to source format 3.0 (quilt)
   * Build against system libatomic-ops (Closes: #559345)
     * Now builds on mipsen as well (Closes: #542285)
     * Include correct arch-specific symbols file for mipsen
     * Remove atomic-ops specific symbols from symbols file
     * Drop patch for automic-ops on s390
   * Fix dependency on debhelper (needs 7.0.50 > 7)
   * Bump standards version to 3.9.1
   * Fix symbol files (Closes: #565778)
 .
 libgc (1:7.1-3) experimental; urgency=low
 .
   * Add symbols for armel and i386.
 .
 libgc (1:7.1-2) experimental; urgency=low
 .
   * Fix FTBFS on sparc by specifying correct machine-dependent code.
   * Fix FTBFS on s390 by correcting #include directory.
   * Add avr32 support. Patch by Bradley Smith <brad at brad-smith.co.uk>.
     (Closes: #528406)
   * Symbols maintenance:
     - Add Build-Depends-Package
     - Add required arch-dependent symbols for sparc, powerpc, s390 and avr32
   * Add Vcs-{Git,Browser} headers.
 .
 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 at csc.jp> and Ruben Molina
     <rmolina at 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)



More information about the Oneiric-changes mailing list