Changelog
dpkg (1.17.27) jessie; urgency=medium
[ Guillem Jover ]
* Add more Conflicts for removed packages expecting dpkg to ship
install-info. Namely ada-mode and octave2.1-info. Closes: #783657
Thanks to Andreas Beckmann <email address hidden>.
* Remove trailing space before handling blank line dot-separator in
Dpkg::Control::HashCore. Regression introduced in dpkg 1.17.25.
Reported by Jakub Wilk <email address hidden>. Closes: #789580
* Only use the SHELL environment variable for interactive shells.
Closes: #788819
* Move tar option --no-recursion before -T in dpkg-deb. With tar > 1.28 the
--no-recursion option is now positional, and needs to be passed before
the -T option, otherwise the tarball will end up with duplicated entries.
Thanks to Richard Purdie <email address hidden>.
Closes: #807940
* Initialize Config-Version also for packages previously in triggers-pending
state, otherwise we end up not passing the previously configured version
to «postinst configure», which might consider this a first install instead
of an upgrade. Closes: #801156
* Fix memory leak in dpkg infodb format upgrade logic.
* Fix physical file offset comparison in dpkg. Closes: #808912
Thanks to Yuri Gribov <email address hidden>.
* Add kfreebsd-armhf support to ostable and triplettable. Closes: #796283
Thanks to Steven Chamberlain <email address hidden>.
* Add NIOS2 support to cputable. Thanks to Marek Vasut <email address hidden>.
* Build system:
- Set PERL5LIB globally for the test suite to the local modules directory,
to avoid using the system modules. Regression introduced in dpkg 1.17.8.
Reported by Jérémy Bobbio <email address hidden>. Closes: #801329
- When sys_siglist is defined in the system, try to use NSIG as we cannot
compute the array size with sizeof(). If NSIG is missing fallback to 32
items. Prompted by Igor Pashev <email address hidden>.
[ Updated scripts translations ]
* German (Helge Kreutzmann). (Various fixes)
[ Updated manpages translations ]
* German (Helge Kreutzmann). (Various fixes)
-- Guillem Jover <email address hidden> Sun, 20 Mar 2016 11:40:28 +0100