[ubuntu/maverick] perl 5.10.1-12ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Wed May 5 10:20:18 BST 2010
perl (5.10.1-12ubuntu1) maverick; urgency=low
* Resynchronise with Debian. Remaining changes:
- Change build dependency from libdb4.7-dev to libdb-dev, to minimize
the db versions on the CDs.
- On sparc, build with -O1 instead of -O2. See #438876.
* Drop Breaks against doc-base. We no longer need to upgrade directly
from hardy.
perl (5.10.1-12) unstable; urgency=low
* Fix the location of an Archive::Tar test file.
* Update conflict versions on libscalar-list-utils-perl, libxsloader-perl,
and libnet-perl.
* Properly include the 5.10.0 site directories on @INC as per Perl policy.
(Closes: #575030)
* Fix an errno stringification bug in taint mode. (Closes: #574129)
* Move Config_heavy.pl into perl-base and unapply the DynaLoader
changes introduced in 5.10.1-5. (Closes: #575308)
* Remove B and B::Deparse from perl-base, they haven't worked without
the perl package for a long time if ever. (Closes: #576153)
* Upgrade to Standards-Version 3.8.4 with no changes.
perl (5.10.1-11) unstable; urgency=low
* Unapply obsolete Debian patches:
- Object::Accessor POD patch (fixed in 5.10.1)
- "missing /etc/hosts" (fixed in 5.10.1)
- "arm fp non-IEEE rounding" (fixed in armel)
- "ppc/ia64 optimization upgrade" (no-op since 5.10.0-5)
- "arm optimization downgrade" (fixed sometime after gcc 4.0)
* Make perl-base conflict with older versions of safe-rm to unbreak
maintainer scripts on partial upgrades. (Closes: #566080)
* Update debian/README.source to recommend using quilt in NMUs.
* Include upstream commit information in patchlevel.h.
* Upload to unstable.
perl (5.10.1-10) experimental; urgency=low
* Add conflicts/replaces/provides for libtime-local-perl. (Closes: #567188)
* Really add the new perl-modules README.Debian. (Closes: #565721)
* Make libcgi-fast-perl depend on perl (<< 5.10.2~) because
it's now in the core directory. (Closes: #567092)
* Switch to dpkg v3 source format.
+ remove the obsoleted quilt-series-but-no-build-dep lintian override.
* Describe the applied Debian patches in patchlevel.h (and therefore
`perl -V' output too.) (Closes: #567489)
* Include minimal copyright and license information on the Debian
packaging in debian/copyright.
* Don't try to ship Changes5.* or patching.pod in perl-doc anymore,
they have been removed upstream for 5.10.1.
* Upload to experimental to verify that the source format changes work
perl (5.10.1-9) unstable; urgency=low
* Move CGI/Fast.pm back to the core directory so that libcgi-pm-perl
can override it. (Closes: #563713)
* Add a README.Debian file to perl-modules.
* Other packages should not depend on perl-modules but perl;
clarify this in the perl-modules long description and the new
README.Debian file. (Closes: #552052)
* Fix a NULL pointer dereference when looking for a DESTROY method.
(Closes: #564074)
* Add conflicts/replaces/provides for libfile-spec-perl. (Closes: #556789)
+ note that perl-base contains part of libfile-spec-perl, so it has
a conflicts entry for earlier versions but does not provide and
replace it. The rest of the functionality is in perl-modules.
Date: Tue, 04 May 2010 16:32:38 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://edge.launchpad.net/ubuntu/maverick/+source/perl/5.10.1-12ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 04 May 2010 16:32:38 +0100
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.1-12ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson 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: 552052 556789 563713 564074 565721 566080 567092 567188 567489 574129 575030 575308 576153
Changes:
perl (5.10.1-12ubuntu1) maverick; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Change build dependency from libdb4.7-dev to libdb-dev, to minimize
the db versions on the CDs.
- On sparc, build with -O1 instead of -O2. See #438876.
* Drop Breaks against doc-base. We no longer need to upgrade directly
from hardy.
.
perl (5.10.1-12) unstable; urgency=low
.
* Fix the location of an Archive::Tar test file.
* Update conflict versions on libscalar-list-utils-perl, libxsloader-perl,
and libnet-perl.
* Properly include the 5.10.0 site directories on @INC as per Perl policy.
(Closes: #575030)
* Fix an errno stringification bug in taint mode. (Closes: #574129)
* Move Config_heavy.pl into perl-base and unapply the DynaLoader
changes introduced in 5.10.1-5. (Closes: #575308)
* Remove B and B::Deparse from perl-base, they haven't worked without
the perl package for a long time if ever. (Closes: #576153)
* Upgrade to Standards-Version 3.8.4 with no changes.
.
perl (5.10.1-11) unstable; urgency=low
.
* Unapply obsolete Debian patches:
- Object::Accessor POD patch (fixed in 5.10.1)
- "missing /etc/hosts" (fixed in 5.10.1)
- "arm fp non-IEEE rounding" (fixed in armel)
- "ppc/ia64 optimization upgrade" (no-op since 5.10.0-5)
- "arm optimization downgrade" (fixed sometime after gcc 4.0)
* Make perl-base conflict with older versions of safe-rm to unbreak
maintainer scripts on partial upgrades. (Closes: #566080)
* Update debian/README.source to recommend using quilt in NMUs.
* Include upstream commit information in patchlevel.h.
* Upload to unstable.
.
perl (5.10.1-10) experimental; urgency=low
.
* Add conflicts/replaces/provides for libtime-local-perl. (Closes: #567188)
* Really add the new perl-modules README.Debian. (Closes: #565721)
* Make libcgi-fast-perl depend on perl (<< 5.10.2~) because
it's now in the core directory. (Closes: #567092)
* Switch to dpkg v3 source format.
+ remove the obsoleted quilt-series-but-no-build-dep lintian override.
* Describe the applied Debian patches in patchlevel.h (and therefore
`perl -V' output too.) (Closes: #567489)
* Include minimal copyright and license information on the Debian
packaging in debian/copyright.
* Don't try to ship Changes5.* or patching.pod in perl-doc anymore,
they have been removed upstream for 5.10.1.
* Upload to experimental to verify that the source format changes work
.
perl (5.10.1-9) unstable; urgency=low
.
* Move CGI/Fast.pm back to the core directory so that libcgi-pm-perl
can override it. (Closes: #563713)
* Add a README.Debian file to perl-modules.
* Other packages should not depend on perl-modules but perl;
clarify this in the perl-modules long description and the new
README.Debian file. (Closes: #552052)
* Fix a NULL pointer dereference when looking for a DESTROY method.
(Closes: #564074)
* Add conflicts/replaces/provides for libfile-spec-perl. (Closes: #556789)
+ note that perl-base contains part of libfile-spec-perl, so it has
a conflicts entry for earlier versions but does not provide and
replace it. The rest of the functionality is in perl-modules.
Checksums-Sha1:
548224c2ca100dc13d2f882c2131e3a2258dd83f 2185 perl_5.10.1-12ubuntu1.dsc
bef54ca775d8ffdfb389d80d2221c1c4d1460414 90786 perl_5.10.1-12ubuntu1.debian.tar.gz
Checksums-Sha256:
541dc719a7c11b46f9ee554503d521359fd7d8b46139c95c62277de36c35ba4e 2185 perl_5.10.1-12ubuntu1.dsc
f9af9c1152abccd4f168a38ec871470e89cf3d2aee7ef10dbabbe75bd3b5862b 90786 perl_5.10.1-12ubuntu1.debian.tar.gz
Files:
087c94be4825437f5175f7d99474a973 2185 perl standard perl_5.10.1-12ubuntu1.dsc
12b5e166799f3598153514cc2cf848ac 90786 perl standard perl_5.10.1-12ubuntu1.debian.tar.gz
Original-Maintainer: Niko Tyni <ntyni at debian.org>
More information about the Maverick-changes
mailing list