ChangeLog 27 KB

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