ChangeLog 40 KB

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