ChangeLog 31 KB

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