]> err.no Git - dpkg/commitdiff
ChangeLog police!
authorGuillem Jover <guillem@debian.org>
Sun, 30 Mar 2008 08:48:54 +0000 (11:48 +0300)
committerGuillem Jover <guillem@debian.org>
Sun, 30 Mar 2008 09:57:41 +0000 (12:57 +0300)
ChangeLog
debian/changelog
dselect/po/ChangeLog
man/ChangeLog
po/ChangeLog
scripts/po/ChangeLog

index a2338bc6d1a9c562d7de406e2a6be577cd74cdc4..0d348ba4e80708b44d9f96bce40a32601d0735d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2008-01-29  Raphael Hertzog  <hertzog@debian.org>
 
-       * scripts/dpkg-buildpackage.pl: Add a new -R option to be able to replace
-       "debian/rules" by something else. The replacement command can contain
-       parameters (and thus spaces). Fix -r option to also accept parameters.
+       * scripts/dpkg-buildpackage.pl: Add a new -R option to be able to
+       replace "debian/rules" by something else. The replacement command
+       can contain parameters (and thus spaces). Fix -r option to also
+       accept parameters.
        * man/dpkg-buildpackage.1: Document the new option and the changed
        behaviour of -r.
 
        * scripts/dpkg-genchanges.pl: Warn if the current version is
        smaller than the previous one.
 
-       * scripts/dpkg-checkbuilddeps.pl: Add support of options -d and -c to use
-       build dependencies/conflicts given on the command line instead of those
-       retrieved from debian/control.
+       * scripts/dpkg-checkbuilddeps.pl: Add support of options -d and -c to
+       use build dependencies/conflicts given on the command line instead of
+       those retrieved from debian/control.
        * man/dpkg-checkbuilddeps.1: Document the new options.
 
 2008-01-22  Guillem Jover  <guillem@debian.org>
 2008-01-18  Raphael Hertzog  <hertzog@debian.org>
 
        * scripts/Dpkg/Changelog.pm (parse_changelog): Rewrite it completely
-       to not call dpkg-parsechangelog but do the work of this program by itself.
+       to not call dpkg-parsechangelog but do the work of this program by
+       itself.
        * scripts/dpkg-parsechangelog.pl: Rewrote it to use the enhanced
        parse_changelog() function.
        * scripts/dpkg-genchanges.pl, script/dpkg-gencontrol.pl: Adapted to use
        * scripts/dpkg-gensymbols.pl, scripts/dpkg-source.pl: Likewise.
 
        * scripts/dpkg-genchanges.pl: Change logic of -si option to
-       include the original tarball only if the current upstream version differs
-       from the upstream version of the previous changelog entry.
+       include the original tarball only if the current upstream version
+       differs from the upstream version of the previous changelog entry.
 
        * scripts/dpkg-genchanges.pl: Some code refactoring. Also fix the
        generation of the Description field to not have duplicate description
 
        * 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
+       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.
 
index a708866ce11cb7bfc8bd59ede1b50faf83221ac1..bb76a3df5793071791b4322acac979f97a05f490 100644 (file)
@@ -149,10 +149,10 @@ dpkg (1.14.17) UNRELEASED; urgency=low
   [ Updated dpkg translations ]
   * Korean (Changwoo Ryu).
   * Polish (Robert Luberda).
-  * Romanian (Eddy Petri?or).
+  * Romanian (Eddy Petrişor).
+  * Slovak (Ivan Masár). Closes: #471342
   * Swedish (Peter Karlsson).
   * Thai (Theppitak Karoonboonyanan). Closes: #468916
-  * Slovak (Ivan Masár). Closes: #471342
 
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
@@ -169,7 +169,7 @@ dpkg (1.14.17) UNRELEASED; urgency=low
 
   [ Updated dselect translations ]
   * Polish (Robert Luberda).
-  * Romanian (Eddy Petri?or).
+  * Romanian (Eddy Petrişor).
 
  -- Frank Lichtenheld <djpig@debian.org>  Fri, 29 Feb 2008 18:34:54 +0100
 
@@ -692,7 +692,7 @@ dpkg (1.14.7) unstable; urgency=low
   * German (Sven Joachim). Closes: #440537
   * Nepali (Shiva Prasad Pokharel). Closes: #437825
   * Portuguese (Miguel Figueiredo). Closes: #441113
-  * Romanian (Eddy Petri?or).
+  * Romanian (Eddy Petrişor).
   * Vietnamese (Clytie Siddall). Closes: #440502
   * Korean (Sunjae Park). Closes: #443190
 
index aad069605ad30930b3795eca963a87a5e3ccd7cf..cc3773ac86f4cc6f9d5690f291e8cc6d5318b8cb 100644 (file)
@@ -3,23 +3,23 @@
        * dselect.pot: Regenerated.
        * *.po: Merged with dselect.pot.
 
