From: Raphael Hertzog Date: Tue, 8 Jan 2008 08:22:06 +0000 (+0100) Subject: Add missing changelog entries from controllib-removal branch X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d76102f2bf3edc126f1acf79e417cb0b313374e;p=dpkg Add missing changelog entries from controllib-removal branch --- diff --git a/ChangeLog b/ChangeLog index 91590f0a..0f1178bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-01-08 Raphael Hertzog + + * scripts/Dpkg/Version.pm: Import missing error function from + Dpkg::ErrorHandling. + + * scripts/po/POTFILES.in: Add many modules containing translatable + strings. + + * scripts/Dpkg/Changelog.pm (parse_changelog): New function to + replace controllib's parsechangelog. + + * scripts/dpkg-buildpackage.pl, scripts/dpkg-checkbuilddeps.pl, + scripts/dpkg-genchanges.pl, scripts/dpkg-gencontrol.pl, + scripts/dpkg-gensymbols.pl, scripts/dpkg-source.pl: Update scripts to use + Dpkg::Changelog::parse_changelog instead of the old controllib.pl's + parsechangelog. With this last change controllib.pl is no more used by + any script. + + * scripts/controllib.pl: Removed as it's no more used by any + script. + + * debian/dpkg-dev.install: Add missing modules. + 2008-01-08 Frank Lichtenheld * scripts/dpkg-parsechangelog.pl: Make the @@ -6,7 +29,7 @@ * scripts/Dpkg/ErrorHandling.pm (report): export. -2007-01-08 Raphael Hertzog +2008-01-08 Raphael Hertzog * scripts/Dpkg/Cdata.pm, scripts/Dpkg/Control.pm: Add two new module to parse and manipulate files like debian/control. @@ -45,7 +68,7 @@ * scripts/Makefile.am: Include all the new files in the distributed tarball. -2007-01-08 Raphael Hertzog +2008-01-08 Raphael Hertzog * scripts/Dpkg/ErrorHandling.pm (syntaxerr): New function to replace the syntax() function in controllib.pl. diff --git a/debian/changelog b/debian/changelog index 00912d3a..a58ccdb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,13 @@ dpkg (1.14.16) UNRELEASED; urgency=low - Various options to better control how many entries should be displayed. Closes: #226932 + [ Raphael Hertzog ] + * Replaced all the remaining code in controllib.pl by new modules. All + scripts have been adjusted to use the new modules and controllib.pl has + been removed. + * The code to parse debian/control is available in a perl module + Dpkg::Control. Closes: #26554 + [ Updated dpkg translations ] * Basque (Piarres Beobide). Closes: #459565 * French (Christian Perrier).