]> err.no Git - dpkg/commitdiff
Someone called the pedantic Changelog police?
authorGuillem Jover <guillem@debian.org>
Mon, 21 Jan 2008 06:46:12 +0000 (08:46 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 21 Jan 2008 06:53:41 +0000 (08:53 +0200)
ChangeLog
po/ChangeLog

index 5ea59195840e179529fc17782e53af96919e0c4e..7c509be88267175032b1e80bcf22044533a9dff4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2008-01-20  Guillem Jover  <guillem@debian.org>
 
-       * utils/start-stop-daemon.c (do_help): Change from 'Mandatory' to
+       * utils/start-stop-daemon.c (do_version): Change from 'Mandatory' to
        'Matching'. Suggested by Justin Pryzby.
 
+2008-01-20  Frank Lichtenheld  <djpig@debian.org>
+
+       * scripts/dpkg-buildpackage.pl: Move most functions to end of file
+       to allow better reading of the program flow. This is a remnant of
+       the shell script past.
+
 2008-01-19  Raphael Hertzog  <hertzog@debian.org>
 
        * scripts/dpkg-buildpackage.pl: Use
        * man/dpkg-gensymbols.1: Update the manual page to explain how to
        use wildcard entries.
 
+2008-01-18  Frank Lichtenheld  <djpig@debian.org>
+
+       * scripts/changelog/debian.pl: Don't hide failures inside eval().
+       * scripts/Dpkg/Changelog.pm (data2rfc822): Don't fail if argument
+       is undef.
+
 2008-01-18  Raphael Hertzog  <hertzog@debian.org>
 
        * scripts/Dpkg/Changelog.pm (parse_changelog): Rewrite it completely
        different than the current one, and initgroups only if the groups is
        not part of the supplementary groups.
 
+2008-01-16  Frank Lichtenheld  <djpig@debian.org>
+
+       * scripts/changelog/debian.pl: Restore the old default behaviour
+       to parse STDIN. Also fix the -l option to specify a label for the
+       parsed input, but the actual file. Still allow --file to be used for
+       that. Use the new inhandle option of parse() to pass STDIN directly.
+       This should be faster and removes the implicit dependency on
+       IO::String.
+
+       * scripts/Dpkg/Changelog/Debian.pm (parse): Accept input in
+       configuration item 'inhandle'. Allow to override the name of the
+       file (used for reporting) with configuration item 'reportfile'.
+       * scripts/Dpkg/Changelog.pm (init): Call parse if 'inhandle' is given.
+
+       * scripts/dpkg-parsechangelog.pl: Remove one superfluous %s from a
+       formatstring which was used to output $! before syserr() was used
+       instead.
+
 2008-01-16  Guillem Jover  <guillem@debian.org>
 
        * utils/start-stop-daemon.c (do_stop): Do not print messages when
index ecaacab10759832444c34391bcf587c86e8a810a..01e65e0cf222d16f25f51028484c305d6c8cda65 100644 (file)
 
 2008-01-12  Jacobo Tarrio  <jtarrio@debian.org>
 
-       * gl.po: Updated to 928f.
+       * gl.po: Updated to 928t.
 
 2008-01-07  Christian Perrier  <bubulle@debian.org>
 
-       * de.po, eu.po, fr.po, nb.po, sv.po, vi.po, zh_CN.po:
-         Updated to 928f.
+       * de.po, eu.po, fr.po, nb.po, sv.po, vi.po: Updated to 928t.
+       * zh_CN.po: Likewise.
 
 2008-01-07  Piarres Beobide  <pi@beobide.net>