-2008-03-10  Robert Luberda <robert@debian.org>
+2008-03-10  Robert Luberda  <robert@debian.org>
 
        * pl.po: Consistently use Polish quotation marks in translations.
        * pl.po: Updated to 286t (after locally re-generating the pot file).
 
-2008-02-24  Robert Luberda <robert@debian.org>
+2008-02-24  Robert Luberda  <robert@debian.org>
 
        * pl.po: Recoded to UTF-8.
        * pl.po: Updated to 286t.
 
-2008-02-09  Eddy Petrișor <eddy.petrisor@gmail.com>
+2008-02-09  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
-       * ro.po: 285t
+       * ro.po: Updated to 285t.
 
 2008-01-25  Piarres Beobide  <pi@beobide.net>
 
-       * eu.po: 286t
+       * eu.po: Updated to 286t.
 
 2008-01-07  Guillem Jover  <guillem@debian.org>
 
index 414bd4ce3bee1dd7bff222b1f65bb5538fea6647..19ca866dc3797bf514010b7728f6d1453806e940 100644 (file)
@@ -29,7 +29,7 @@
 
        * po/de.po: Updated to 1431t0f30u.
 
-2008-03-09  Robert Luberda <robert@debian.org>
+2008-03-09  Robert Luberda  <robert@debian.org>
 
        * pl.po: Updated to 1356t13f93u.
        * pl.po: Consistently use Polish quotation marks in translations.
@@ -40,7 +40,7 @@
 
        * po/sv.po: Updated to 1461t.
 
-2008-02-24  Robert Luberda <robert@debian.org>
+2008-02-24  Robert Luberda  <robert@debian.org>
 
        * pl.po: Recoded to UTF-8.
        * pl.po: Updated to 1344t13f103u.
index 85f8bcbfe56a6b4e1a5ba4d23837fb73e5595d23..8696b3a6f03d223983618ae0be0301698b414fb3 100644 (file)
@@ -7,7 +7,7 @@
 
        * sk.po: Updated to 927t
 
-2008-03-09  Robert Luberda <robert@debian.org>
+2008-03-09  Robert Luberda  <robert@debian.org>
 
        * pl.po: Apply some fixes suggested by Wiktor Wandachowicz.
        * pl.po: Consistently use Polish quotation marks in translations.
 
        * sv.po: Updated to 921t.
 
-2008-02-24  Robert Luberda <robert@debian.org>
+2008-02-24  Robert Luberda  <robert@debian.org>
 
        * pl.po: Recoded to UTF-8
        * pl.po: Updated to 921t.
 
-2008-02-09  Eddy Petri?or <eddy.petrisor@gmail.com>
+2008-02-09  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
        * ro.po: Update to 927t.
 
 
        * zh_TW.po: Update for one string.
 
-2007-01-11  Eddy Petri?or  <eddy.petrisor@gmail.com>
+2007-01-11  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
        * ro.po: Typo correction in dpkg-divert.
 
 
        * pa.po: New Punjabi translation (201t up to now).
 
-2006-12-22  Eddy Petri?or  <eddy.petrisor@gmail.com>
+2006-12-22  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
        * ro.po: some improvements in wording and wrote my name with the right
        diacritics (still 920t).
 
        * fr.po: Completed.
 
-2005-05-25  Eddy Petrisor  <eddy.petrisor@gmail.com>
+2005-05-25  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
        * ro.po: Nearly complete translation. :-)
 
-2005-05-22  Eddy Petrisor  <eddy.petrisor@gmail.com>
+2005-05-22  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
        * ro.po: Better translation.
 
-2005-05-19  Eddy Petrisor  <eddy.petrisor@gmail.com>
+2005-05-19  Eddy Petrișor  <eddy.petrisor@gmail.com>
 
        * ro.po: Add translation.
        * LINGUAS: Add Romanian to the language list.
index fab670acb65ad50070b1ba51a9ebb68b0b79b1ec..a4c8c80b203c5da2afad499ad8694d3a0709f17f 100644 (file)
@@ -7,7 +7,7 @@
 
        * de.po: Updated to 356t0f127u.
 
-2008-03-09 Robert Luberda <robert@debian.org>
+2008-03-09 Robert Luberda  <robert@debian.org>
 
        * pl.po: Updated to 490t.
        * pl.po: Consistently use Polish quotation marks in translations.
@@ -16,7 +16,7 @@
 
        * sv.po: Updated to 489t.
 
-2008-02-24  Robert Luberda <robert@debian.org>
+2008-02-24  Robert Luberda  <robert@debian.org>
 
        * pl.po: Recoded to UTF-8.
        * pl.po: Updated to 484t1f4u.