ChangeLog 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. 2007-05-04 Robert Luberda <robert@debian.org>
  2. * po/pl.po: Update to 997t12f269u.
  3. 2007-05-02 Guillem Jover <guillem@debian.org>
  4. * po/add_de/deb-shlibs.5.de.add: New dummy file.
  5. * po/add_de/dpkg-distaddfile.1.de.add: Likewise.
  6. * po/de.po: Merged from master files.
  7. 2007-04-11 Guillem Jover <guillem@debian.org>
  8. * Makefile.am (man.stamp): Use a stamp file for now until po4a
  9. supports them internally.
  10. (all-local): Depend on man.stamp.
  11. (clean-local): Remove the man.stamp file.
  12. 2007-03-26 Martin Weis <Martin.Weis.newsadress@gmx.de>
  13. * po/de.po: Fix typo ('Pakete' -> 'Dateien').
  14. 2007-03-21 Guillem Jover <guillem@debian.org>
  15. * po/dpkg-man.pot: Regenerated.
  16. * po/*.po: Merged with dpkg-man.pot.
  17. 2007-03-20 Robert Luberda <robert@debian.org>
  18. * po/pl.po: Update to 974t18f286u.
  19. 2007-03-18 Robert Luberda <robert@debian.org>
  20. * po/pl.po: Update to 878t92f308u.
  21. 2007-03-13 Guillem Jover <guillem@debian.org>
  22. * dpkg-deb.1: Move '-z' to it's own OPTIONS entry. Document '-Z',
  23. and the new 'lzma' value.
  24. 2007-03-13 Guillem Jover <guillem@debian.org>
  25. * po/add_de/dpkg-scanpackages.1.de.add: Copy to ...
  26. * po/add_de/deb-override.5.de.add: ... here.
  27. * po/add_es/dpkg-scanpackages.1.es.add: Copy to ...
  28. * po/add_es/deb-override.5.es.add: ... here.
  29. * po/add_fr/dpkg-scanpackages.1.fr.add: Copy to ...
  30. * po/add_fr/deb-override.5.fr.add: ... here.
  31. * po/add_ja/dpkg-scanpackages.1.ja.add: Copy to ...
  32. * po/add_ja/deb-override.5.ja.add: ... here.
  33. 2007-03-12 Guillem Jover <guillem@debian.org>
  34. * dpkg-source.1: Split individual man pages to ...
  35. * deb-shlibs.5: ... here and ...
  36. * deb-substvars.5: ... here and ...
  37. * dpkg-buildpackage.1: ... here and ...
  38. * dpkg-distaddfile.1: ... here and ...
  39. * dpkg-genchanges.1: ... here and ...
  40. * dpkg-gencontrol.1: ... here and ...
  41. * dpkg-parsechangelog.1: ... here and ...
  42. * dpkg-shlibdeps.1: ... here.
  43. * Makefile.am (all-local): Do not make the symlinks anymore.
  44. (dpkg_source_aliases): Move to ...
  45. (dist_man_MANS): ... here.
  46. (man_MANS): Remove variable.
  47. (CLEANFILES): Likewise.
  48. * po/po4a.cfg: Add stanzas for deb-shlibs.5, deb-substvars.5,
  49. dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
  50. dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
  51. * po/add_fr/dpkg-source.1.fr.add: Copy to ...
  52. * po/add_fr/deb-shlibs.5.fr.add: ... here and ...
  53. * po/add_fr/deb-substvars.5.fr.add: ... here and ...
  54. * po/add_fr/dpkg-buildpackage.1.fr.add: ... here and ...
  55. * po/add_fr/dpkg-distaddfile.1.fr.add: ... here and ...
  56. * po/add_fr/dpkg-genchanges.1.fr.add: ... here and ...
  57. * po/add_fr/dpkg-gencontrol.1.fr.add: ... here and ...
  58. * po/add_fr/dpkg-parsechangelog.1.fr.add: ... here and ...
  59. * po/add_fr/dpkg-shlibdeps.1.fr.add: ... here.
  60. * po/add_es/dpkg-source.1.es.add: Copy to ...
  61. * po/add_es/deb-shlibs.5.es.add: ... here and ...
  62. * po/add_es/deb-substvars.5.es.add: ... here and ...
  63. * po/add_es/dpkg-buildpackage.1.es.add: ... here and ...
  64. * po/add_es/dpkg-distaddfile.1.es.add: ... here and ...
  65. * po/add_es/dpkg-genchanges.1.es.add: ... here and ...
  66. * po/add_es/dpkg-gencontrol.1.es.add: ... here and ...
  67. * po/add_es/dpkg-parsechangelog.1.es.add: ... here and ...
  68. * po/add_es/dpkg-shlibdeps.1.es.add: ... here.
  69. 2007-03-12 Guillem Jover <guillem@debian.org>
  70. * Makefile.am (dist_man_MANS): Add deb-override.5.
  71. * po/po4a.cfg: Add a stanza for deb-override.5.
  72. * dpkg-scanpackages.1: Move override file information to ...
  73. * deb-override.5: ... here.
  74. * dpkg-scanpackages.1: Add a reference to deb-override.5.
  75. * dpkg-scansources.1: Likewise.
  76. 2007-03-06 Guillem Jover <guillem@debian.org>
  77. * dpkg-scanpackages.1: Mark the override argument as optional.
  78. 2007-03-06 Guillem Jover <guillem@debian.org>
  79. * update-alternatives.8: Reorder EXAMPLES section.
  80. 2007-03-06 Guillem Jover <guillem@debian.org>
  81. * cleanup-info.8: Unify the summary.
  82. Unify '--help' and '--version' descriptions.
  83. Remove unneeded quotes in section names.
  84. * update-alternatives.8: Likewise.
  85. * start-stop-daemon.8: Likewise.
  86. * dpkg-deb.1: Likewise.
  87. * dpkg-divert.8: Likewise.
  88. * dpkg-query.1: Likewise.
  89. * dpkg-name.1: Likewise.
  90. * dpkg-checkbuilddeps.1: Likewise.
  91. * dpkg-architecture.1: Likewise.
  92. * dpkg-split.1: Likewise.
  93. * dpkg-statoverride.8: Likewise.
  94. * dpkg-scanpackages.1: Likewise.
  95. * dpkg-scansources.1: Likewise.
  96. * dpkg-deb.1: Separate option aliased names with ',' instead of '|'.
  97. * dpkg-name.1: Likewise.
  98. * dpkg-split.1: Likewise.
  99. * dpkg-query.1: Likewise.
  100. * start-stop-daemon.8: Likewise.
  101. * dpkg-divert.8: List each options in the OPTIONS section.
  102. * dpkg-scanpackages.1: Likewise.
  103. * start-stop-daemon.8: Likewise.
  104. * dpkg-divert.8: Remove redundant '<>' characters to delimit a
  105. replacable argument.
  106. * dpkg-statoverride.8: Likewise.
  107. * update-alternatives.8: Mark commands in examples as bold.
  108. * dpkg-architecture.1: Reorder sections. Indent examples.
  109. * dpkg-name.1: Do not specify in which programming language the
  110. program is written in.
  111. * dpkg-deb.1: Split '--extract' and '--vextract' options.
  112. 2007-02-28 Guillem Jover <guillem@debian.org>
  113. * dpkg-source.1: Document new option '--admindir'.
  114. * dpkg-checkbuilddeps.1: Likewise.
  115. 2007-01-24 Frank Lichtenheld <djpig@debian.org>
  116. * 822-date.1: 822-date is now deprecated. Document this fact in
  117. the man page.
  118. 2007-01-16 Nicolas Francois <nicolas.francois@centraliens.net>
  119. * po/add_fr/dselect.cfg.5.fr.add: New translated man page.
  120. 2007-01-16 Nicolas Francois <nicolas.francois@centraliens.net>
  121. * po/: New directory.
  122. * po/dpkg-man.pot, po/de.po, po/es.po, po/fr.po, po/hu.po,
  123. po/ja.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sv.po: Merge the POs
  124. which used to be in po4a/. When multiple translations appeared for
  125. a string, the string was marked as fuzzy. Also the POs now contain
  126. the strings of all the man pages.
  127. * po/add_de/, po/add_es, po/add_fr, po/add_hu, po/add_ja,
  128. po/add_pl, po/add_pt_BR, po/add_ru, po/add_sv: Move the add_<lang>
  129. directories from po4a/ to po/.
  130. * po4a/: Removed.
  131. * C/: Move the manpages to the root of the man/ directory.
  132. * C/Makefile.am, de/Makefile.am es/Makefile.am, fr/Makefile.am,
  133. hu/Makefile.am, ja/Makefile.am, pl/Makefile.am, pt_BR/Makefile.am,
  134. ru/Makefile.am, sv/Makefile.am, po4a.mk: The languages makefiles
  135. are no more needed. Also remove the language directories.
  136. * Makefile.am: New build system.
  137. The goal of these changes is to simplify the build system (less
  138. files, less Makefiles, lower the depth of the file hierarchy).
  139. 2007-01-09 Nicolas Francois <nicolas.francois@centraliens.net>
  140. * C/dpkg-deb.1: Make the copyright match the one from the source.
  141. * C/dpkg-split.1: Likewise.
  142. 2006-11-24 Tomas Pospisek <tpo_deb@sourcepole.ch>
  143. * C/update-alternatives.8: Document that it requires cooperation from
  144. all packages dealing with the same file.
  145. 2006-10-07 Nicolas Francois <nicolas.francois@centraliens.net>
  146. * po4a/dpkg-deb.1/dpkg-deb.1.cfg: The PO are now in UTF-8, specify the
  147. encoding of the generated manpages (and addenda) in the config file.
  148. * po4a/deb-control.5/deb-control.5.cfg: Likewise.
  149. * po4a/dselect.cfg.5/dselect.cfg.5.cfg: Likewise.
  150. * po4a/dpkg.cfg.5/dpkg.cfg.5.cfg: Likewise.
  151. * po4a/dpkg.cfg.5/dpkg.cfg.5.cfg: Activate the French translation.
  152. * po4a/add_fr/dpkg.cfg.5.fr.add: Add the missing French addendum.
  153. * po4a/822-date.1/po/fr.po: New translation.
  154. * po4a/dpkg-scansources.1/po/fr.po: Likewise.
  155. * po4a/add_fr/822-date.1.fr.add: Addendum for the new translation.
  156. * po4a/add_fr/dpkg-scansources.1.fr.add: Likewise.
  157. * po4a/822-date.1/822-date.1.cfg: Add the `fr' language.
  158. * po4a/dpkg-scansources.1/dpkg-scansources.1.cfg: Likewise.
  159. 2006-10-06 SZERVÁC Attila <sas@321.hu>
  160. * po4a/dpkg.cfg.5/po/hu.po: Updated and switch to UTF-8.
  161. * po4a/dselect.cfg.5/po/hu.po: Likewise.
  162. * po4a/deb-control.5/po/hu.po: Likewise.
  163. * po4a/dpkg-deb.1/po/hu.po: Likewise.
  164. 2006-09-30 Helge Kreutzmann <debian@helgefjell.de>
  165. * po4a/dpkg-scansources.1/po/de.po: Updated translation.
  166. 2006-09-29 Nicolas Francois <nicolas.francois@centraliens.net>
  167. * C/dpkg-scansources.1: Fix a typo.
  168. * po4a/dpkg-scansources.1/po/dpkg-scansources.1.pot: Regenerated.
  169. * po4a/dpkg-scansources.1/po/*.po: Merge with pot file.
  170. 2006-09-27 Nicolas Francois <nicolas.francois@centraliens.net>
  171. * po4a/dpkg-scansources.1/po/de.po: Fix a typo.
  172. 2006-09-23 Nicolas Francois <nicolas.francois@centraliens.net>
  173. * po4a/start-stop-daemon.8/po/fr.po: Updated translation.
  174. And taking over the French translation of the dpkg manpages (with
  175. the previous maintainer agreement).
  176. 2006-09-23 KISE Hiroshi <kise@fuyuneko.jp>
  177. * po4a/dpkg-query.1/po/ja.po: Fix typos.
  178. * po4a/dpkg.1/po/ja.po: Likewise.
  179. * po4a/update-alternatives.8/po/ja.po: Likewise.
  180. * po4a/dselect.1/po/ja.po: Fix a typo in the header.
  181. * po4a/822-date.1/po/ja.po: Likewise.
  182. * po4a/cleanup-info.8/po/ja.po: Likewise.
  183. * po4a/start-stop-daemon.8/po/ja.po: Likewise.
  184. * po4a/dpkg-checkbuilddeps.1/po/ja.po: Likewise.
  185. * po4a/dpkg-name.1/po/ja.po: Likewise.
  186. * po4a/dpkg-scanpackages.1/po/ja.po: Likewise.
  187. * po4a/dpkg-divert.8/po/ja.po: Likewise.
  188. * po4a/deb.5/po/ja.po: Likewise.
  189. * po4a/dpkg-statoverride.8/po/ja.po: Likewise.
  190. * po4a/install-info.8/po/ja.po: Likewise.
  191. * po4a/deb-old.5/po/ja.po: Likewise.
  192. 2006-09-11 KISE Hiroshi <kise@fuyuneko.jp>
  193. * po4a/add_ja/dpkg.1.ja.add: Recode the addendum in UTF-8.
  194. * po4a/add_ja/dselect.1.ja.add: Likewise.
  195. * po4a/add_ja/update-alternatives.8.ja.add: Likewise.
  196. * po4a/add_ja/dpkg-deb.1.ja.add: Updated.
  197. * po4a/dpkg.1/dpkg.1.cfg: Specify the po4a options for the Japanese
  198. translation.
  199. * po4a/dselect.1/dselect.1.cfg: Likewise.
  200. * po4a/update-alternatives.8/update-alternatives.8.cfg: Likewise.
  201. * po4a/dpkg.1/po/ja.po: Updated translation.
  202. * po4a/dselect.1/po/ja.po: Likewise.
  203. * po4a/update-alternatives.8/po/ja.po: Likewise.
  204. * po4a/deb-control.5/po/ja.po: Likewise.
  205. * po4a/dpkg-deb.1/po/ja.po: Likewise.
  206. * po4a/start-stop-daemon.8/po/ja.po: Likewise.
  207. 2006-09-02 KISE Hiroshi <kise@fuyuneko.jp>
  208. * po4a/add_ja/deb-control.5.ja.add: Recode the addendum in UTF-8.
  209. * po4a/add_ja/dpkg-deb.1.ja.add: Likewise.
  210. * po4a/add_ja/install-info.8.ja.add: Likewise.
  211. * po4a/add_ja/start-stop-daemon.8.ja.add: Likewise.
  212. * po4a/deb-control.5/deb-control.5.cfg: Specify the po4a options
  213. for the Japanese translation.
  214. * po4a/dpkg-deb.1/dpkg-deb.1.cfg: Likewise.
  215. * po4a/install-info.8/install-info.8.cfg: Likewise.
  216. * po4a/start-stop-daemon.8/start-stop-daemon.8.cfg: Likewise.
  217. * po4a/deb-control.5/po/ja.po: Updated translation.
  218. * po4a/dpkg-deb.1/po/ja.po: Likewise.
  219. * po4a/install-info.8/po/ja.po: Likewise.
  220. * po4a/start-stop-daemon.8/po/ja.po: Likewise.
  221. 2006-08-26 KISE Hiroshi <kise@fuyuneko.jp>
  222. * po4a/add_ja/dpkg-divert.8.ja.add: Recode the addendum in UTF-8.
  223. * po4a/add_ja/dpkg-query.1.ja.add: Likewise.
  224. * po4a/dpkg-divert.8/dpkg-divert.8.cfg: Specify the po4a options
  225. for the Japanese translation.
  226. * po4a/dpkg-query.1/dpkg-query.1.cfg: Likewise.
  227. * po4a/dpkg-divert.8/po/ja.po: Updated translation.
  228. * po4a/dpkg-query.1/po/ja.po: Likewise.
  229. * po4a/dpkg-statoverride.8/po/ja.po: Likewise.
  230. * po4a/deb-old.5/po/ja.po: Likewise.
  231. * po4a/822-date.1/po/ja.po: Likewise.
  232. * po4a/cleanup-info.8/po/ja.po: Likewise.
  233. * po4a/dpkg-checkbuilddeps.1/po/ja.po: Likewise.
  234. * po4a/dpkg-name.1/po/ja.po: Likewise.
  235. * po4a/dpkg-scanpackages.1/po/ja.po: Likewise.
  236. * po4a/deb.5/po/ja.po: Likewise.
  237. 2006-08-17 Philippe Batailler <philippe.batailler@free.fr>
  238. * po4a/dpkg-statoverride.8/po/fr.po: Updated translation.
  239. * po4a/dpkg-name.1/po/fr.po: Likewise.
  240. * po4a/update-alternatives.8/po/fr.po: Likewise.
  241. * po4a/start-stop-daemon.8/po/fr.po: Likewise.
  242. * po4a/dpkg-source.1/po/fr.po: Likewise.
  243. * po4a/dpkg-divert.8/po/fr.po: Likewise.
  244. * po4a/deb-control.5/po/fr.po: Likewise.
  245. * po4a/dpkg.1/po/fr.po: Likewise.
  246. 2006-08-07 KISE Hiroshi <kise@fuyuneko.jp>
  247. * po4a/add_ja/dpkg-name.1.ja.add: Recode the addendum in UTF-8.
  248. * po4a/add_ja/dpkg-statoverride.8.ja.add: Likewise.
  249. * po4a/add_ja/dpkg-scanpackages.1.ja.add: Likewise.
  250. * po4a/add_ja/cleanup-info.8.ja.add: Likewise.
  251. * po4a/dpkg-name.1/dpkg-name.1.cfg: Specify the po4a options for
  252. the Japanese translation.
  253. * po4a/dpkg-statoverride.8/dpkg-statoverride.8.cfg: Likewise.
  254. * po4a/dpkg-scanpackages.1/dpkg-scanpackages.1.cfg: Likewise.
  255. * po4a/cleanup-info.8/cleanup-info.8.cfg: Likewise.
  256. * po4a/dpkg-name.1/po/ja.po: Updated translation.
  257. * po4a/dpkg-statoverride.8/po/ja.po: Likewise.
  258. * po4a/dpkg-scanpackages.1/po/ja.po: Likewise.
  259. * po4a/cleanup-info.8/po/ja.po: Likewise.
  260. 2006-08-05 Nicolas Francois <nicolas.francois@centraliens.net>
  261. * C/dpkg-architecture.1: Remove linux-alpha from the architecture
  262. wildcard examples, and fix a formatting issue.
  263. * po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Regenerated.
  264. * po4a/dpkg-architecture.1/po/*.po: Merge with pot file.
  265. * po4a/dpkg-architecture.1/po/fr.po: Update to 116t.
  266. 2006-08-05 Helge Kreutzmann <debian@helgefjell.de>
  267. * po4a/dpkg-architecture.1/po/de.po: New translation.
  268. * po4a/dselect.1/po/de.po: Initialisation of the German
  269. translation. 44t84u.
  270. * po4a/dpkg-source.1/po/de.po: Likewise. 70t3f140u.
  271. * po4a/dpkg-query.1/po/de.po: Likewise. 18t40u.
  272. * po4a/install-info.8/po/de.po: Likewise. 22t47u.
  273. * po4a/dpkg-deb.1/po/de.po: Likewise. 30t48u.
  274. * po4a/dpkg-split.1/po/de.po: Likewise. 30t51u.
  275. * po4a/add_de/dpkg-architecture.1.de.add: Addendum for the new
  276. translation.
  277. * po4a/dpkg-architecture.1/dpkg-architecture.1.cfg: Add the `de'
  278. language.
  279. * po4a/dselect.1/dselect.1.cfg: Likewise.
  280. * po4a/dpkg-source.1/dpkg-source.1.cfg: Likewise.
  281. * po4a/dpkg-query.1/dpkg-query.1.cfg: Likewise.
  282. * po4a/install-info.8/install-info.8.cfg: Likewise.
  283. * po4a/dpkg-deb.1/dpkg-deb.1.cfg: Likewise.
  284. * po4a/dpkg-split.1/dpkg-split.1.cfg: Likewise.
  285. 2006-08-05 Nicolas Francois <nicolas.francois@centraliens.net>
  286. * po4a/dpkg-architecture.1/po/fr.po: New translation.
  287. * po4a/add_fr/dpkg-architecture.1.fr.add: Addendum for the new
  288. translation.
  289. * po4a/dpkg-architecture.1/dpkg-architecture.1.cfg: Add the `fr'
  290. language.
  291. * C/dpkg-source.1: Typo fix.
  292. * C/dpkg-architecture.1: Likewise.
  293. * po4a/dpkg-source.1/po/dpkg-source.1.pot: Regenerated.
  294. * po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Likewise.
  295. * po4a/dpkg-source.1/po/*.po: Merge with pot file.
  296. * po4a/dpkg-architecture.1/po/*.po: Likewise.
  297. 2006-08-02 Helge Kreutzmann <debian@helgefjell.de>
  298. * po4a/dpkg.1/dpkg.1.cfg: Add the `de' language.
  299. * po4a/deb-control.5/deb-control.5.cfg: Likewise.
  300. * po4a/dpkg-divert.8/dpkg-divert.8.cfg: Likewise.
  301. * po4a/dpkg.1/po/de.po: New translation.
  302. * po4a/deb-control.5/po/de.po: Likewise.
  303. * po4a/dpkg-divert.8/po/de.po: Likewise.
  304. * po4a/add_de/dpkg.1.de.add: Addendum for the new translation.
  305. * po4a/add_de/deb-control.5.de.add: Likewise.
  306. * po4a/add_de/dpkg-divert.8.de.add: Likewise.
  307. 2006-08-02 Nicolas Francois <nicolas.francois@centraliens.net>
  308. * C/dpkg.1: Typo fix.
  309. * C/dpkg-divert.8: Likewise.
  310. * C/deb-control.5: Likewise.
  311. * po4a/dpkg.1/po/dpkg.1.pot: Regenerated.
  312. * po4a/dpkg-divert.8/po/dpkg-divert.8.pot: Likewise.
  313. * po4a/deb-control.5/po/deb-control.5.pot: Likewise.
  314. * po4a/dpkg.1/po/*.po: Merge with pot file.
  315. Former completed translations become 199t15f
  316. * po4a/dpkg-divert.8/po/*.po: Likewise.
  317. Former completed translations become 46t7f1u.
  318. * po4a/deb-control.5/po/*.po: Likewise.
  319. Former completed translations become 49t4f.
  320. 2006-08-02 KISE Hiroshi <kise@fuyuneko.jp>
  321. * po4a/add_ja/deb.5.ja.add: Recode the addendum in UTF-8.
  322. * po4a/add_ja/deb-old.5.ja.add: Likewise.
  323. * po4a/add_ja/822-date.1.ja.add: Likewise.
  324. * po4a/add_ja/dpkg-checkbuilddeps.1.ja.add: Likewise.
  325. * po4a/deb.5/deb.5.cfg: Specify the po4a options for the Japanese
  326. translation.
  327. * po4a/deb-old.5/deb-old.5.cfg: Likewise.
  328. * po4a/822-date.1/822-date.1.cfg: Likewise.
  329. * po4a/dpkg-checkbuilddeps.1/dpkg-checkbuilddeps.1.cfg: Likewise.
  330. * po4a/deb.5/po/ja.po: Updated translation.
  331. * po4a/deb-old.5/po/ja.po: Likewise.
  332. * po4a/822-date.1/po/ja.po: Likewise.
  333. * po4a/dpkg-checkbuilddeps.1/po/ja.po: Likewise.
  334. 2006-07-29 Helge Kreutzmann <debian@helgefjell.de>
  335. * po4a/dpkg-statoverride.8/dpkg-statoverride.8.cfg: Add the `de'
  336. language.
  337. * po4a/dpkg-statoverride.8/po/de.po: New translation.
  338. * po4a/add_de/dpkg-statoverride.8.de.add: Addendum for the new
  339. translation.
  340. 2006-07-29 Nicolas Francois <nicolas.francois@centraliens.net>
  341. * po4a/add_fr/*.add: Fix the Debian French translation team address.
  342. * C/dpkg-architecture.1: Typo fix.
  343. * C/dpkg-statoverride.8: Likewise.
  344. * po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Regenerated.
  345. * po4a/dpkg-statoverride.8/po/dpkg-statoverride.8.pot: Likewise.
  346. * po4a/dpkg-statoverride.8/po/*.po: Merge with pot file.
  347. Former completed translations become 42t2f.
  348. * po4a/dpkg-source.1/po/fr.po: Merge strings used in multiple POs.
  349. * po4a/dpkg.cfg.5/po/fr.po: Likewise.
  350. * po4a/cleanup-info.8/po/fr.po: Likewise.
  351. * po4a/dpkg-query.1/po/fr.po: Likewise.
  352. * po4a/dpkg-checkbuilddeps.1/po/fr.po: Likewise.
  353. * po4a/dpkg-scanpackages.1/po/fr.po: Likewise.
  354. * po4a/dpkg-divert.8/po/fr.po: Likewise.
  355. * po4a/update-alternatives.8/po/fr.po: Likewise.
  356. * po4a/dpkg-statoverride.8/po/fr.po: Likewise.
  357. * po4a/deb-control.5/po/fr.po: Likewise.
  358. * po4a/dpkg-deb.1/po/fr.po: Likewise.
  359. 2006-07-29 Helge Kreutzmann <debian@helgefjell.de>
  360. * po4a/dpkg-name.1/dpkg-name.1.cfg: Add the `de' language.
  361. * po4a/dpkg-name.1/po/de.po: New translation.
  362. * po4a/add_de/dpkg-name.1.de.add: Addendum for the new translation.
  363. 2006-07-29 Nicolas Francois <nicolas.francois@centraliens.net>
  364. * C/dpkg-name.1: Typo fix.
  365. * po4a/dpkg-name.1/po/dpkg-name.1.pot: Regenerated.
  366. * po4a/dpkg-name.1/po/*.po: Merge with pot file.
  367. Former completed translations become 39t3f.
  368. 2006-07-28 Helge Kreutzmann <debian@helgefjell.de>
  369. * po4a/cleanup-info.8/po/de.po: Updated translation.
  370. * po4a/dpkg-scanpackages.1/po/de.po: Likewise.
  371. 2006-07-27 Nicolas Francois <nicolas.francois@centraliens.net>
  372. * po4a/add_de/dpkg-scanpackages.1.de.add: Install the addendum
  373. before the SEE ALSO section, not at the end.
  374. * po4a/add_de/deb-old.5.de.add: Likewise.
  375. * po4a/add_de/deb.5.de.add: Likewise.
  376. * C/cleanup-info.8: Typo fix.
  377. * C/deb.5: Likewise.
  378. * C/dpkg-scanpackages.1: Likewise.
  379. * C/dpkg-scansources.1: Likewise.
  380. * po4a/cleanup-info.8/po/cleanup-info.8.pot: Regenerated.
  381. * po4a/deb.5/po/deb.5.pot: Likewise.
  382. * po4a/dpkg-scanpackages.1/po/dpkg-scanpackages.1.pot: Likewise.
  383. * po4a/dpkg-scansources.1/po/dpkg-scansources.1.pot: Likewise.
  384. * po4a/cleanup-info.8/po/*.po: Merge with pot file.
  385. Former completed translations become 29t2f.
  386. * po4a/deb.5/po/*.po: Likewise.
  387. Typo unfuzzied.
  388. * po4a/dpkg-scanpackages.1/po/*.po: Likewise.
  389. Former completed translations become 27t2f.
  390. * po4a/dpkg-scansources.1/po/*.po: Likewise.
  391. Typo unfuzzied.
  392. * po4a/deb-old.5/po/de.po: Rewrap lines.
  393. 2006-07-25 Helge Kreutzmann <debian@helgefjell.de>
  394. * po4a/deb.5/po/de.po: New translation.
  395. * po4a/dpkg-checkbuilddeps.1/po/de.po: Likewise.
  396. * po4a/dpkg-scanpackages.1/po/de.po: Likewise.
  397. * po4a/dpkg-scansources.1/po/de.po: Likewise.
  398. * po4a/cleanup-info.8/po/de.po: Likewise.
  399. * po4a/deb.5/deb.5.cfg: Addendum for the new translation.
  400. * po4a/dpkg-scanpackages.1/dpkg-scanpackages.1.cfg: Likewise.
  401. * po4a/dpkg-checkbuilddeps.1/dpkg-checkbuilddeps.1.cfg: Likewise.
  402. * po4a/dpkg-scansources.1/dpkg-scansources.1.cfg: Likewise.
  403. * po4a/cleanup-info.8/cleanup-info.8.cfg: Likewise.
  404. * po4a/add_de/deb.5.de.add: Add the `de' language.
  405. * po4a/add_de/dpkg-checkbuilddeps.1.de.add: Likewise.
  406. * po4a/add_de/dpkg-scanpackages.1.de.add: Likewise.
  407. * po4a/add_de/dpkg-scansources.1.de.add: Likewise.
  408. * po4a/add_de/cleanup-info.8.de.add: Likewise.
  409. 2006-07-25 Nicolas Francois <nicolas.francois@centraliens.net>
  410. * po4a/822-date.1/po/822-date.1.pot: Regenerated.
  411. * po4a/822-date.1/po/*.po: Merge with pot file, and unfuzzy the
  412. typos.
  413. * po4a.mk: Update the help information in the header. Mostly, the
  414. po4a_translate_options variable is no more used.
  415. 2006-07-23 Helge Kreutzmann <debian@helgefjell.de>
  416. * po4a/start-stop-daemon.8/po/de.po: Updated translation (65t).
  417. * po4a/update-alternatives.8/po/de.po: Likewise (116t).
  418. * po4a/822-date.1/po/de.po: New translation.
  419. * po4a/deb-old.5/po/de.po: Likewise.
  420. * po4a/add_de/822-date.1.de.add: Addendum for the new translation.
  421. * po4a/add_de/deb-old.5.de.add: Likewise.
  422. * po4a/822-date.1/822-date.1.cfg: Add the `de' language.
  423. * po4a/deb-old.5/deb-old.5.cfg: Likewise.
  424. * po4a/add_de/start-stop-daemon.8.de.add: The previous addendum
  425. was empty.
  426. * C/822-date.1: Fix the manpage's modification date.
  427. 2006-07-23 Nicolas Francois <nicolas.francois@centraliens.net>
  428. * C/start-stop-daemon.8: Typo fix.
  429. * po4a/start-stop-daemon.8/po/start-stop-daemon.8.pot: Regenerated.
  430. * po4a/start-stop-daemon.8/po/*.po: Merge with pot file.
  431. 2006-07-22 Nicolas Francois <nicolas.francois@centraliens.net>
  432. * po4a/start-stop-daemon.8/po/start-stop-daemon.8.pot: Regenerated.
  433. Former completed translations become 62t3f.
  434. * po4a/update-alternatives.8/po/update-alternatives.8.pot:
  435. Likewise.
  436. Former completed translations become 112t4f.
  437. * po4a/start-stop-daemon.8/po/*.po: Merge with pot file.
  438. * po4a/update-alternatives.8/po/*.po: Likewise.
  439. * po4a/dselect.cfg.5/po/de.po: Regenerated.
  440. * po4a/dpkg.cfg.5/po/de.po: Likewise.
  441. 2006-07-22 Helge Kreutzmann <debian@helgefjell.de>
  442. * C/start-stop-daemon.8: Typo fix.
  443. * C/update-alternatives.8: Likewise.
  444. * po4a/start-stop-daemon.8/po/de.po: Updated translation.
  445. * po4a/update-alternatives.8/po/de.po: Likewise.
  446. * po4a/dpkg.cfg.5/po/de.po: New translation.
  447. * po4a/dselect.cfg.5/po/de.po: Likewise.
  448. * po4a/add_de/dpkg.cfg.5.de.add: Addendum for the new translation.
  449. * po4a/add_de/dselect.cfg.5.de.add: Likewise.
  450. * po4a/add_de/update-alternatives.8.de.add: Updated addendum.
  451. * po4a/dpkg.cfg.5/dpkg.cfg.5.cfg: Add the `de' language.
  452. * po4a/dselect.cfg.5/dselect.cfg.5.cfg: Likewise.
  453. 2006-05-24 Philippe Batailler <philippe.batailler@free.fr>
  454. * po4a/install-info.8/po/fr.po: Updated translation.
  455. * po4a/dpkg-statoverride.8/po/fr.po: likewise.
  456. * po4a/update-alternatives.8/po/fr.po: likewise.
  457. * po4a/start-stop-daemon.8/po/fr.po: likewise.
  458. * po4a/dpkg-source.1/po/fr.po: likewise.
  459. * po4a/dpkg-divert.8/po/fr.po: likewise.
  460. * po4a/dpkg-query.1/po/fr.po: likewise.
  461. * po4a/dpkg-checkbuilddeps.1/po/fr.po: likewise.
  462. * po4a/dpkg-deb.1/po/fr.po: likewise
  463. * po4a/dpkg-cfg.5/po/fr.po: New translation.
  464. * po4a/add_fr/dpkg-cfg.5.fr.add: addendum.
  465. 2006-06-21 Guillem Jover <guillem@debian.org>
  466. * C/start-stop-daemon.8: Document the new '--umask' option.
  467. * po4a/start-stop-daemon.8/po/start-stop-daemon.8.pot: Regenerated.
  468. Former completed translations become 63t2f.
  469. * po4a/start-stop-daemon.8/po/*.po: Merge with pot file.
  470. 2006-06-20 Nicolas Francois <nicolas.francois@centraliens.net>
  471. * po4a/*/po/*.pot: Regenerated.
  472. The stats of the up to date languages become:
  473. dpkg-checkbuilddeps.1 18t2f1u
  474. dpkg-deb.1 77t1f
  475. dpkg-divert.8 52t2f
  476. dpkg-query.1 57t1f
  477. dpkg-source.1 207t6f
  478. dpkg-statoverride.8 40t2f2u
  479. install-info.8 68t1f
  480. update-alternatives.8 113t2f1u
  481. The paths of the references were also modified (for all files).
  482. * po4a/*/po/*.po: Merged with the pot files.
  483. 2006-06-17 Guillem Jover <guillem@debian.org>
  484. * C/dpkg-architecture.1: Clarify new -e and -i options, give backward
  485. compatibility information and add some examples.
  486. 2006-06-16 Robert Luberda <robert@debian.org>
  487. * C/dpkg-deb.1: Fix typo ("--show-format" -> "--showformat").
  488. 2006-06-16 Robert Luberda <robert@debian.org>
  489. * pl/dpkg-deb.1/po/pl.po: Update to 78t.
  490. 2006-06-11 Peter Karlsson <peterk@debian.org>
  491. * sv/dselect.1/po/sv.po: Updated translation.
  492. * sv/dpkg-query.1/po/sv.po: Updated translation.
  493. 2006-06-09 Peter Karlsson <peterk@debian.org>
  494. * sv/dselect.1/po/sv.po: Updated translation.
  495. 2006-05-14 sas-guest <sas@321.hu>
  496. * hu/deb-control.5.hu.po: Updated translation.
  497. * hu/dpkg-deb.1.hu.po: Updated translation.
  498. * hu/dpkg.cfg.5.hu.po: Updated translation.
  499. * hu/dselect.cfg.5.hu.po: Updated translation.
  500. 2006-05-25 Ben Pfaff <blp@cs.stanford.edu>
  501. * C/install-info.8: Correct default info directory for '--infodir'.
  502. 2006-05-23 Guillem Jover <guillem@debian.org>
  503. * C/dpkg-source.1: Document that the source:Upstream-Version substvar
  504. can have an epoch.
  505. 2006-05-23 Guillem Jover <guillem@debian.org>
  506. * C/dpkg-source.1: Add '--help' and '--version' options.
  507. * C/dpkg-architecture.1: Likewise.
  508. * C/dpkg-checkbuilddeps.1: Add '-h' option.
  509. * C/dpkg-divert.8: Option '--help' does not print the version anymore.
  510. * C/update-alternatives.8: Likewise.
  511. * C/dpkg-statoverride.8: Likewise. Add '--version' option.
  512. 2006-05-21 Nicolas Francois <nicolas.francois@centraliens.net>
  513. * */*.po, C/po/*.pot, po4a/: Ease the work of i18n robots: make a
  514. directory for every manpage and move the POT and POs for a page in the
  515. same directory.
  516. 2006-05-18 Frank Lichtenheld <djpig@debian.org>
  517. * C/dpkg-query.1: Document that user defined
  518. fields can also be printed with --showformat.
  519. 2006-05-17 Frank Lichtenheld <djpig@debian.org>
  520. * C/dpkg.1: We don't actually set
  521. DPKG_OLD_CONFFILE and DPKG_NEW_CONFFILE on subshells,
  522. so we shouldn't claim to do so.
  523. 2006-05-16 Peter Karlsson <peterk@debian.org>
  524. * sv/deb-old.5.sv.po, sv/dpkg.1.sv.po: Partial updates.
  525. 2006-05-14 Peter Karlsson <peterk@debian.org>
  526. * sv/822-date.1.sv.po: Began updating the Swedish translation.
  527. * sv/deb.5.sv.po: Likewise.
  528. * sv/deb-control.5.sv.po: Likewise.
  529. * sv/deb-old.5.sv.po: Likewise.
  530. * sv/dpkg.1.sv.po: Likewise.
  531. * sv/dpkg.cfg.5.sv.po: Likewise.
  532. * sv/dpkg-deb.1.sv.po: Likewise.
  533. * sv/dpkg-query.1.sv.po: Likewise.
  534. * sv/dpkg-split.1.sv.po: Likewise.
  535. * sv/dselect.1.sv.po: Likewise.
  536. * sv/dselect.cfg.5.sv.po: Likewise.
  537. * sv/start-stop-daemon.8.sv.po: Likewise.
  538. 2006-05-14 Philippe Batailler <philippe.batailler@free.fr>
  539. * fr/dpkg-name.1.fr.po: Updated translation.
  540. * fr/install-info.8.fr.po: likewise.
  541. * fr/dpkg-statoverride.8.fr.po: likewise.
  542. * fr/deb-control.5.fr.po: likewise.
  543. * fr/dpkg-scanpackages.1.fr.po: likewise.
  544. * fr/dpkg-source.1.fr.po: likewise.
  545. * fr/dpkg.1.fr.po: likewise.
  546. * fr/dpkg-divert.8.fr.po: likewise.
  547. * fr/dpkg-query.1.fr.po: likewise.
  548. * fr/dpkg-checkbuilddeps.1.fr.po: likewise.
  549. * fr/dpkg-deb.1.fr.po: likewise
  550. 2006-05-11 Frank Lichtenheld <djpig@debian.org>
  551. * C/po/*.pot: Update.
  552. * */*.po: Merge with .pot files.
  553. 2006-05-10 Frank Lichtenheld <djpig@debian.org>
  554. * C/dpkg-deb.1: Mention the --show-format option also
  555. seperatly, not just in the description of --show.
  556. Point the reader to the explanation of --show-format
  557. in dpkg-query.1 to avoid having to duplicate it.
  558. * C/dpkg-scanpackages.1: Add remark that apt ignores
  559. uncompressed Packages files on non-local access.
  560. * C/dpkg-scansources.1: Likewise (with Sources instead of
  561. Packages files of course).
  562. 2006-05-10 Stepan Golosunov <stepan@golosunov.pp.ru>
  563. * ru/dpkg.1.ru.po: Typo fix ("|<" -> "I<").
  564. * ru/dpkg-checkbuilddeps.1.ru.po: Likewise.
  565. 2006-05-04 Robert Luberda <robert@debian.org>
  566. * pl/dpkg.1.pl.po: Updated to 218t (after locally update the POT file).
  567. * pl/dpkg-statoverride.8.pl.po: Updated to 42t (likewise).
  568. * pl/dpkg-query.1.pl.po: Updated to 58t (likewise).
  569. 2006-05-04 Guillem Jover <guillem@debian.org>
  570. * C/dpkg-divert.8: Escape hyphens used in command line.
  571. * C/dpkg-architecture.1: Likewise.
  572. * C/dpkg-statoverride.8: Likewise.
  573. 2006-05-02 Guillem Jover <guillem@debian.org>
  574. * C/dpkg-source.1: Rename dpkg:UpstreamVersion to
  575. dpkg:Upstream-Version.
  576. 2006-05-02 Guillem Jover <guillem@debian.org>
  577. * C/dpkg-source.1: Document new source:Version,
  578. source:Upstream-Version and binary:Version substvars.
  579. 2006-04-19 Nicolas Francois <nicolas.francois@centraliens.net>
  580. * C/install-info.8: Add a missing quote arround the date.
  581. * C/dpkg-source.1: Add a reference to the Debian Policy Manual for
  582. a detailed description of the shlibs format. Thanks to Russ
  583. Allbery.
  584. 2006-04-16 Nicolas Francois <nicolas.francois@centraliens.net>
  585. * C/dpkg-source.1: Document the shlibs.local format.
  586. 2006-04-11 Nicolas Francois <nicolas.francois@centraliens.net>
  587. * po4a.mk: Add a $(po4a_translate_options) variable to allow
  588. languages to add options to po4a-translate.
  589. * ru/Makefile.am: Specify that the Russian manpages must be
  590. generated in the KOI8-R charset and that the Russian addenda are
  591. already encoded in KOI8-R.
  592. * fr/dpkg-statoverride.8.fr.po: Fix an unmatched ">" or "<".
  593. * ru/dpkg.1.ru.po: Likewise.
  594. 2006-04-10 Guillem Jover <guillem@debian.org>
  595. * C/dpkg.1: Document the new way to replicate the package status to
  596. another installation by using '--clear-selections'.
  597. 2006-04-10 Andrew Suffield <asuffield@debian.org>
  598. * C/dpkg.1: Document the new '--clear-selections' option.
  599. 2006-04-10 Guillem Jover <guillem@debian.org>
  600. * C/dpkg.1: Remove mention of obsolete force/refuse 'auto-select'
  601. option.
  602. 2006-04-09 Guillem Jover <guillem@debian.org>
  603. * C/dpkg.1: Document that '--get-selections' without a pattern will
  604. not list packages in state purge.
  605. * C/dpkg-query.1: Document that '-l' without a pattern will not list
  606. packages in state purge.
  607. 2006-04-08 Yuri Kozlov <kozlov.y@gmail.com>
  608. * ru/822-date.1.ru.po: 20t.
  609. * ru/deb-control.5.ru.po: 19t.
  610. * ru/dpkg-checkbuilddeps.1.ru.po: 19t.
  611. * ru/dpkg.1.ru.po: 217t.
  612. * ru/start-stop-daemon.8.ru.po: 63t.
  613. 2006-03-26 Christian Perrier <bubulle@debian.org>
  614. * fr/dpkg-source.1.fr.po.addendum: Typo corrected, thanks
  615. to Nicolas Bonifas who spotted it.
  616. * fr/dpkg-source.1.fr.po: Typo corrected, thanks
  617. to Nicolas Bonifas who spotted it.
  618. 2006-03-04 Christian Perrier <bubulle@debian.org>
  619. * C/dpkg-architecture.1: Typos corrections.
  620. * C/dpkg-checkbuilddeps.1: Likewise.
  621. * C/dpkg-name.1: Likewise.
  622. * C/dpkg-source.1: Likewise.
  623. * C/deb-control.5: Likewise.
  624. 2006-03-04 Philippe Batailler <philippe.batailler@free.fr>
  625. * fr/*: Applied Guillem's work to french.
  626. 2006-02-28 Guillem Jover <guillem@debian.org>
  627. * C/dpkg.1 (SEE ALSO): Add dpkg-query(1).
  628. 2006-02-28 Guillem Jover <guillem@debian.org>
  629. * C/822-date.1: Lower case title header. Put options in bold, files
  630. and arguments to options in italic. Escape hyphens used un command
  631. line. Unescape dashes. Remove spaces after full stops and after end
  632. of line. Separete sections with a dot. Do not put the manpage section
  633. number in bold.
  634. * C/cleanup-info.8: Likewise.
  635. * C/deb.5: Likewise.
  636. * C/deb-control.5: Likewise.
  637. * C/deb-old.5: Likewise.
  638. * C/dpkg.1: Likewise.
  639. * C/dpkg.cfg.5: Likewise.
  640. * C/dpkg-checkbuilddeps.1: Likewise.
  641. * C/dpkg-deb.1: Likewise.
  642. * C/dpkg-divert.8: Likewise.
  643. * C/dpkg-name.1: Likewise.
  644. * C/dpkg-query.1: Likewise.
  645. * C/dpkg-scanpackages.1: Likewise.
  646. * C/dpkg-source.1: Likewise.
  647. * C/dpkg-split.1: Likewise.
  648. * C/dpkg-statoverride.8: Likewise.
  649. * C/dselect.1: Likewise.
  650. * C/dselect.cfg.5: Likewise.
  651. * C/install-info.8: Likewise.
  652. * C/start-stop-daemon.8: Likewise.
  653. * C/update-alternatives.8: Likewise.
  654. * C/dpkg-scansources.1: Likewise. Remove `.IX' entries.
  655. * C/dpkg-architecture.1: Likewise. Split most of the body of the
  656. section DESCRIPTION into OPTIONS and ACTIONS.
  657. * C/po/*.pot: Update.
  658. * */*.po: Merge with .pot files.
  659. 2006-02-21 Robert Luberda <robert@debian.org>
  660. * pl/*: Updated.
  661. 2006-02-20 Matt Kraai <kraai@ftbfs.org>
  662. * C/dpkg-source.1: Add missing parentheses around manpage section
  663. number.
  664. * C/po/dpkg-source.1.pot: Update.
  665. * es/dpkg-source.1.es.po: Likewise.
  666. * fr/dpkg-source.1.fr.po: Likewise.
  667. 2006-02-19 Philippe Batailler <philippe.batailler@free.fr>
  668. * fr/dpkg-source.1.fr.po: Updated.
  669. * fr/dpkg.1.fr.po: Likewise.
  670. * fr/dpkg-query.1.fr.po: Likewise.
  671. * fr/dpkg-name.1.fr.po: Likewise.
  672. 2006-02-18 Frank Lichtenheld <djpig@debian.org>
  673. * C/po/*.pot: Update.
  674. * */*.po: Unfuzzy strings fuzzied due to the
  675. typo fixes.
  676. 2006-02-18 A. Costa <agcosta@gis.net>
  677. * C/dpkg-deb.1: Typo fix.
  678. * C/dpkg-statoverride.8: Typo fix.
  679. * C/install-info.8: Typo fix.
  680. * C/start-stop-daemon.8: Typo fix.
  681. * C/update-alternatives.8: Typo fix.
  682. * C/dpkg.1: Typo fix.
  683. * C/dpkg.cfg.5: Typo fix.
  684. 2006-02-17 Frank Lichtenheld <djpig@debian.org>
  685. * C/po/*.pot: Update.
  686. * */*.po: Merge with .pot files.
  687. * Makefile.am (updatepo): New target that calls
  688. `make updatepo' in all subdirectories.
  689. Older changes are documented in the top-level ChangeLog