[ubuntu/karmic] perl 5.10.0-22ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu May 28 14:20:14 BST 2009


perl (5.10.0-22ubuntu1) karmic; urgency=low

  * Merge from Debian unstable, remaining changes:
    - add Breaks against doc-base (<< 0.8.16) to fix upgrade issues from
      hardy.
  * Dropped changes:
    - Ignore test results on hppa (thread tests fail).

perl (5.10.0-22) unstable; urgency=low

  * Make Archive::Extract work with recent versions of GNU tar.
    (Closes: #526822)

perl (5.10.0-21) unstable; urgency=low

  * Make the perl package recommend make because /usr/bin/cpan uses it.
    (Closes: #293908)
  * Add a .NOTPARALLEL debian/rules target to explicitly disable parallel
    builds. (Closes: #523940)
  * Squelch 'Constant subroutine ... undefined' warnings from .ph files.
    (Closes: #379757)
  * Elaborate PERL_SYS_* documentation a bit.
  * Fix a segmentation fault with array ties. (Closes: #525180)
  * Improve Archive::Tar error reporting on short corrupted archives.
    (Closes: #521613)
  * Fix use of -section in Pod::Usage and =over, =back. (Closes: #519785)
  * Archive::Tar now validates archives created by SunOS and HP-UX tar.
    (Closes: #516472)
  * XS_VERSION_BOOTCHECK may break if $VERSION is a long floating point number,
    so recommend using a string instead. (Closes: #482139)

perl (5.10.0-20) experimental; urgency=low

  * Manage debian/patches with TopGit as documented in README.source.
    + tweak patch descriptions to consistently have a one-line subject
  * Fixes cherry-picked from upstream:
    + Elaborate a confusing cross-reference in 'perldoc -f sort'.
      (Closes: #405470)
    + Fix a crash on binary-or lvalue operation on qr//. (Closes: #483150)
    + Fix h2xs enum handling with C++ comments. (Closes: #320286)
    + Fix Data::Dumper::new() argument checking. (Closes: #512036)
    + setpgrp() no longer corrupts the stack. (Closes: #512796)
    + Document PERL_SYS_* macros. (Closes: #522099)
    + Fix pod2man to escape backslashes in .IX entries. (Closes: #521256)
    + Fix h2xs enum handling. (Closes: #502297)
    + Add a SEE ALSO section to perldoc.pod. (Closes: #444932)
  * Activate delayed-branch optimizations on hppa and mips again.
  * Disable ext/threads/shared/t/waithires.t on m68k due to missing TLS.
    (Closes: #517938)
  * Make perlivp skip include directories in /usr/local. (Closes: #510895)
  * Wrap overlong dependency lines in debian/control.
  * Add conflicts/replaces/provides for
    + libcpanplus-perl (Closes: #516289)
    + libsys-syslog-perl (Closes: #498885)
    + libcompress-zlib-perl
    + libcompress-raw-zlib-perl
    + libio-compress-zlib-perl
    + libio-compress-base-perl
    + libpod-escapes-perl
  * Version the build-conflict with libterm-readline-gnu-perl.
    (Closes: #498807)
  * Remove the Etch->Lenny upgrade specific conflicts introduced in 5.10.0-14.
  * Remove the obsolete replacement of libclass-multimethods-perl.
  * Remove the obsolete conflict with libapache-mod-perl.
  * Include copyright and license information for
    + the Unicode database (Closes: #493421)
    + the embedded zlib source in Compress::Raw::Zlib
    + the Cwd module
    + the C parts of File::Glob
  * Test .ph files during the build phase. Thanks to Kees Cook for the patch.
    (Closes: #511848)
    + fix h2ph to find <syslimits.h> again. (Closes: #522673)
  * Various lintian fixes and overrides, most importantly:
    + Use ${binary:Version} for arch:any->any dependencies.
    + Disable zlib bundling in Compress::Raw::Zlib.
      * needs a build-dependency on zlib1g-dev | libz-dev.
  * Include sysexits.ph. (Closes: #505289)
  * Upgrade to Standards-Version 3.8.1.
  * Upload to experimental to test the new h2ph checks.

Date: Thu, 28 May 2009 10:07:10 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/perl/5.10.0-22ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 28 May 2009 10:07:10 +0000
Source: perl
Binary: perl-base libcgi-fast-perl perl-doc perl-modules perl-debug perl-suid libperl5.10 libperl-dev perl
Architecture: source
Version: 5.10.0-22ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 libcgi-fast-perl - CGI::Fast Perl module
 libperl-dev - Perl library: development files
 libperl5.10 - Shared Perl library
 perl       - Larry Wall's Practical Extraction and Report Language
 perl-base  - minimal Perl system
 perl-debug - Debug-enabled Perl interpreter
 perl-doc   - Perl documentation
 perl-modules - Core Perl modules
 perl-suid  - Runs setuid Perl scripts
Closes: 293908 320286 379757 405470 444932 482139 483150 493421 498807 498885 502297 505289 510895 511848 512036 512796 516289 516472 517938 519785 521256 521613 522099 522673 523940 525180 526822
Changes: 
 perl (5.10.0-22ubuntu1) karmic; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - add Breaks against doc-base (<< 0.8.16) to fix upgrade issues from
       hardy.
   * Dropped changes:
     - Ignore test results on hppa (thread tests fail).
 .
 perl (5.10.0-22) unstable; urgency=low
 .
   * Make Archive::Extract work with recent versions of GNU tar.
     (Closes: #526822)
 .
 perl (5.10.0-21) unstable; urgency=low
 .
   * Make the perl package recommend make because /usr/bin/cpan uses it.
     (Closes: #293908)
   * Add a .NOTPARALLEL debian/rules target to explicitly disable parallel
     builds. (Closes: #523940)
   * Squelch 'Constant subroutine ... undefined' warnings from .ph files.
     (Closes: #379757)
   * Elaborate PERL_SYS_* documentation a bit.
   * Fix a segmentation fault with array ties. (Closes: #525180)
   * Improve Archive::Tar error reporting on short corrupted archives.
     (Closes: #521613)
   * Fix use of -section in Pod::Usage and =over, =back. (Closes: #519785)
   * Archive::Tar now validates archives created by SunOS and HP-UX tar.
     (Closes: #516472)
   * XS_VERSION_BOOTCHECK may break if $VERSION is a long floating point number,
     so recommend using a string instead. (Closes: #482139)
 .
 perl (5.10.0-20) experimental; urgency=low
 .
   * Manage debian/patches with TopGit as documented in README.source.
     + tweak patch descriptions to consistently have a one-line subject
   * Fixes cherry-picked from upstream:
     + Elaborate a confusing cross-reference in 'perldoc -f sort'.
       (Closes: #405470)
     + Fix a crash on binary-or lvalue operation on qr//. (Closes: #483150)
     + Fix h2xs enum handling with C++ comments. (Closes: #320286)
     + Fix Data::Dumper::new() argument checking. (Closes: #512036)
     + setpgrp() no longer corrupts the stack. (Closes: #512796)
     + Document PERL_SYS_* macros. (Closes: #522099)
     + Fix pod2man to escape backslashes in .IX entries. (Closes: #521256)
     + Fix h2xs enum handling. (Closes: #502297)
     + Add a SEE ALSO section to perldoc.pod. (Closes: #444932)
   * Activate delayed-branch optimizations on hppa and mips again.
   * Disable ext/threads/shared/t/waithires.t on m68k due to missing TLS.
     (Closes: #517938)
   * Make perlivp skip include directories in /usr/local. (Closes: #510895)
   * Wrap overlong dependency lines in debian/control.
   * Add conflicts/replaces/provides for
     + libcpanplus-perl (Closes: #516289)
     + libsys-syslog-perl (Closes: #498885)
     + libcompress-zlib-perl
     + libcompress-raw-zlib-perl
     + libio-compress-zlib-perl
     + libio-compress-base-perl
     + libpod-escapes-perl
   * Version the build-conflict with libterm-readline-gnu-perl.
     (Closes: #498807)
   * Remove the Etch->Lenny upgrade specific conflicts introduced in 5.10.0-14.
   * Remove the obsolete replacement of libclass-multimethods-perl.
   * Remove the obsolete conflict with libapache-mod-perl.
   * Include copyright and license information for
     + the Unicode database (Closes: #493421)
     + the embedded zlib source in Compress::Raw::Zlib
     + the Cwd module
     + the C parts of File::Glob
   * Test .ph files during the build phase. Thanks to Kees Cook for the patch.
     (Closes: #511848)
     + fix h2ph to find <syslimits.h> again. (Closes: #522673)
   * Various lintian fixes and overrides, most importantly:
     + Use ${binary:Version} for arch:any->any dependencies.
     + Disable zlib bundling in Compress::Raw::Zlib.
       * needs a build-dependency on zlib1g-dev | libz-dev.
   * Include sysexits.ph. (Closes: #505289)
   * Upgrade to Standards-Version 3.8.1.
   * Upload to experimental to test the new h2ph checks.
Checksums-Sha1: 
 6d9a62c7417972461dba6c502d81b63faee0743b 1444 perl_5.10.0-22ubuntu1.dsc
 9b6e7f93ecb97b50a6ca6b10334cea6ed52ffc73 169670 perl_5.10.0-22ubuntu1.diff.gz
Checksums-Sha256: 
 bbdb04105a7c931a3a42704649adfdc983ceba50be06d36bd7297d463faaeb95 1444 perl_5.10.0-22ubuntu1.dsc
 97b4fae54dcf58cb8250e7d5f8b167c13ec942ecd3bbc80d1aa91f18b89155be 169670 perl_5.10.0-22ubuntu1.diff.gz
Files: 
 b66e4d80d0a6010f51d5b990d49a74c8 1444 perl standard perl_5.10.0-22ubuntu1.dsc
 d382b2602ea6696b0c491f985a216673 169670 perl standard perl_5.10.0-22ubuntu1.diff.gz
Original-Maintainer: Brendan O'Dea <bod at debian.org>

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

iD8DBQFKHoF4KN6ufymYLloRAhfqAJwMuVDq9yWmUMpGhw1abKB9u1SGZACgqk7m
M42b4Q8bm6WeX6d1VFmYOfk=
=7G5F
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list