ChangeLog 38 KB

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