ChangeLog 29 KB

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