From b5e3b256298938fe72fee72c99d4defef2375403 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 10 Jul 2008 08:46:08 +0300 Subject: [PATCH] Move man/ChangeLog to man/po/ChangeLog Shuffle contents between man/ChangeLog and the main ChangeLog, where they belong. Fix pointers to the po/ChangeLog dirs in README.translators. --- ChangeLog | 701 ++++++++++++++++++++++++++++++++++++-- README.translators | 2 +- man/{ => po}/ChangeLog | 755 +++-------------------------------------- 3 files changed, 721 insertions(+), 737 deletions(-) rename man/{ => po}/ChangeLog (60%) diff --git a/ChangeLog b/ChangeLog index a7a2094e..9962ff4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -202,6 +202,11 @@ * scripts/install-info.pl: Improve error message when the info file doesn't exist. +2008-06-27 Raphael Hertzog + + * man/dpkg-query.1: Document the origin of the various fields and + warn that they are not always available. + 2008-06-23 Raphael Hertzog * scripts/dpkg-source.pl: New option --require-valid-signature. @@ -221,6 +226,16 @@ dpkg-divert. * man/dpkg-divert.1: Document new option. +2008-06-22 Raphael Hertzog + + * man/dpkg.1, man/dpkg-query.1: Document the fact that the available + file is mostly useful for dselect users and that the related commands + are useless for APT users. + +2008-06-22 Raphael Hertzog + + * man/dpkg-buildpackage.1: Document -A option. + 2008-06-22 Raphael Hertzog * man/dpkg.1, man/dpkg-query.1: Clarify lisf of packages displayed @@ -396,6 +411,12 @@ dpkg is unable to create a file so that it also refers to the real filename instead of the non-diverted name only. +2008-05-31 Raphael Hertzog + + * man/dpkg.1: Use the term conffile for a configuration file handled + by dpkg. Drop reference to hamm. Updated description of values + supported by -D to include those which are trigger related. + 2008-05-29 Colin Watson * lib/dbmodify.c (modstatdb_note): Add a comment around obscure bits @@ -488,6 +509,10 @@ * lib/dpkg-priv.h: New file. * lib/path.c: Likewise. +2008-05-11 Raphael Hertzog + + * man/dpkg-source.1: Properly escape hyphen in -i option. + 2008-05-11 Pierre Habouzit * lib/showpkg.c (show1package): Use %zd instead of %d in sprintf() @@ -495,11 +520,16 @@ 2008-05-11 Pierre Habouzit - * scripts/update-alternatives.pl: add a --query option that works like - --display but outputs a machine parseable rfc822-like output. - * man/update-alternatives.8: document that new option, and the + * scripts/update-alternatives.pl: Add a --query option that works + like --display but outputs a machine parseable rfc822-like output. + * man/update-alternatives.8: Document that new option, and the associated format. +2008-05-05 Raphael Hertzog + + * man/dpkg-source.1: Improve explanation of -i when used with + VCS-based source packages. + 2008-05-05 Raphael Hertzog * scripts/dpkg-gensymbols.pl: Do not accept empty parameters for @@ -625,6 +655,11 @@ otherwise do not (and assume that the patch series is already applied). +2008-05-26 Helge Kreutzmann + + * man/dselect.1: Fixed a typo and regenerated all po(t) files, + including updating the German one. + 2008-05-23 Raphael Hertzog * scripts/Dpkg/Source/Package/V2.pm (do_build): Display a @@ -641,8 +676,6 @@ will not be bothered by the presence of the quilt serie created by dpkg-source itself. * man/dpkg-source.1: Update the documentation accordingly. - * man/po/*.po: Fix all the filenames to avoid fuzzying - translations. 2008-05-22 Raphael Hertzog @@ -653,6 +686,14 @@ * src/main.c (setforce): Add help output for '--force-breaks'. +2008-05-13 Sven Joachim + + * man/dpkg.1: Document triggers --debug values. + +2008-05-13 Guillem Jover + + * man/deb-version.5: Change '©' to '(C)'. + 2008-05-12 Guillem Jover * configure.ac: Bump version to 1.14.20~. @@ -735,6 +776,11 @@ * scripts/Dpkg/Source/Package/V3_0/native.pm: Fix permissions of generated tarball to "666 & ~umask()". +2008-04-21 Helge Kreutzmann + + * man/dpkg-shlibdeps.1: Fix a typo. + * man/dpkg-source.1: Improve a sentence (with agreement from Raphäel). + 2008-04-14 Raphael Hertzog * scripts/Dpkg/Fields.pm (find_custom_field, get_custom_field): @@ -778,6 +824,11 @@ * THANKS: Update my e-mail address. +2008-04-09 Helge Kreutzmann + + * man/deb-triggers.5: Fix typos. + * man/dpkg-trigger.1: Likewise. + 2008-04-08 Guillem Jover * configure.ac: Bump version to 1.14.19~. @@ -795,6 +846,18 @@ * doc/triggers.txt: Move parts of the document into proper man pages. Add references to those. +2008-04-08 Guillem Jover + + * man/dpkg.1: Document new trigger statuses, and new --triggers-only, + --no-triggers and --triggers options. + * man/deb-triggers.5: New file. + * man/dpkg-trigger.1: Likewise. + * man/Makefile.am (dist_man_MANS): Likewise. + +2008-04-08 Guillem Jover + + * man/dpkg.1: Sort package states. + 2008-04-05 Raphael Hertzog * scripts/Dpkg/Source/Package/V1_0.pm: Do not use @@ -816,6 +879,10 @@ * scripts/t/800_Dpkg_IPC.t: Remove temporary files used by the tests. +2008-04-03 Peter Karlsson + + * man/dpkg-source.1: Corrected English. + 2008-04-02 Sven Joachim * lib/triglib.c (trk_unknown_interest_change): Fix typo. @@ -863,6 +930,12 @@ * src/enquiry.c (badstatinfos): Fix typos (processesing -> processing). +2008-03-30 Raphael Hertzog + + * man/dpkg-source.1: Make it clear that Format: 2.0 is not really + meant to be widely used by moving all the explanations in the + section describing the format "3.0 (quilt)". + 2008-03-30 Guillem Jover * configure.ac: Bump version to 1.14.18~. @@ -1117,6 +1190,11 @@ some libraries at run-time and such a change is best done at the beginning of a release cycle. +2008-03-28 Raphael Hertzog + + * man/dpkg-source.1: Move a paragraph at its right place and some + other presentation fixes. + 2008-03-27 Raphael Hertzog * scripts/Dpkg/Shlibs.pm: Support cross-compilation by adding @@ -1211,6 +1289,7 @@ * src/processarc.c (process_archive): Call log_action after printing the action to perform to stdout. * src/help.c (log_action): Call statusfd_send. + * man/dpkg.1: Document improved status-fd output. 2008-03-25 Ian Jackson , Guillem Jover @@ -1415,6 +1494,16 @@ * scripts/t/600_Dpkg_Changelog/regressions: Add capitals in the distribution name as part of the non-regression tests. +2008-03-14 Guillem Jover + + Fix errors spotted by Helge Kreutzmann. + + * man/dpkg-buildpackage.1: Refer to 'Debian' not 'debian'. Remove a + space beofre a comma. Replace FFLAGS with CFLAGS when referring to + usage similar to C for Fortran. Do not make bold a terminating + parenthesis. + * man/dpkg-checkbuilddeps.1: Mark 'debian/contorl' file with italics. + 2008-03-11 Ian Jackson , Guillem Jover @@ -1516,6 +1605,18 @@ * scripts/t/600_Dpkg_Changelog/regression: Add testcase for this regression. +2008-02-22 Raphael Hertzog + + * man/dpkg-gensymbols.1: Fix some groff errors detected by lintian. + * man/dpkg-query.1: Likewise.. + +2008-02-22 Raphael Hertzog + + * man/deb-symbols.5: Escape some hyphens so that they do not end up + as minus sign. + * man/dpkg-architecture.1: Likewise. + * man/dpkg-shlibdeps.1: Likewise. + * man/start-stop-daemon.8: Likewise. 2008-02-22 Raphael Hertzog Mike Frysinger @@ -1537,6 +1638,11 @@ * debian/control: Change build-dependency from libncurses5-dev to libncursesw5-dev. +2008-02-19 Frank Lichtenheld + + * man/dpkg-source.1: Fix documentation of -sk and -sp. The directory + with the unpacked original source will be removed, not the tarball. + 2008-02-17 Frank Lichtenheld * scripts/Dpkg.pm: Allow overriding $pkgdatadir @@ -1545,6 +1651,11 @@ * debian/rules: Remove hack to copy data files to build directory. +2008-02-17 Frank Lichtenheld + + * man/dpkg-architecture.1: Document the files needed by + dpkg-architecture. + 2008-02-17 Frank Lichtenheld Matthias Klose @@ -1552,6 +1663,13 @@ for setting compiler and linker options, unless already set in the environment. See https://wiki.ubuntu.com/DistCompilerFlags for background information. + * man/dpkg-buildpackage.1: Document the new behaviour for build + related environment variables. + +2008-02-17 Zack Weinberg + + * man/deb-shlibs.5: Make this manual page a bit more elaborate and + helpful. 2008-02-13 Raphael Hertzog @@ -1823,6 +1941,10 @@ (main): Call initgroups if the real user or group are different than the ones we should switch to. Call setgid before initgroups. +2008-01-22 Raphael Hertzog + + * man/dpkg-parsechangelog.1: Fix typos reported by Helge Kreutzmann. + 2008-01-22 Raphael Hertzog * scripts/dpkg-genchanges.pl, scripts/dpkg-gencontrol.pl, @@ -2039,6 +2161,12 @@ (do_version): ... here. New function. (main): Call do_version instead of printf. +2008-01-17 Raphael Hertzog + + * scripts/dpkg-source.pl: Revert to the old behaviour of not using + any substvars file. + * man/dpkg-source.1: Fix default value of -T parameter. + 2008-01-17 Raphael Hertzog * scripts/dpkg-genchanges.pl: Reinstate support of the ${Format} @@ -2196,6 +2324,14 @@ Dpkg::Changelog::Entry changes. * scripts/t/600_Dpkg_Changelog.t: Likewise. +2008-01-13 Frank Lichtenheld + + * man/dpkg-parsechangelog.1: Document the new command line options. + +2008-01-12 Raphael Hertzog + + * man/dpkg-shlibdeps.1: Fix a typo reported by Helge Kreutzmann. + 2008-01-12 Raphael hertzog * scripts/Dpkg/Fields.pm, scripts/dpkg-source.pl: Add support of @@ -2216,6 +2352,11 @@ if dpkg-gencontrol -v is used. That way we're consistent with the definition of that variable in deb-substvars(5). +2008-01-10 Raphael Hertzog + + * man/dpkg-source.1: Explain better the first parameter of the '-b' + option. + 2008-01-10 Raphael Hertzog * debian/control: Add a "Breaks: dpkg-dev (= 1.14.13), @@ -2361,6 +2502,12 @@ discard the value or the entire option. * scripts/t/300_Dpkg_BuildOptions.t: Adjust test suite. +2008-01-06 Raphael Hertzog + + * man/deb-control.5: Explain better the ordering of call of + postinst/prerm during installations and removal between a package + and its dependencies. + 2008-01-06 Raphael Hertzog * scripts/Dpkg/Shlibs/Objdump.pm: Also retrieve dynamic relocation @@ -2418,6 +2565,7 @@ * scripts/dpkg-buildpackage.pl: Do not automatically enable '-j' if DEB_BUILD_OPTIONS contains parallel=n, and allow overriding its value from the environment. + * man/dpkg-buildpackage.1: Document new -j behaviour. 2008-01-02 Guillem Jover @@ -2480,6 +2628,11 @@ * dselect/baselist.cc (baselist::startdisplay): Set helpscreen_attr on monochrome terminals. +2007-12-30 A. Costa + + * man/dpkg-gensymbols.1, man/dpkg-shlibdeps.1: Fix some typos. + * man/dpkg-source.1, man/deb-symbols.5: Likewise. + 2007-12-28 Raphael Hertzog * scripts/Dpkg.pm: Add a warning to avoid adding unnecessary stuff @@ -2575,6 +2728,20 @@ * scripts/dpkg-source.pl: Provide a sane default $origtargz in all cases when such a file exists. +2007-12-24 Guillem Jover + + * man/Makefile.am (all-local): Rename to ... + (all-local-yes): ... this. + (clean-local): Rename to ... + (clean-local-yes): ... this. + (install-data-local): Rename to ... + (install-data-local-yes): ... this. + (uninstall-local): Rename to ... + (uninstall-local-yes): ... this. + (all-local, all-local-no, clean-local, clean-local-no): New targets. + (install-data-local, install-data-local-no): Likewise. + (uninstall-local, uninstall-local-no): Likewise. + 2007-12-20 Raphael Hertzog * scripts/dpkg-shlibdeps.pl: Always consider the shlibs of the @@ -2634,6 +2801,10 @@ properly parsed and dumped. * scripts/dpkg-shlibdeps.pl: Take into account the new Build-Depends-Package field in symbols files. + * man/deb-symbols.5: Describe syntax of meta-information fields and + document the Build-Depends-Package field. + * man/dpkg-shlibdeps.1: Describe how the Build-Depends-Package field + of symbols file is used. 2007-12-09 Raphael Hertzog @@ -2643,6 +2814,8 @@ * scripts/t/200_Dpkg_Shlibs/symbols.fake-1, scripts/t/200_Dpkg_Shlibs/symbols.include-1: Adjust some tests to also test inclusions with included files lacking a header line. + * man/dpkg-gensymbols.1: Remove the restriction that included files + must be valid symbol files on their own. 2007-12-08 Raphael Hertzog @@ -2712,6 +2885,13 @@ regex to determine the field name correctly if the field's value starts with a colon. +2007-11-29 Frank Lichtenheld + + * man/deb-control.5: Move description of version format to... + * man/deb-version.5: Take the section from policy describing version + format and sorting since this is probably as good as it gets for + describing these. + 2007-11-29 Guillem Jover * configure.ac: Bump version to 1.14.13~. @@ -2806,6 +2986,7 @@ * scripts/dpkg-gensymbols.pl: Add a new -I option to force the usage of a specific file as basis for the generated symbols file. + * man/dpkg-gensymbols.1: Document the new -I option. 2007-11-24 Guillem Jover @@ -2907,6 +3088,8 @@ * scripts/dpkg-name.sh (getname): Get the package extension from the Package-Type field, or fallback to deb if not present. + * man/dpkg-name.1: Document that the Package-Type field is now + supported. 2007-11-22 Raphael Hertzog @@ -2972,6 +3155,15 @@ * configure.ac: Release 1.14.8. +2007-11-19 Guillem Jover + + * man/dpkg-architecture.1: Remove unneeded formatting surrounding '-c' + in example command, as a side effect get rid of an undefined macro. + * man/dpkg-checkbuilddeps.1: Remove usage of .UR macro, which was + undefined anyway. + * man/dpkg-statoverride.8: Likewise. + * man/dpkg-query.1: Likewise. Remove .T macro cruft. + 2007-11-19 Guillem Jover * scripts/dpkg-source.pl: Use %dep_field_type for the union option @@ -2985,6 +3177,7 @@ * scripts/dpkg-scanpackages.pl (@fieldpri): Likewise. (%field_case): Add type argument. (usage): Document --type argument, and mark --udeb as obsolete. + * man/dpkg-scanpackages.1: Likewise. * scripts/dpkg-gencontrol.pl: Parse Package-Type, Subarchitecture, Kernel-Version and Installer-Menu-Item from control file binary stanza. Warn if udeb specific fields are used on non-udeb packages. @@ -3041,6 +3234,12 @@ * scripts/Dpkg/Arch.pm (get_valid_arches): Return an array instead of printing the architectures. +2007-10-29 Frank Lichtenheld + + * man/dpkg-query.1: Replace ' with \(aq in example. + Reported by Daniel van Eeden + * man/dpkg-source.1: Replace ' with \(aq in synopsis. + 2007-10-18 Raphael Hertzog * scripts/controllib.pl (parsedep, showdep): Remove unused functions. @@ -3131,6 +3330,14 @@ (set): Really set DEB_BUILD_OPTIONS. Discovered by Daniel Shepler. +2007-10-12 Frank Lichtenheld + + * man/dpkg.1 (AUTHORS): Remove some unneccessary markup. + Allows reuse of one more msgid. + + * man/Makefile.am (update-po): New target to easily + update the .pot and .po files. Uses po4a --force. + 2007-10-11 Guillem Jover * scripts/controllib.pl ($warnable_error, $quiet_warnings): Remove @@ -3191,9 +3398,13 @@ for quite some time already. Adapt the description of -W and -E. * scripts/dpkg-buildpackage.pl (usage): Likewise. + * man/dpkg-source.1: Likewise. + * man/dpkg-buildpackage.1: Likewise. * scripts/dpkg-buildpackage.pl: Add -z/-Z to passthrough opts (will be passed to dpkg-source). + * man/dpkg-buildpackage.1: Document all options only passed to + dpkg-source. -s[nsAkurKUR], -z, and -Z were missing. * scripts/dpkg-source.pl: Support a subset of wig&pen (aka Format: 2.0) on build: @@ -3203,6 +3414,8 @@ generated should be compressed. -z([1-9]|best|fast) can be used to specify the compression level to use. + * man/dpkg-source.1: Change the rest of the man page to not contain + any hardcoded .gz references. Document -Z and -z. 2007-10-08 Raphael Hertzog Frank Lichtenheld @@ -3252,6 +3465,10 @@ * scripts/dpkg-source.pl: Do not replace substvars for build dependencies. +2007-10-08 Guillem Jover + + * man/deb-control.5: Document Origin and Bugs fields. + 2007-10-08 Guillem Jover * scripts/dpkg-gencontrol.pl: Refer to host architecture (instead of @@ -3276,6 +3493,8 @@ * scripts/dpkg-buildpackage.pl (usage): Remove details about running fakeroot only if it's available. + * man/dpkg-buildpackage.1: Document that fakeroot is now the default + value in case -r is not specified. 2007-10-07 Frank Lichtenheld Marcel Toele @@ -3285,6 +3504,15 @@ the filename contains spaces. Apparantly this is standard but undocumented diff behaviour. +2007-09-30 Frank Lichtenheld + + * man/deb-control.5: Remove obsolete sentence regarding the role of + the Priority and Section field. They have nothing to do with the + archive layout since woody. + + * man/dpkg-source.1: Remove superfluous [options] from -b command + description. + 2007-09-29 Frank Lichtenheld * scripts/dpkg-buildpackage.pl: Call checkversion() @@ -3328,6 +3556,12 @@ * scripts/dpkg-buildpackage.pl ($warnable_errors): Rename to ... ($warnable_error): ... this, and declare as 'our'. +2007-09-24 Frank Lichtenheld + + * man/dpkg-source.1: Rework documentation of -i and -I options to + give clearer explanations and explain the differences between the + two in syntax and semantics. + 2007-09-24 Jari Aalto Frank Lichtenheld @@ -3336,6 +3570,7 @@ of default patterns which is in effect as similar as possible to the default regexp of -i. + * man/dpkg-source.1: Document new behaviour of -I option. 2007-09-23 Frank Lichtenheld @@ -3350,6 +3585,7 @@ * scripts/Dpkg/BuildOptions.pm: Added. Support code for DEB_BUILD_OPTIONS handling by dpkg-buildpackage. * scripts/Makefile.am: Adapt. + * man/dpkg-buildpackage.1: Document the new -j option. 2007-09-23 Jari Aalto @@ -3390,6 +3626,16 @@ * src/cleanup.c (cu_prermremove): Restore previous stored status if the ' abort-remove' call succeeds. +2007-09-08 Guillem Jover + + * man/dpkg-scanpackages.1: Document that gzipped files are also used + by apt. + +2007-09-08 A. Costa + + * man/dpkg-deb.1: Fix typo ('seperated' -> 'separated'). + * man/start-stop-daemon.8: Fix typo ('themself' -> 'themselves'). + 2007-09-08 Guillem Jover * scripts/dpkg-buildpackage.sh: Use fakeroot, if present, as default @@ -3420,6 +3666,11 @@ * scripts/dpkg-source.pl (%fieldimps): Likewise. * scripts/controllib.pl (%fieldimps): Switch from 'our' to 'my'. +2007-09-06 Guillem Jover + + * man/dpkg-scanpackages.1: Replace gzip with bzip2 as the requirement + for compressed Packages files for apt. + 2007-09-06 Guillem Jover * scripts/822-date.pl: Add $dpkglib into @INC, needed by the @@ -3446,6 +3697,8 @@ (@control_fields): Add Tag. * scripts/dpkg-scanpackages.pl (@fieldpri): Add Tag. * scripts/dpkg-source.pl: Ignore Tag field from binary package stanza. + * man/deb-control.5: Document Tag field. + * man/dpkg-query.1: Document Tag as a recognized field. 2007-08-31 Guillem Jover @@ -3497,6 +3750,8 @@ * scripts/dpkg-scanpackages.pl (@fieldpri): Add Homepage. * scripts/dpkg-source.pl: Parse Homepage from source package stanza. (@dsc_fields): Add Homepage. + * man/deb-control.5: Document Homepage field. + * man/dpkg-query.1: Document Homepage as a recognized field. 2007-08-18 Guillem Jover @@ -3687,6 +3942,58 @@ (install-data-hook): New target. * scripts/Dpkg.pm: New file. +2007-07-18 Guillem Jover + + * man/cleanup-info.8: Unify author and copyright information + formatting. + * man/deb-substvars.5: Likewise. + * man/dpkg-checkbuilddeps.1: Likewise. + * man/dpkg-deb.1: Likewise. + * man/dpkg-divert.8: Likewise. + * man/dpkg-name.1: Likewise. + * man/dpkg-query.1: Likewise. + * man/dpkg-split.1: Likewise. + * man/dpkg-statoverride.8: Likewise. + * man/install-info.8: Likewise. + * man/update-alternatives.8: Likewise. + +2007-07-18 Guillem Jover + + * man/dpkg.1: Split independent options. + * man/dpkg-buildpackage.1: Likewise. + * man/dpkg-genchanges.1: Likewise. + * man/dpkg-source.1: Likewise. + +2007-07-18 Guillem Jover + + * man/dpkg-buildpackage.1: Remove ', and' leftover from man page split. + Substitute 'FILES' with 'SEE ALSO'. + +2007-07-18 Guillem Jover + + * man/dpkg-deb.1: Remove space before ellipsis in parameters. + * man/dpkg-query.1: Likewise. + * man/update-alternatives.8: Likewise. + * man/dpkg.1: Likewise. Use commas instead if pipes to separate + alternative options. Remove redundant preceding 'dpkg' from options. + +2007-07-18 Guillem Jover + + * man/dpkg.1: Fix italics and bold usage. + * man/dpkg-divert.8: Likewise. + * man/dpkg-buildpackage.1: Likewise. + +2007-07-10 Frank Lichtenheld + + * man/dpkg.1, man/dpkg-query.1, man/dpkg-deb.1: Synchronise usage + information between these three man pages. Also fix some formatting + oddities and small mistakes. + +2007-07-04 Frank Lichtenheld + + * man/Makefile.am (uninstall-local): New target to remove the + translated man pages. Detected with the help of 'make distcheck'. + 2007-07-03 Frank Lichtenheld * configure.ac: Bump version to 1.14.6~. @@ -3719,11 +4026,53 @@ tar ball, fix them up so that they match what the user would expect according to his umask. +2007-06-13 Guillem Jover + + * man/dpkg-source.1: Remove section describing few dpkg-gncontrol + options. + 2007-06-12 Jiří Paleček * dpkg-shlibdeps.pl: Support colon separated list of paths in the ELF RPATH field. +2007-06-12 Guillem Jover + + * man/dpkg-source.1: Fix explanation of '-b' option, remove a + reference to checking for a missing empty string argument, and add a + reference to '-sX' arguments affecting the behaviour. + * man/install-info.8: Remove an additional space. Mark gzip in bold + and remove redundant reference to GNU. + +2007-06-12 Guillem Jover + + * man/deb-substvars.5: Unify title header. + * man/dpkg.1: Likewise. + * man/dpkg-buildpackage.1: Likewise. + * man/dpkg-checkbuilddeps.1: Likewise. + * man/dpkg-deb.1: Likewise. + * man/dpkg-divert.8: Likewise. + * man/dpkg-scanpackages.1: Likewise. + * man/dpkg-scansources.1: Likewise. + * man/dpkg-shlibdeps.1: Likewise. + * man/dpkg-source.1: Likewise. + * man/dpkg-statoverride.8: Likewise. + * man/install-info.8: Likewise. + * man/update-alternatives.8: Likewise. + +2007-06-12 Guillem Jover + + * man/dpkg-divert.8: Mark dpkg-* commands in bold. + * man/dpkg-buildpackage.1: Likewise. + * man/dpkg-source.1: Likewise. + * man/dpkg-statoverride.8: Likewise. + +2007-06-12 Guillem Jover + + * man/dpkg-source.1: Reference deb-substvars instead of dpkg-substvars. + * man/dpkg-genchanges.1: Likewise. + * man/dpkg-gencontrol.1: Likewise. + 2007-06-12 Guillem Jover * scripts/dpkg-scanpackages.pl: Move check for existence of $override @@ -3818,6 +4167,20 @@ end of the 'install' conditional. (fill_missing_slavepaths): New function. +2007-05-15 Guillem Jover + + * man/deb-control.5: Document comments in the control file. + +2007-05-15 Guillem Jover + + * man/install-info.8: Disambiguate the use of 'Info directory' with + 'Info dir file'. + +2007-05-15 Kurt B. Kaiser + + * man/install-info.8: Add missing commas, and information on the + behaviour when no '--section' option is specifyied. + 2007-05-14 Guillem Jover * scripts/dpkg-divert.pl ($divertto, $package): Initialize to undef @@ -3841,6 +4204,10 @@ (debian_arch_is): Rename to ... (debarch_is): ... this. Add prototype. Fix all callers. +2007-05-12 Guillem Jover + + * man/deb-substvars.5: Fix title to match the real section. + 2007-05-11 Guillem Jover * scripts/update-alternatives.pl ($manual): Rename to ... @@ -3945,6 +4312,8 @@ * Makefile.am (EXTRA_DIST): Rename debian/pseudo-tags to debian/usertags. + * man/Makefile.am (dist-hook): New target. + (EXTRA_DIST): New variable. 2007-05-07 Guillem Jover @@ -4027,6 +4396,13 @@ * scripts/controllib.pl (getfowner): Remove redundant closures of STDIN. +2007-04-11 Guillem Jover + + * man/Makefile.am (man.stamp): Use a stamp file for now until po4a + supports them internally. + (all-local): Depend on man.stamp. + (clean-local): Remove the man.stamp file. + 2007-04-11 Guillem Jover * scripts/controllib.pl (@pkg_dep_fields): Reorder fields by @@ -4147,6 +4523,34 @@ * dpkg-deb/build.c (do_build): Likewise. * dpkg-deb/main.c (usage): Document that '-Z' now accepts lzma as well. (setcompresstype): Parse 'lzma' as compress_type_lzma. + * man/dpkg-deb.1: Move '-z' to it's own OPTIONS entry. Document '-Z', + and the new 'lzma' value. + +2007-03-12 Guillem Jover + + * man/dpkg-source.1: Split individual man pages to ... + * man/deb-shlibs.5: ... here and ... + * man/deb-substvars.5: ... here and ... + * man/dpkg-buildpackage.1: ... here and ... + * man/dpkg-distaddfile.1: ... here and ... + * man/dpkg-genchanges.1: ... here and ... + * man/dpkg-gencontrol.1: ... here and ... + * man/dpkg-parsechangelog.1: ... here and ... + * man/dpkg-shlibdeps.1: ... here. + * man/Makefile.am (all-local): Do not make the symlinks anymore. + (dpkg_source_aliases): Move to ... + (dist_man_MANS): ... here. + (man_MANS): Remove variable. + (CLEANFILES): Likewise. + +2007-03-12 Guillem Jover + + * man/Makefile.am (dist_man_MANS): Add deb-override.5. + * man/dpkg-scanpackages.1: Move override file information to ... + * man/deb-override.5: ... here. + + * man/dpkg-scanpackages.1: Add a reference to deb-override.5. + * man/dpkg-scansources.1: Likewise. 2007-03-12 Guillem Jover @@ -4179,6 +4583,48 @@ file is now optional. (load_override): New function, refactored. Handle the case where '$override' is undefined. + * man/dpkg-scanpackages.1: Mark the override argument as optional. + +2007-03-06 Guillem Jover + + * man/update-alternatives.8: Reorder EXAMPLES section. + +2007-03-06 Guillem Jover + + * man/cleanup-info.8: Unify the summary. Unify '--help' and + '--version' descriptions. Remove unneeded quotes in section names. + * man/update-alternatives.8: Likewise. + * man/start-stop-daemon.8: Likewise. + * man/dpkg-deb.1: Likewise. + * man/dpkg-divert.8: Likewise. + * man/dpkg-query.1: Likewise. + * man/dpkg-name.1: Likewise. + * man/dpkg-checkbuilddeps.1: Likewise. + * man/dpkg-architecture.1: Likewise. + * man/dpkg-split.1: Likewise. + * man/dpkg-statoverride.8: Likewise. + * man/dpkg-scanpackages.1: Likewise. + * man/dpkg-scansources.1: Likewise. + + * man/dpkg-deb.1: Split option aliased names with ',' instead of '|'. + * man/dpkg-name.1: Likewise. + * man/dpkg-split.1: Likewise. + * man/dpkg-query.1: Likewise. + * man/start-stop-daemon.8: Likewise. + + * man/dpkg-divert.8: List each options in the OPTIONS section. + * man/dpkg-scanpackages.1: Likewise. + * man/start-stop-daemon.8: Likewise. + + * man/dpkg-divert.8: Remove redundant '<>' characters to delimit a + replacable argument. + * man/dpkg-statoverride.8: Likewise. + + * man/update-alternatives.8: Mark commands in examples as bold. + * man/dpkg-architecture.1: Reorder sections. Indent examples. + * man/dpkg-name.1: Do not specify in which programming language the + program is written in. + * man/dpkg-deb.1: Split '--extract' and '--vextract' options. 2007-02-28 Guillem Jover @@ -4192,6 +4638,8 @@ (usage): Document '--admindir'. * scripts/dpkg-buildpackage.sh: Parse '--admindir', and document it in usage output. Pass it to dpkg-checkbuilddeps. + * man/dpkg-source.1: Document new option '--admindir'. + * man/dpkg-checkbuilddeps.1: Likewise. 2007-02-28 Guillem Jover @@ -4303,6 +4751,8 @@ * scripts/822-date.pl: Convert the script to be a simple wrapper around 'date -R'. + * man/822-date.1: 822-date is now deprecated. Document this fact in + the man page. 2007-01-23 Sven Joachim Guillem Jover @@ -4319,6 +4769,12 @@ * configure.ac: There are no more Makefiles to generate in the man/ subdirectories. + * man/C/: Move the manpages to the root of the man/ directory. + * man/C/Makefile.am, man/po4a.mk: The languages makefiles are no + more needed. Also remove the language directories. + * man/Makefile.am: New build system. + The goal of these changes is to simplify the build system (less + files, less Makefiles, lower the depth of the file hierarchy). 2007-01-15 Ian Jackson @@ -4354,6 +4810,11 @@ * scripts/dpkg-buildpackage.sh: Allow '-b' to properly override a previously passed '-B'. +2007-01-09 Nicolas Francois + + * man/C/dpkg-deb.1: Make the copyright match the one from the source. + * man/C/dpkg-split.1: Likewise. + 2007-01-09 Guillem Jover * configure.ac: Bump version to 1.14.0~. @@ -4386,6 +4847,11 @@ * scripts/controllib.pl (subprocerr): Require POSIX for WIFEXITED, WEXITSTATUS, WIFSIGNALED and WTERMSIG. +2006-11-24 Tomas Pospisek + + * man/C/update-alternatives.8: Document that it requires cooperation + from all packages dealing with the same file. + 2006-10-13 Guillem Jover * configure.ac: Bump version to 1.13.25~. @@ -4413,6 +4879,10 @@ file. State that the languages should be listed alphabetically in debian/changelog. +2006-09-29 Nicolas Francois + + * man/C/dpkg-scansources.1: Fix a typo. + 2006-09-27 Guillem Jover * m4/compiler.m4: Add a new line at the end of the file, to cope with @@ -4457,11 +4927,56 @@ * src/packages.c (dependencies_ok): Add a place holder comment to be replaced by the code to prevent configuration of Broken packages. +2006-08-05 Nicolas Francois + + * man/C/dpkg-architecture.1: Remove linux-alpha from the architecture + wildcard examples, and fix a formatting issue. + +2006-08-05 Nicolas Francois + + * man/C/dpkg-source.1: Typo fix. + * man/C/dpkg-architecture.1: Likewise. + +2006-08-02 Nicolas Francois + + * man/C/dpkg.1: Typo fix. + * man/C/dpkg-divert.8: Likewise. + * man/C/deb-control.5: Likewise. + +2006-07-29 Nicolas Francois + + * man/C/dpkg-architecture.1: Typo fix. + * man/C/dpkg-statoverride.8: Likewise. + +2006-07-29 Nicolas Francois + + * man/C/dpkg-name.1: Typo fix. + +2006-07-27 Nicolas Francois + + * man/C/cleanup-info.8: Typo fix. + * man/C/deb.5: Likewise. + * man/C/dpkg-scanpackages.1: Likewise. + * man/C/dpkg-scansources.1: Likewise. + +2006-07-23 Helge Kreutzmann + + * man/C/822-date.1: Fix the manpage's modification date. + +2006-07-23 Nicolas Francois + + * man/C/start-stop-daemon.8: Typo fix. + 2006-07-07 Nicolas François * dpkg-deb/build.c: Specify --null before the -T option to avoid the "tar: -: file name read contains nul character" warning. +2006-07-22 Helge Kreutzmann + + * man/C/start-stop-daemon.8: Typo fix. + * man/C/update-alternatives.8: Likewise. + 2006-06-21 Guillem Jover * configure.ac: Bump version to 1.13.23~. @@ -4484,6 +4999,7 @@ (parse_options): Parse the new option using parse_umask. (main): Set umask, and do not set for the background case if we set it previously. + * man/C/start-stop-daemon.8: Document the new '--umask' option. 2006-06-21 Guillem Jover @@ -4524,12 +5040,21 @@ Give the user a correct warning message about what we do (i.e. defaulting to pgp style). +2006-06-17 Guillem Jover + + * man/C/dpkg-architecture.1: Clarify new -e and -i options, give + backward compatibility information and add some examples. + 2006-06-17 Frank Lichtenheld * scripts/dpkg-source.pl: Fix typo in regex that caused spurious warnings for user defined fields even though they used the correct XB- syntax. +2006-06-16 Robert Luberda + + * man/C/dpkg-deb.1: Fix typo ("--show-format" -> "--showformat"). + 2006-06-16 Guillem Jover * scripts/controllib.pl (parsechangelog): Move substvar initialization @@ -4637,11 +5162,14 @@ 2006-05-25 Ben Pfaff * scripts/install-info.pl: Use %! instead if $! to check for EEXIST. + * man/C/install-info.8: Correct default info directory for '--infodir'. 2006-05-23 Guillem Jover * scripts/controllib.pl (parsechangelog): Do not strip the epoch from the source:Upstream-Version substvar. + * man/C/dpkg-source.1: Document that the source:Upstream-Version + substvar can have an epoch. 2006-05-23 Guillem Jover @@ -4698,6 +5226,13 @@ argument error print only usage. (version): Print to stdout. Standarize output format. (usage): Likewise. Print option descriptions. + * man/C/dpkg-source.1: Add '--help' and '--version' options. + * man/C/dpkg-architecture.1: Likewise. + * man/C/dpkg-checkbuilddeps.1: Add '-h' option. + * man/C/dpkg-divert.8: Option '--help' does not print the version + anymore. + * man/C/update-alternatives.8: Likewise. + * man/C/dpkg-statoverride.8: Likewise. Add '--version' option. 2006-05-19 David Lopez Moreno @@ -4735,6 +5270,16 @@ pointer against NULL so that arbitrary fields get be printed. +2006-05-18 Frank Lichtenheld + + * man/C/dpkg-query.1: Document that user defined + fields can also be printed with --showformat. + +2006-05-17 Frank Lichtenheld + + * man/C/dpkg.1: We don't actually set DPKG_OLD_CONFFILE and + DPKG_NEW_CONFFILE on subshells, so we shouldn't claim to do so. + 2006-05-15 Nicolas François * src/packages.c: Use fc_dependsversion (set by @@ -4839,6 +5384,25 @@ signature of a .dsc file, use the Debian keyring if available. +2006-05-10 Frank Lichtenheld + + * man/C/dpkg-deb.1: Mention the --show-format option also + seperatly, not just in the description of --show. + Point the reader to the explanation of --show-format + in dpkg-query.1 to avoid having to duplicate it. + +2006-05-10 Frank Lichtenheld + + * man/C/dpkg-deb.1: Mention the --show-format option also + seperatly, not just in the description of --show. + Point the reader to the explanation of --show-format + in dpkg-query.1 to avoid having to duplicate it. + + * man/C/dpkg-scanpackages.1: Add remark that apt ignores + uncompressed Packages files on non-local access. + * man/C/dpkg-scansources.1: Likewise (with Sources instead of + Packages files of course). + 2006-05-10 Nicolas François * lib/showpkg.c (show1package): Honour the requested tabbing @@ -4852,6 +5416,12 @@ * configure.ac: Release 1.13.19. +2006-05-04 Guillem Jover + + * man/C/dpkg-divert.8: Escape hyphens used in command line. + * man/C/dpkg-architecture.1: Likewise. + * man/C/dpkg-statoverride.8: Likewise. + 2006-05-04 Guillem Jover * scripts/dpkg-genchanges.pl: Do not use $version to refer to the @@ -4903,6 +5473,8 @@ dpkg:Upstream-Version. Make dpkg:Version and dpkg:Upstream-Version get the current dpkg versions instead of the package being built. * scripts/dpkg-gencontrol.pl: Likewise. + * man/C/dpkg-source.1: Rename dpkg:UpstreamVersion to + dpkg:Upstream-Version. 2006-05-02 Ken Bloom , Jeroen van Wolffelaar , @@ -4910,6 +5482,8 @@ * scripts/controllib.pl (parsechangelog): Add new source:Version, source:Upstream-Version and binary:Version substvars. + * man/C/dpkg-source.1: Document new source:Version, + source:Upstream-Version and binary:Version substvars. 2006-04-29 Justin Pryzby @@ -4932,6 +5506,17 @@ * src/main.c (printforhelp, setdebug, setforce): Quote each string line instead of escaping its new line at the end. +2006-04-19 Nicolas Francois + + * man/C/install-info.8: Add a missing quote arround the date. + * man/C/dpkg-source.1: Add a reference to the Debian Policy Manual + for a detailed description of the shlibs format. + Thanks to Russ Allbery. + +2006-04-16 Nicolas Francois + + * man/C/dpkg-source.1: Document the shlibs.local format. + 2006-04-11 Frank Lichtenheld * src/archives.c (quote_filename): Fix typo in @@ -4954,12 +5539,18 @@ * configure.ac: Release 1.13.18. +2006-04-10 Guillem Jover + + * man/C/dpkg.1: Document the new way to replicate the package status + to another installation by using '--clear-selections'. + 2006-04-10 Andrew Suffield * src/main.h (clearselections): New prototype. * src/main.c (usage): Print '--clear-selections' option description. (cmdinfos): Add clear-selectons action. * src/select.c (clearselections): New function. + * man/C/dpkg.1: Document the new '--clear-selections' option. 2006-04-10 Guillem Jover @@ -4968,14 +5559,23 @@ (forceinfos): Mark 'auto-select' as obsolete. (setforce): Remove mention of 'auto-select' from the help text. Handle obsolete options, and display a warning. + * man/C/dpkg.1: Remove mention of obsolete force/refuse 'auto-select' + option. + +2006-04-09 Guillem Jover + + * man/C/dpkg.1: Document that '--get-selections' without a pattern + will not list packages in state purge. + * man/C/dpkg-query.1: Document that '-l' without a pattern will not + list packages in state purge. 2006-04-09 Guillem Jover * scripts/dpkg-shlibdeps.pl: Support system library directories symlinked from '/lib/ldconfig/'. -2006-04-09 Branden Robinson , - Guillem Jover +2006-04-09 Branden Robinson , + Guillem Jover * src/main.c (execbackend): Pass '--admindir' over to dpkg-query when passing '--admindir' or '--root' to dpkg. @@ -5034,11 +5634,59 @@ * debian/control (Build-Depends): Do not depend on libselinux1-dev in GNU/kFreeBSD amd64. +2006-03-04 Christian Perrier + + * man/C/dpkg-architecture.1: Typo corrections. + * man/C/dpkg-checkbuilddeps.1: Likewise. + * man/C/dpkg-name.1: Likewise. + * man/C/dpkg-source.1: Likewise. + * man/C/deb-control.5: Likewise. + +2006-02-28 Guillem Jover + + * man/C/dpkg.1 (SEE ALSO): Add dpkg-query(1). + +2006-02-28 Guillem Jover + + * man/C/822-date.1: Lower case title header. Put options in bold, + files and arguments to options in italic. Escape hyphens used in + command line. Unescape dashes. Remove spaces after full stops and + after end of line. Separete sections with a dot. Do not put the + manpage section number in bold. + * man/C/cleanup-info.8: Likewise. + * man/C/deb.5: Likewise. + * man/C/deb-control.5: Likewise. + * man/C/deb-old.5: Likewise. + * man/C/dpkg.1: Likewise. + * man/C/dpkg.cfg.5: Likewise. + * man/C/dpkg-checkbuilddeps.1: Likewise. + * man/C/dpkg-deb.1: Likewise. + * man/C/dpkg-divert.8: Likewise. + * man/C/dpkg-name.1: Likewise. + * man/C/dpkg-query.1: Likewise. + * man/C/dpkg-scanpackages.1: Likewise. + * man/C/dpkg-source.1: Likewise. + * man/C/dpkg-split.1: Likewise. + * man/C/dpkg-statoverride.8: Likewise. + * man/C/dselect.1: Likewise. + * man/C/dselect.cfg.5: Likewise. + * man/C/install-info.8: Likewise. + * man/C/start-stop-daemon.8: Likewise. + * man/C/update-alternatives.8: Likewise. + * man/C/dpkg-scansources.1: Likewise. Remove '.IX' entries. + * man/C/dpkg-architecture.1: Likewise. Split most of the body of the + section DESCRIPTION into OPTIONS and ACTIONS. + 2006-02-28 Matt Kraai * scripts/dpkg-gencontrol.pl: Fix typo (occoured -> occurred). * scripts/dpkg-source.pl: Likewise. +2006-02-20 Matt Kraai + + * man/C/dpkg-source.1: Add missing parentheses around manpage + section number. + 2006-02-19 Guillem Jover * po/README.translators: Move to ... @@ -5067,6 +5715,16 @@ * configure.ac: Release 1.13.16. +2006-02-18 A. Costa + + * man/C/dpkg-deb.1: Typo fix. + * man/C/dpkg-statoverride.8: Likewise. + * man/C/install-info.8: Likewise. + * man/C/start-stop-daemon.8: Likewise. + * man/C/update-alternatives.8: Likewise. + * man/C/dpkg.1: Likewise. + * man/C/dpkg.cfg.5: Likewise. + 2006-02-17 Frank Lichtenheld * man/ChangeLog: Start an own changelog for the @@ -5080,6 +5738,9 @@ * man/C/dpkg-source.1: Document the behaviour change in dpkg-gencontrol. + * man/Makefile.am (updatepo): New target that calls + 'make updatepo' in all subdirectories. + 2006-02-17 Guillem Jover * debian/dselect.install: Install only dselect domain. @@ -5114,13 +5775,6 @@ * configure.ac: Release 1.13.15. -2006-02-15 SZERVÁC Attila - - * man/hu/dpkg.cfg.5.hu.po: Added. - * man/hu/dpkg.cfg.5.hu.po.addendum: Likewise. - * man/hu/dselect.cfg.5.hu.po: Likewise. - * man/hu/dselect.cfg.5.hu.po.addendum: Likewise. - 2006-02-13 Jordi Mallach * src/processarc.c (process_archive): Add missing closing parenthesis @@ -5140,20 +5794,6 @@ * man/C/dpkg-name.1: Likewise. * man/C/dpkg-architecture.1: Likewise. -2006-02-11 Philippe Batailler - - * man/fr/dpkg.1.fr.po: Updated. - * man/fr/dpkg-query.1.fr.po: Likewise. - * man/fr/dpkg-source.1.fr.po: Likewise. - * man/fr/dpkg-split.1.fr.po: Likewise. - -2006-02-11 Nicolas François - - * man/*/*.addendum: Use a generic position to insert the addenda, - which should always exist in a valid man page. - Translators are free to use another position. - * man/*/*.addenum: Renamed man/*/*.addendum. - 2006-02-11 Frank Lichtenheld * scripts/dpkg-source.pl: Add .git to @@ -5231,11 +5871,6 @@ (OPTIONS): Give an example for --showformat. (SEE ALSO): Add a final dot to reference. -2006-02-08 Philippe Batailler - - * man/fr/update-alternatives.8.fr.po: Updated translation. - * man/fr/update-alternatives.8.fr.po.addendum: New file. - 2006-02-08 Guillem Jover * man/po4a.mk (%): Replace % with $@ as the former is not substituted diff --git a/README.translators b/README.translators index 8a11e997..69ccdf50 100644 --- a/README.translators +++ b/README.translators @@ -2,7 +2,7 @@ Translators, when adding/updating your translation files, please follow the following rules: * Update debian/changelog and one of po/ChangeLog, dselect/po/ChangeLog, - scripts/ChangeLog or man/ChangeLog: + scripts/po/ChangeLog or man/po/ChangeLog: - Beware the you should NOT update the main ChangeLog file for translation updates. Use the ChangeLog in the relevant diff --git a/man/ChangeLog b/man/po/ChangeLog similarity index 60% rename from man/ChangeLog rename to man/po/ChangeLog index cdec5014..e0df5fc9 100644 --- a/man/ChangeLog +++ b/man/po/ChangeLog @@ -3,33 +3,6 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-06-27 Raphael Hertzog - - * dpkg-query.1: Document the origin of the various fields - and warn that they are not always available. - -2008-06-22 Raphael Hertzog - - * dpkg-buildpackage.1: Document -A option. - * dpkg.1, dpkg-query.1: Document the fact that the available file - is mostly useful for dselect users and that the related commands - are useless for APT users. - -2008-05-31 Raphael Hertzog - - * dpkg.1: Use the term conffile for a configuration file handled - by dpkg. Drop reference to hamm. Updated description of values - supported by -D to include those which are trigger related. - -2008-05-11 Raphael Hertzog - - * dpkg-source.1: Properly escape hyphen in -i option. - -2008-05-05 Raphael Hertzog - - * dpkg-source.1: Improve explanation of -i when used with - VCS-based source packages. - 2008-06-10 Wiktor Wandachowicz * po/pl.add: Update. @@ -49,25 +22,25 @@ 2008-06-03 Helge Kreutzmann - * Regenerated all po(t) files, including updating the German one. - * Add Sven in de.add, he translated some paragraphs as well. - * Take translation fix from Frank Lichtenheld - from the trunk. + * po/dpkg-man.pot: Regenerated + * po/*.po: Merged with dpkg-man.pot. + * po/de.add: Add Sven, he translated some paragraphs as well. + * po/de.po: Updated. Take translation fix from Frank Lichtenheld + from the master. 2008-05-27 Peter Karlsson * po/sv.po: Updated to 1600t. -2008-05-26 Helge Kreutzmann - - * dselect.1: Fixed a typo and regenerated all po(t) files, including - updating the German one. - 2008-05-25 Helge Kreutzmann * po/de.po: Updated to 1591t0f9u and further fixes found/FIXMEs removed. +2008-05-23 Raphael Hertzog + + * man/po/*.po: Fix all the filenames to avoid fuzzying translations. + 2008-05-22 Helge Kreutzmann * po/de.po: Updated to 1590t0f10u and one improvement (thanks Sven). @@ -89,13 +62,8 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-05-13 Sven Joachim - - * dpkg.1: Document triggers --debug values. - 2008-05-13 Guillem Jover - * deb-version.5: Change '©' to '(C)'. * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot and unfuzzy translations. @@ -147,11 +115,6 @@ * po/de.po: Updated to 1581t0f19u. -2008-04-21 Helge Kreutzmann - - * dpkg-shlibdeps.1: Fix a typo - * dpkg-source.1: Improve a sentence (with agreement from Raphäel) - 2008-04-21 Helge Kreutzmann * po/de.po: Updated to 1580t0f20u. @@ -169,11 +132,6 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-04-09 Helge Kreutzmann - - * deb-triggers.5: Fix typos. - * pkg-trigger.1: Likewise. - 2008-04-08 Helge Kreutzmann * po/de.po: Updated to 1523t1f74u. @@ -185,63 +143,29 @@ 2008-04-08 Guillem Jover - * dpkg.1: Document new trigger statuses, and new --triggers-only, - --no-triggers and --triggers options. - * deb-triggers.5: New file. - * dpkg-trigger.1: Likewise. * po/po4a.cfg: Add 'deb-triggers.5' and 'dpkg-trigger.1'. - * Makefile.am (dist_man_MANS): Likewise. 2008-04-08 Guillem Jover * po/sv.po: Add missing terminating '>'. -2008-04-08 Guillem Jover - - * dpkg.1: Sort package states. - 2008-04-07 Helge Kreutzmann * po/de.po: Updated to 1494t1f59u. -2008-02-26 Peter Karlsson +2008-04-03 Peter Karlsson - * dpkg-source.1: Corrected English. * po/sv.po: Updated to 1555t. 2008-04-01 Helge Kreutzmann * po/de.po: Updated to 1484t1f69u. -2008-03-30 Raphael Hertzog - - * dpkg-source.1: Make it clear that Format: 2.0 is not really - meant to be widely used by moving all the explanations in the - section describing the format "3.0 (quilt)". - 2008-03-30 Guillem Jover * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-03-28 Raphael Hertzog - - * dpkg-source.1: Move a paragraph at its right place and some - other presentation fixes. - -2008-03-25 Ian Jackson - - * dpkg.1: Document improved status-fd output. - -2008-03-14 Guillem Jover - - Fix errors spotted by Helge Kreutzmann. - - * dpkg-buildpackage.1: Refer to 'Debian' not 'debian'. Remove a space - beofre a comma. Replace FFLAGS with CFLAGS when referring to usage - similar to C for Fortran. Do not make bold a terminating parenthesis. - * dpkg-checkbuilddeps.1: Mark 'debian/contorl' file with italics. - 2008-03-11 Helge Kreutzmann * po/de.po: Updated to 1401t4f56u. @@ -252,10 +176,11 @@ 2008-03-09 Robert Luberda - * pl.po: Updated to 1356t13f93u. - * pl.po: Consistently use Polish quotation marks in translations. - * de.po, hu.po, sv.po: Fix a few broken messages, that caused the - newest po4a to die with the `Unknown '<' or '>' sequence' error. + * po/pl.po: Updated to 1356t13f93u. Consistently use Polish quotation + marks in translations. + * po/de.po, po/hu.po, po/sv.po: Fix a few broken messages, that + caused the newest po4a to die with the `Unknown '<' or '>' sequence' + error. 2008-02-26 Peter Karlsson @@ -263,55 +188,24 @@ 2008-02-24 Robert Luberda - * pl.po: Recoded to UTF-8. - * pl.po: Updated to 1344t13f103u. - -2008-02-22 Raphael Hertzog - - * dpkg-gensymbols.1: Fix some groff errors detected by lintian. - * dpkg-query.1: Same. + * po/pl.po: Recoded to UTF-8. Updated to 1344t13f103u. 2008-02-22 Raphael Hertzog * po/po4a.cfg: Add deb-symbols.5 in the list of manual pages to translate. - * deb-symbols.5, dpkg-architecture.1, dpkg-shlibdeps.1, - start-stop-daemon.8: Espace some hyphens so that they do - not end up as minus sign. - -2008-02-19 Frank Lichtenheld - - * dpkg-source.1: Fix documentation of - -sk and -sp. The directory with the - unpacked original source will be removed, - not the tarball. 2008-02-17 Frank Lichtenheld - * dpkg-architecture.1: Document the files - needed by dpkg-architecture. - * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-02-17 Frank Lichtenheld - Matthias Klose - - * man/dpkg-buildpackage.1: Document the new - behaviour for build related environment variables. - -2008-02-17 Zack Weinberg - - * deb-shlibs.5: Make this manual page a bit - more elaborate and helpful. - 2008-01-22 Peter Karlsson * po/sv.po: Updated to 1422t. 2008-01-22 Raphael Hertzog - * dpkg-parsechangelog.1: Fix typos reported by Helge Kreutzmann. * po/*.po: Update all translations accordingly. 2008-01-22 Helge Kreutzmann @@ -323,47 +217,23 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-01-17 Raphael Hertzog - - * dpkg-source.1: Fix default value of -T parameter. - -2008-01-13 Frank Lichtenheld - - * dpkg-parsechangelog.1: Document the new - command line options. - 2008-01-12 Raphael Hertzog - * dpkg-shlibdeps.1: Fix a typo reported by Helge Kreutzmann. - * po/*.po: Likewise to avoid fuzzy strings. + * po/*.po: Fix a typo to avoid fuzzy strings. 2008-01-12 Helge Kreutzmann * po/de.po: Updated to 1352t0f34u. -2008-01-10 Raphael Hertzog - - * dpkg-source.1: Explain better the first parameter of the -b option. - 2008-01-10 Christian Perrier - * fr.po: Fix typo + * po/fr.po: Fix typo 2008-01-07 Guillem Jover * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2008-01-06 Raphael Hertzog - - * deb-control.5: Explain better the ordering of call of - postinst/prerm during installations and removal between a package - and its dependencies. - -2008-01-03 Guillem Jover - - * dpkg-buildpackage.1: Document new -j behaviour. - 2008-01-02 Christian Perrier * po/fr.po: Converted to UTF-8. Updated to 1171t139f74u. @@ -373,11 +243,6 @@ * po/*.po: Fix typos in translations as well to avoid fuzzy strings. -2007-12-30 A. Costa - - * dpkg-gensymbols.1, dpkg-shlibdeps.1: Fix some typos. - * dpkg-source.1, deb-symbols.5: Likewise. - 2007-12-29 Guillem Jover * po/sv.po: Merged with dpkg-man.pot. @@ -391,20 +256,6 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-12-24 Guillem Jover - - * Makefile.am (all-local): Rename to ... - (all-local-yes): ... this. - (clean-local): Rename to ... - (clean-local-yes): ... this. - (install-data-local): Rename to ... - (install-data-local-yes): ... this. - (uninstall-local): Rename to ... - (uninstall-local-yes): ... this. - (all-local, all-local-no, clean-local, clean-local-no): New targets. - (install-data-local, install-data-local-no): Likewise. - (uninstall-local, uninstall-local-no): Likewise. - 2007-12-22 Helge Kreutzmann * po/de.po: Updated to 1347t0f36u. @@ -421,18 +272,6 @@ * po/de.po: Updated to 1335t0f48u. -2007-12-09 Raphael Hertzog - - * deb-symbols.5: Describe syntax of meta-information - fields and document the Build-Depends-Package field. - * dpkg-shlibdeps.1: Describe how the Build-Depends-Package field - of symbols file is used. - -2007-12-09 Raphael Hertzog - - * dpkg-gensymbols.1: Remove the restriction that included files - must be valid symbol files on their own. - 2007-12-04 Frank Lichtenheld * po/po4a.cfg: Add deb-version.5. @@ -446,28 +285,11 @@ * po/sv.po: Updated to 1354t. -2007-11-29 Frank Lichtenheld - - * deb-control.5: Move description of - version format to... - * deb-version.5: Take the section from - policy describing version format and - sorting since this is probably as good - as it gets for describing these. - 2007-11-29 Guillem Jover * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-11-24 Raphael Hertzog - - * dpkg-gensymbols.1: Document the new -I option. - -2007-11-22 Guillem Jover - - * dpkg-name.1: Document that the Package-Type field is now supported. - 2007-11-02 Peter Karlsson * po/sv.po: Updated to 1344t. @@ -481,19 +303,6 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-11-19 Guillem Jover - - * dpkg-architecture.1: Remove unneeded formatting surrounding '-c' in - example command, as a side effect get rid of an undefined macro. - * dpkg-checkbuilddeps.1: Remove usage of .UR macro, which was - undefined anyway. - * dpkg-statoverride.8: Likewise. - * dpkg-query.1: Likewise. Remove .T macro cruft. - -2007-11-19 Guillem Jover - - * dpkg-scanpackages.1: Document --type, and mark --udeb as obsolete. - 2007-11-04 Robert Luberda * po/pl.po: Update to 1258t10f77u, fix typos in existing @@ -517,12 +326,6 @@ * po/*.po: Merged with dpkg-man.pot. * po/sv.po: Updated to 1345t0f0u. -2007-10-29 Frank Lichtenheld - - * dpkg-query.1: Replace ' with \(aq in example. - Reported by Daniel van Eeden - * dpkg-source.1: Replace ' with \(aq in synopsis. - 2007-10-26 Peter Karlsson * po/sv.po: Updated to 1343t0f0u. @@ -540,14 +343,6 @@ * po/de.po: Updated to 1280t0f63u, add lots of fixes from Frank Lichtenheld, thanks! -2007-10-12 Frank Lichtenheld - - * dpkg.1 (AUTHORS): Remove some unneccessary markup. - Allows reuse of one more msgid. - - * Makefile.am (update-po): New target to easily - update the .pot and .po files. Uses po4a --force. - 2007-10-11 Helge Kreutzmann * po/de.po: Updated to 1279t0f64u. @@ -557,81 +352,27 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-10-09 Frank Lichtenheld - - * dpkg-source.1: -W is the default for quite - some time already. Adapt the description of - -W and -E. - * dpkg-buildpackage.1: likewise. - - * dpkg-source.1: Change the rest of the - man page to not contain any hardcoded - .gz references. - - * dpkg-buildpackage.1: Document all - options only passed to dpkg-source. - -s[nsAkurKUR], -z, and -Z were missing. - - * dpkg-source.1: Document -Z and -z. - 2007-10-08 Robert Luberda * po/pl.po: Update to 1183t19f101u. 2007-10-08 Helge Kreutzmann - * po/de.po: Updated to 1249t0f54u. - * Removed the FIXMEs left in de.po by accident + * po/de.po: Updated to 1249t0f54u. Remove the FIXMEs left by accident. 2007-10-08 Guillem Jover * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-10-08 Guillem Jover - - * deb-control.5: Document Origin and Bugs fields. - -2007-10-07 Guillem Jover - - * dpkg-buildpackage.1: Document that fakeroot is now the default - value in case -r is not specified. - 2007-10-07 Helge Kreutzmann * po/de.po: Updated to 1238t0f52u. -2007-09-30 Frank Lichtenheld - - * deb-control.5: Remove obsolete sentence regarding - the role of the Priority and Section field. They - have nothing to do with the archive layout since - woody. - - * dpkg-source.1: Remove superfluous [options] from - -b command description. - 2007-09-28 Peter Karlsson * po/sv.po: Updated to 1290t. -2007-09-24 Frank Lichtenheld - - * dpkg-source.1: Rework documentation of -i - and -I options to give clearer explanations and - explain the differences between the two in syntax - and semantics. - -2007-09-24 Jari Aalto - - * dpkg-source.1: Document new behaviour - of -I option. - -2007-09-23 Frank Lichtenheld - - * dpkg-buildpackage.1: Document the new -j - option. - 2007-09-23 Peter Karlsson * po/sv.add: Fixed typo. @@ -645,21 +386,6 @@ * po/de.po: Updated to 1254t135u. -2007-09-08 Guillem Jover - - * dpkg-scanpackages.1: Document that gzipped files are also used by - apt. - -2007-09-08 A. Costa - - * dpkg-deb.1: Fix typo ('seperated' -> 'separated'). - * start-stop-daemon.8: Fix typo ('themself' -> 'themselves'). - -2007-09-06 Guillem Jover - - * dpkg-scanpackages.1: Replace gzip with bzip2 as the requirement for - compressed Packages files for apt. - 2007-09-05 Peter Karlsson * po/sv.po: Updated to 1289t. @@ -669,20 +395,10 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-08-31 Guillem Jover - - * deb-control.5: Document Tag field. - * dpkg-query.1: Document Tag as a recognized field. - 2007-08-25 Peter Karlsson * po/sv.po: Updated to 1285t. -2007-08-20 Guillem Jover - - * deb-control.5: Document Homepage field. - * dpkg-query.1: Document Homepage as a recognized field. - 2007-08-18 Guillem Jover * po/dpkg-man.pot: Regenerated. @@ -709,63 +425,10 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-07-18 Guillem Jover - - * cleanup-info.8: Unify author and copyright information formatting. - * deb-substvars.5: Likewise. - * dpkg-checkbuilddeps.1: Likewise. - * dpkg-deb.1: Likewise. - * dpkg-divert.8: Likewise. - * dpkg-name.1: Likewise. - * dpkg-query.1: Likewise. - * dpkg-split.1: Likewise. - * dpkg-statoverride.8: Likewise. - * install-info.8: Likewise. - * update-alternatives.8: Likewise. - -2007-07-18 Guillem Jover - - * dpkg.1: Split independent options. - * dpkg-buildpackage.1: Likewise. - * dpkg-genchanges.1: Likewise. - * dpkg-source.1: Likewise. - -2007-07-18 Guillem Jover - - * dpkg-buildpackage.1: Remove ', and' leftover from man page split. - Substitute 'FILES' with 'SEE ALSO'. - -2007-07-18 Guillem Jover - - * dpkg-deb.1: Remove space before ellipsis in parameters. - * dpkg-query.1: Likewise. - * update-alternatives.8: Likewise. - * dpkg.1: Likewise. Use commas instead if pipes to separate - alternative options. Remove redundant preceding 'dpkg' from options. - -2007-07-18 Guillem Jover - - * dpkg.1: Fix italics and bold usage. - * dpkg-divert.8: Likewise. - * dpkg-buildpackage.1: Likewise. - -2007-07-10 Frank Lichtenheld - - * dpkg.1, dpkg-query.1, dpkg-deb.1: Synchronise - usage information between these three man pages. - Also fix some formatting oddities and small - mistakes. - 2007-07-08 Helge Kreutzmann * po/de.po: Updated to 1061t1f219u. -2007-07-04 Frank Lichtenheld - - * Makefile.am (uninstall-local): New target to - remove the translated man pages. Detected with - the help of 'make distcheck'. - 2007-07-02 Frank Lichtenheld * po/dpkg-man.pot: Regenerated. @@ -773,48 +436,7 @@ 2007-06-23 Joachim Breitner - * de.po: Fix typo ('wir' -> 'wird') - -2007-06-13 Guillem Jover - - * dpkg-source.1: Remove section describing few dpkg-gncontrol options. - -2007-06-12 Guillem Jover - - * dpkg-source.1: Fix explanation of '-b' option, remove a reference - to checking for a missing empty string argument, and add a reference - to '-sX' arguments affecting the behaviour. - * install-info.8: Remove an additional space. Mark gzip in bold and - remove redundant reference to GNU. - -2007-06-12 Guillem Jover - - * deb-substvars.5: Unify title header. - * dpkg.1: Likewise. - * dpkg-buildpackage.1: Likewise. - * dpkg-checkbuilddeps.1: Likewise. - * dpkg-deb.1: Likewise. - * dpkg-divert.8: Likewise. - * dpkg-scanpackages.1: Likewise. - * dpkg-scansources.1: Likewise. - * dpkg-shlibdeps.1: Likewise. - * dpkg-source.1: Likewise. - * dpkg-statoverride.8: Likewise. - * install-info.8: Likewise. - * update-alternatives.8: Likewise. - -2007-06-12 Guillem Jover - - * dpkg-divert.8: Mark dpkg-* commands in bold. - * dpkg-buildpackage.1: Likewise. - * dpkg-source.1: Likewise. - * dpkg-statoverride.8: Likewise. - -2007-06-12 Guillem Jover - - * dpkg-source.1: Reference deb-substvars instead of dpkg-substvars. - * dpkg-genchanges.1: Likewise. - * dpkg-gencontrol.1: Likewise. + * po/de.po: Fix typo ('wir' -> 'wird'). 2007-06-09 Helge Kreutzmann @@ -837,29 +459,6 @@ * po/dpkg-man.pot: Regenerated. * po/*.po: Merged with dpkg-man.pot. -2007-05-15 Guillem Jover - - * deb-control.5: Document comments in the control file. - -2007-05-15 Guillem Jover - - * install-info.8: Disambiguate the use of 'Info directory' with 'Info - dir file'. - -2007-05-15 Kurt B. Kaiser - - * install-info.8: Add missing commas, and information on the behaviour - when no '--section' option is specifyied. - -2007-05-12 Guillem Jover - - * deb-substvars.5: Fix title to match the real section. - -2007-05-08 Guillem Jover - - * Makefile.am (dist-hook): New target. - (EXTRA_DIST): New variable. - 2007-05-08 Guillem Jover * po/pl.po: Merged with dpkg-man.pot. @@ -896,13 +495,6 @@ * po/add_de/dpkg-distaddfile.1.de.add: Likewise. * po/de.po: Merged from master files. -2007-04-11 Guillem Jover - - * Makefile.am (man.stamp): Use a stamp file for now until po4a - supports them internally. - (all-local): Depend on man.stamp. - (clean-local): Remove the man.stamp file. - 2007-03-26 Martin Weis * po/de.po: Fix typo ('Pakete' -> 'Dateien'). @@ -920,11 +512,6 @@ * po/pl.po: Update to 878t92f308u. -2007-03-13 Guillem Jover - - * dpkg-deb.1: Move '-z' to it's own OPTIONS entry. Document '-Z', - and the new 'lzma' value. - 2007-03-13 Guillem Jover * po/add_de/dpkg-scanpackages.1.de.add: Copy to ... @@ -938,20 +525,6 @@ 2007-03-12 Guillem Jover - * dpkg-source.1: Split individual man pages to ... - * deb-shlibs.5: ... here and ... - * deb-substvars.5: ... here and ... - * dpkg-buildpackage.1: ... here and ... - * dpkg-distaddfile.1: ... here and ... - * dpkg-genchanges.1: ... here and ... - * dpkg-gencontrol.1: ... here and ... - * dpkg-parsechangelog.1: ... here and ... - * dpkg-shlibdeps.1: ... here. - * Makefile.am (all-local): Do not make the symlinks anymore. - (dpkg_source_aliases): Move to ... - (dist_man_MANS): ... here. - (man_MANS): Remove variable. - (CLEANFILES): Likewise. * po/po4a.cfg: Add stanzas for deb-shlibs.5, deb-substvars.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1, dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1. @@ -976,69 +549,7 @@ 2007-03-12 Guillem Jover - * Makefile.am (dist_man_MANS): Add deb-override.5. * po/po4a.cfg: Add a stanza for deb-override.5. - * dpkg-scanpackages.1: Move override file information to ... - * deb-override.5: ... here. - - * dpkg-scanpackages.1: Add a reference to deb-override.5. - * dpkg-scansources.1: Likewise. - -2007-03-06 Guillem Jover - - * dpkg-scanpackages.1: Mark the override argument as optional. - -2007-03-06 Guillem Jover - - * update-alternatives.8: Reorder EXAMPLES section. - -2007-03-06 Guillem Jover - - * cleanup-info.8: Unify the summary. - Unify '--help' and '--version' descriptions. - Remove unneeded quotes in section names. - * update-alternatives.8: Likewise. - * start-stop-daemon.8: Likewise. - * dpkg-deb.1: Likewise. - * dpkg-divert.8: Likewise. - * dpkg-query.1: Likewise. - * dpkg-name.1: Likewise. - * dpkg-checkbuilddeps.1: Likewise. - * dpkg-architecture.1: Likewise. - * dpkg-split.1: Likewise. - * dpkg-statoverride.8: Likewise. - * dpkg-scanpackages.1: Likewise. - * dpkg-scansources.1: Likewise. - - * dpkg-deb.1: Separate option aliased names with ',' instead of '|'. - * dpkg-name.1: Likewise. - * dpkg-split.1: Likewise. - * dpkg-query.1: Likewise. - * start-stop-daemon.8: Likewise. - - * dpkg-divert.8: List each options in the OPTIONS section. - * dpkg-scanpackages.1: Likewise. - * start-stop-daemon.8: Likewise. - - * dpkg-divert.8: Remove redundant '<>' characters to delimit a - replacable argument. - * dpkg-statoverride.8: Likewise. - - * update-alternatives.8: Mark commands in examples as bold. - * dpkg-architecture.1: Reorder sections. Indent examples. - * dpkg-name.1: Do not specify in which programming language the - program is written in. - * dpkg-deb.1: Split '--extract' and '--vextract' options. - -2007-02-28 Guillem Jover - - * dpkg-source.1: Document new option '--admindir'. - * dpkg-checkbuilddeps.1: Likewise. - -2007-01-24 Frank Lichtenheld - - * 822-date.1: 822-date is now deprecated. Document this fact in - the man page. 2007-01-16 Nicolas Francois @@ -1056,24 +567,10 @@ po/add_pl, po/add_pt_BR, po/add_ru, po/add_sv: Move the add_ directories from po4a/ to po/. * po4a/: Removed. - * C/: Move the manpages to the root of the man/ directory. - * C/Makefile.am, de/Makefile.am es/Makefile.am, fr/Makefile.am, - hu/Makefile.am, ja/Makefile.am, pl/Makefile.am, pt_BR/Makefile.am, - ru/Makefile.am, sv/Makefile.am, po4a.mk: The languages makefiles - are no more needed. Also remove the language directories. - * Makefile.am: New build system. - The goal of these changes is to simplify the build system (less - files, less Makefiles, lower the depth of the file hierarchy). - -2007-01-09 Nicolas Francois - - * C/dpkg-deb.1: Make the copyright match the one from the source. - * C/dpkg-split.1: Likewise. - -2006-11-24 Tomas Pospisek - - * C/update-alternatives.8: Document that it requires cooperation from - all packages dealing with the same file. + * de/Makefile.am es/Makefile.am, fr/Makefile.am, hu/Makefile.am, + ja/Makefile.am, pl/Makefile.am, pt_BR/Makefile.am, ru/Makefile.am, + sv/Makefile.am: The languages makefiles are no more needed. + Also remove the language directories. 2006-10-07 Nicolas Francois @@ -1104,7 +601,6 @@ 2006-09-29 Nicolas Francois - * C/dpkg-scansources.1: Fix a typo. * po4a/dpkg-scansources.1/po/dpkg-scansources.1.pot: Regenerated. * po4a/dpkg-scansources.1/po/*.po: Merge with pot file. @@ -1216,8 +712,6 @@ 2006-08-05 Nicolas Francois - * C/dpkg-architecture.1: Remove linux-alpha from the architecture - wildcard examples, and fix a formatting issue. * po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Regenerated. * po4a/dpkg-architecture.1/po/*.po: Merge with pot file. * po4a/dpkg-architecture.1/po/fr.po: Update to 116t. @@ -1250,8 +744,6 @@ translation. * po4a/dpkg-architecture.1/dpkg-architecture.1.cfg: Add the `fr' language. - * C/dpkg-source.1: Typo fix. - * C/dpkg-architecture.1: Likewise. * po4a/dpkg-source.1/po/dpkg-source.1.pot: Regenerated. * po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Likewise. * po4a/dpkg-source.1/po/*.po: Merge with pot file. @@ -1271,9 +763,6 @@ 2006-08-02 Nicolas Francois - * C/dpkg.1: Typo fix. - * C/dpkg-divert.8: Likewise. - * C/deb-control.5: Likewise. * po4a/dpkg.1/po/dpkg.1.pot: Regenerated. * po4a/dpkg-divert.8/po/dpkg-divert.8.pot: Likewise. * po4a/deb-control.5/po/deb-control.5.pot: Likewise. @@ -1311,8 +800,6 @@ 2006-07-29 Nicolas Francois * po4a/add_fr/*.add: Fix the Debian French translation team address. - * C/dpkg-architecture.1: Typo fix. - * C/dpkg-statoverride.8: Likewise. * po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Regenerated. * po4a/dpkg-statoverride.8/po/dpkg-statoverride.8.pot: Likewise. * po4a/dpkg-statoverride.8/po/*.po: Merge with pot file. @@ -1337,7 +824,6 @@ 2006-07-29 Nicolas Francois - * C/dpkg-name.1: Typo fix. * po4a/dpkg-name.1/po/dpkg-name.1.pot: Regenerated. * po4a/dpkg-name.1/po/*.po: Merge with pot file. Former completed translations become 39t3f. @@ -1353,10 +839,6 @@ before the SEE ALSO section, not at the end. * po4a/add_de/deb-old.5.de.add: Likewise. * po4a/add_de/deb.5.de.add: Likewise. - * C/cleanup-info.8: Typo fix. - * C/deb.5: Likewise. - * C/dpkg-scanpackages.1: Likewise. - * C/dpkg-scansources.1: Likewise. * po4a/cleanup-info.8/po/cleanup-info.8.pot: Regenerated. * po4a/deb.5/po/deb.5.pot: Likewise. * po4a/dpkg-scanpackages.1/po/dpkg-scanpackages.1.pot: Likewise. @@ -1409,11 +891,9 @@ * po4a/deb-old.5/deb-old.5.cfg: Likewise. * po4a/add_de/start-stop-daemon.8.de.add: The previous addendum was empty. - * C/822-date.1: Fix the manpage's modification date. 2006-07-23 Nicolas Francois - * C/start-stop-daemon.8: Typo fix. * po4a/start-stop-daemon.8/po/start-stop-daemon.8.pot: Regenerated. * po4a/start-stop-daemon.8/po/*.po: Merge with pot file. @@ -1431,8 +911,6 @@ 2006-07-22 Helge Kreutzmann - * C/start-stop-daemon.8: Typo fix. - * C/update-alternatives.8: Likewise. * po4a/start-stop-daemon.8/po/de.po: Updated translation. * po4a/update-alternatives.8/po/de.po: Likewise. * po4a/dpkg.cfg.5/po/de.po: New translation. @@ -1456,10 +934,9 @@ * po4a/dpkg-deb.1/po/fr.po: likewise * po4a/dpkg-cfg.5/po/fr.po: New translation. * po4a/add_fr/dpkg-cfg.5.fr.add: addendum. - + 2006-06-21 Guillem Jover - * C/start-stop-daemon.8: Document the new '--umask' option. * po4a/start-stop-daemon.8/po/start-stop-daemon.8.pot: Regenerated. Former completed translations become 63t2f. * po4a/start-stop-daemon.8/po/*.po: Merge with pot file. @@ -1479,15 +956,6 @@ The paths of the references were also modified (for all files). * po4a/*/po/*.po: Merged with the pot files. -2006-06-17 Guillem Jover - - * C/dpkg-architecture.1: Clarify new -e and -i options, give backward - compatibility information and add some examples. - -2006-06-16 Robert Luberda - - * C/dpkg-deb.1: Fix typo ("--show-format" -> "--showformat"). - 2006-06-16 Robert Luberda * pl/dpkg-deb.1/po/pl.po: Update to 78t. @@ -1508,41 +976,12 @@ * hu/dpkg.cfg.5.hu.po: Updated translation. * hu/dselect.cfg.5.hu.po: Updated translation. -2006-05-25 Ben Pfaff - - * C/install-info.8: Correct default info directory for '--infodir'. - -2006-05-23 Guillem Jover - - * C/dpkg-source.1: Document that the source:Upstream-Version substvar - can have an epoch. - -2006-05-23 Guillem Jover - - * C/dpkg-source.1: Add '--help' and '--version' options. - * C/dpkg-architecture.1: Likewise. - * C/dpkg-checkbuilddeps.1: Add '-h' option. - * C/dpkg-divert.8: Option '--help' does not print the version anymore. - * C/update-alternatives.8: Likewise. - * C/dpkg-statoverride.8: Likewise. Add '--version' option. - 2006-05-21 Nicolas Francois * */*.po, C/po/*.pot, po4a/: Ease the work of i18n robots: make a directory for every manpage and move the POT and POs for a page in the same directory. -2006-05-18 Frank Lichtenheld - - * C/dpkg-query.1: Document that user defined - fields can also be printed with --showformat. - -2006-05-17 Frank Lichtenheld - - * C/dpkg.1: We don't actually set - DPKG_OLD_CONFFILE and DPKG_NEW_CONFFILE on subshells, - so we shouldn't claim to do so. - 2006-05-16 Peter Karlsson * sv/deb-old.5.sv.po, sv/dpkg.1.sv.po: Partial updates. @@ -1581,18 +1020,6 @@ * C/po/*.pot: Update. * */*.po: Merge with .pot files. -2006-05-10 Frank Lichtenheld - - * C/dpkg-deb.1: Mention the --show-format option also - seperatly, not just in the description of --show. - Point the reader to the explanation of --show-format - in dpkg-query.1 to avoid having to duplicate it. - - * C/dpkg-scanpackages.1: Add remark that apt ignores - uncompressed Packages files on non-local access. - * C/dpkg-scansources.1: Likewise (with Sources instead of - Packages files of course). - 2006-05-10 Stepan Golosunov * ru/dpkg.1.ru.po: Typo fix ("|<" -> "I<"). @@ -1604,33 +1031,6 @@ * pl/dpkg-statoverride.8.pl.po: Updated to 42t (likewise). * pl/dpkg-query.1.pl.po: Updated to 58t (likewise). -2006-05-04 Guillem Jover - - * C/dpkg-divert.8: Escape hyphens used in command line. - * C/dpkg-architecture.1: Likewise. - * C/dpkg-statoverride.8: Likewise. - -2006-05-02 Guillem Jover - - * C/dpkg-source.1: Rename dpkg:UpstreamVersion to - dpkg:Upstream-Version. - -2006-05-02 Guillem Jover - - * C/dpkg-source.1: Document new source:Version, - source:Upstream-Version and binary:Version substvars. - -2006-04-19 Nicolas Francois - - * C/install-info.8: Add a missing quote arround the date. - * C/dpkg-source.1: Add a reference to the Debian Policy Manual for - a detailed description of the shlibs format. Thanks to Russ - Allbery. - -2006-04-16 Nicolas Francois - - * C/dpkg-source.1: Document the shlibs.local format. - 2006-04-11 Nicolas Francois * po4a.mk: Add a $(po4a_translate_options) variable to allow @@ -1641,27 +1041,6 @@ * fr/dpkg-statoverride.8.fr.po: Fix an unmatched ">" or "<". * ru/dpkg.1.ru.po: Likewise. -2006-04-10 Guillem Jover - - * C/dpkg.1: Document the new way to replicate the package status to - another installation by using '--clear-selections'. - -2006-04-10 Andrew Suffield - - * C/dpkg.1: Document the new '--clear-selections' option. - -2006-04-10 Guillem Jover - - * C/dpkg.1: Remove mention of obsolete force/refuse 'auto-select' - option. - -2006-04-09 Guillem Jover - - * C/dpkg.1: Document that '--get-selections' without a pattern will - not list packages in state purge. - * C/dpkg-query.1: Document that '-l' without a pattern will not list - packages in state purge. - 2006-04-08 Yuri Kozlov * ru/822-date.1.ru.po: 20t. @@ -1677,71 +1056,28 @@ * fr/dpkg-source.1.fr.po: Typo corrected, thanks to Nicolas Bonifas who spotted it. -2006-03-04 Christian Perrier - - * C/dpkg-architecture.1: Typos corrections. - * C/dpkg-checkbuilddeps.1: Likewise. - * C/dpkg-name.1: Likewise. - * C/dpkg-source.1: Likewise. - * C/deb-control.5: Likewise. - 2006-03-04 Philippe Batailler * fr/*: Applied Guillem's work to french. 2006-02-28 Guillem Jover - * C/dpkg.1 (SEE ALSO): Add dpkg-query(1). - -2006-02-28 Guillem Jover - - * C/822-date.1: Lower case title header. Put options in bold, files - and arguments to options in italic. Escape hyphens used un command - line. Unescape dashes. Remove spaces after full stops and after end - of line. Separete sections with a dot. Do not put the manpage section - number in bold. - * C/cleanup-info.8: Likewise. - * C/deb.5: Likewise. - * C/deb-control.5: Likewise. - * C/deb-old.5: Likewise. - * C/dpkg.1: Likewise. - * C/dpkg.cfg.5: Likewise. - * C/dpkg-checkbuilddeps.1: Likewise. - * C/dpkg-deb.1: Likewise. - * C/dpkg-divert.8: Likewise. - * C/dpkg-name.1: Likewise. - * C/dpkg-query.1: Likewise. - * C/dpkg-scanpackages.1: Likewise. - * C/dpkg-source.1: Likewise. - * C/dpkg-split.1: Likewise. - * C/dpkg-statoverride.8: Likewise. - * C/dselect.1: Likewise. - * C/dselect.cfg.5: Likewise. - * C/install-info.8: Likewise. - * C/start-stop-daemon.8: Likewise. - * C/update-alternatives.8: Likewise. - * C/dpkg-scansources.1: Likewise. Remove `.IX' entries. - * C/dpkg-architecture.1: Likewise. Split most of the body of the - section DESCRIPTION into OPTIONS and ACTIONS. - * C/po/*.pot: Update. * */*.po: Merge with .pot files. 2006-02-21 Robert Luberda - * pl/*: Updated. + * pl/*: Update. 2006-02-20 Matt Kraai - * C/dpkg-source.1: Add missing parentheses around manpage section - number. * C/po/dpkg-source.1.pot: Update. * es/dpkg-source.1.es.po: Likewise. * fr/dpkg-source.1.fr.po: Likewise. 2006-02-19 Philippe Batailler - * fr/dpkg-source.1.fr.po: Updated. + * fr/dpkg-source.1.fr.po: Update. * fr/dpkg.1.fr.po: Likewise. * fr/dpkg-query.1.fr.po: Likewise. * fr/dpkg-name.1.fr.po: Likewise. @@ -1752,23 +1088,36 @@ * */*.po: Unfuzzy strings fuzzied due to the typo fixes. -2006-02-18 A. Costa - - * C/dpkg-deb.1: Typo fix. - * C/dpkg-statoverride.8: Typo fix. - * C/install-info.8: Typo fix. - * C/start-stop-daemon.8: Typo fix. - * C/update-alternatives.8: Typo fix. - * C/dpkg.1: Typo fix. - * C/dpkg.cfg.5: Typo fix. - 2006-02-17 Frank Lichtenheld * C/po/*.pot: Update. * */*.po: Merge with .pot files. - * Makefile.am (updatepo): New target that calls - `make updatepo' in all subdirectories. +2006-02-15 SZERVÁC Attila + + * hu/dpkg.cfg.5.hu.po: Added. + * hu/dpkg.cfg.5.hu.po.addendum: Likewise. + * hu/dselect.cfg.5.hu.po: Likewise. + * hu/dselect.cfg.5.hu.po.addendum: Likewise. + +2006-02-11 Philippe Batailler + + * man/fr/dpkg.1.fr.po: Updated. + * man/fr/dpkg-query.1.fr.po: Likewise. + * man/fr/dpkg-source.1.fr.po: Likewise. + * man/fr/dpkg-split.1.fr.po: Likewise. + +2006-02-11 Nicolas François + + * man/*/*.addendum: Use a generic position to insert the addenda, + which should always exist in a valid man page. + Translators are free to use another position. + * man/*/*.addenum: Renamed man/*/*.addendum. + +2006-02-08 Philippe Batailler + + * man/fr/update-alternatives.8.fr.po: Updated translation. + * man/fr/update-alternatives.8.fr.po.addendum: New file. Older changes are documented in the top-level ChangeLog -- 2.39.5