chiark / gitweb /
Update POT and PO files (after fixing #655153)
[developers-reference.git] / po4a / po / tools.pot
index 723ae29592e95c7f339a3bfafd6c63067054cf9f..f2ada3b460a58b1262ba90f7adb9ca308d6efdce 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-03-03 11:18-0400\n"
+"POT-Creation-Date: 2012-01-10 17:56-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -76,8 +76,8 @@ msgstr ""
 msgid ""
 "<systemitem role=\"package\">dpkg-dev</systemitem> contains the tools "
 "(including <command>dpkg-source</command>) required to unpack, build, and "
-"upload Debian source packages.  These utilities contain the fundamental, low-"
-"level functionality required to create and manipulate packages; as such, "
+"upload Debian source packages.  These utilities contain the fundamental, "
+"low-level functionality required to create and manipulate packages; as such, "
 "they are essential for any Debian maintainer."
 msgstr ""
 
@@ -99,8 +99,8 @@ msgstr ""
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:56
 msgid ""
-"You can find documentation for this package in the <systemitem role=\"package"
-"\">debconf-doc</systemitem> package."
+"You can find documentation for this package in the <systemitem "
+"role=\"package\">debconf-doc</systemitem> package."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
@@ -159,11 +159,11 @@ msgstr ""
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:97
 msgid ""
-"You should periodically get the newest <systemitem role=\"package\">lintian</"
-"systemitem> from <literal>unstable</literal> and check over all your "
-"packages.  Notice that the <literal>-i</literal> option provides detailed "
-"explanations of what each error or warning means, what its basis in Policy "
-"is, and commonly how you can fix the problem."
+"You should periodically get the newest <systemitem "
+"role=\"package\">lintian</systemitem> from <literal>unstable</literal> and "
+"check over all your packages.  Notice that the <literal>-i</literal> option "
+"provides detailed explanations of what each error or warning means, what its "
+"basis in Policy is, and commonly how you can fix the problem."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
@@ -190,13 +190,13 @@ msgstr ""
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:118
 msgid ""
-"<command>debdiff</command> (from the <systemitem role=\"package"
-"\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/>)  "
-"compares file lists and control files of two packages.  It is a simple "
-"regression test, as it will help you notice if the number of binary packages "
-"has changed since the last upload, or if something has changed in the "
-"control file.  Of course, some of the changes it reports will be all right, "
-"but it can help you prevent various accidents."
+"<command>debdiff</command> (from the <systemitem "
+"role=\"package\">devscripts</systemitem> package, <xref "
+"linkend=\"devscripts\"/>)  compares file lists and control files of two "
+"packages.  It is a simple regression test, as it will help you notice if the "
+"number of binary packages has changed since the last upload, or if something "
+"has changed in the control file.  Of course, some of the changes it reports "
+"will be all right, but it can help you prevent various accidents."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
@@ -224,8 +224,9 @@ msgstr ""
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:139
 msgid ""
-"For more information please see <citerefentry> <refentrytitle>debdiff</"
-"refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
+"For more information please see <citerefentry> "
+"<refentrytitle>debdiff</refentrytitle> <manvolnum>1</manvolnum> "
+"</citerefentry>."
 msgstr ""
 
 #. type: Content of: <appendix><section><title>
@@ -236,9 +237,10 @@ msgstr ""
 #. type: Content of: <appendix><section><para>
 #: tools.dbk:150
 msgid ""
-"Package building tools make the process of writing <filename>debian/rules</"
-"filename> files easier.  See <xref linkend=\"helper-scripts\"/> for more "
-"information about why these might or might not be desired."
+"Package building tools make the process of writing "
+"<filename>debian/rules</filename> files easier.  See <xref "
+"linkend=\"helper-scripts\"/> for more information about why these might or "
+"might not be desired."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
@@ -251,8 +253,8 @@ msgstr ""
 msgid ""
 "<systemitem role=\"package\">debhelper</systemitem> is a collection of "
 "programs which can be used in <filename>debian/rules</filename> to automate "
-"common tasks related to building binary Debian packages.  <systemitem role="
-"\"package\">debhelper</systemitem> includes programs to install various "
+"common tasks related to building binary Debian packages.  <systemitem "
+"role=\"package\">debhelper</systemitem> includes programs to install various "
 "files into your package, compress files, fix file permissions, and integrate "
 "your package with the Debian menu system."
 msgstr ""
@@ -269,9 +271,10 @@ msgstr ""
 #. type: Content of: <appendix><section><section><para>
 #: tools.dbk:172
 msgid ""
-"There are a number of little <systemitem role=\"package\">debhelper</"
-"systemitem> add-on packages, too transient to document.  You can see the "
-"list of most of them by doing <literal>apt-cache search ^dh-</literal>."
+"There are a number of little <systemitem "
+"role=\"package\">debhelper</systemitem> add-on packages, too transient to "
+"document.  You can see the list of most of them by doing <literal>apt-cache "
+"search ^dh-</literal>."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
@@ -285,9 +288,10 @@ msgid ""
 "The <systemitem role=\"package\">dh-make</systemitem> package contains "
 "<command>dh_make</command>, a program that creates a skeleton of files "
 "necessary to build a Debian package out of a source tree.  As the name "
-"suggests, <command>dh_make</command> is a rewrite of <systemitem role="
-"\"package\">debmake</systemitem> and its template files use <command>dh_*</"
-"command> programs from <systemitem role=\"package\">debhelper</systemitem>."
+"suggests, <command>dh_make</command> is a rewrite of <systemitem "
+"role=\"package\">debmake</systemitem> and its template files use "
+"<command>dh_*</command> programs from <systemitem "
+"role=\"package\">debhelper</systemitem>."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
@@ -296,42 +300,17 @@ msgid ""
 "While the rules files generated by <command>dh_make</command> are in general "
 "a sufficient basis for a working package, they are still just the "
 "groundwork: the burden still lies on the maintainer to finely tune the "
-"generated files and make the package entirely functional and Policy-"
-"compliant."
+"generated files and make the package entirely functional and "
+"Policy-compliant."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
 #: tools.dbk:197
-msgid "<systemitem role=\"package\">yada</systemitem>"
-msgstr ""
-
-#. type: Content of: <appendix><section><section><para>
-#: tools.dbk:199
-msgid ""
-"<systemitem role=\"package\">yada</systemitem> is another packaging helper "
-"tool.  It uses a <filename>debian/packages</filename> file to auto-generate "
-"<filename>debian/rules</filename> and other necessary files in the "
-"<filename>debian/</filename> subdirectory.  The <filename>debian/packages</"
-"filename> file contains instruction to build packages and there is no need "
-"to create any <filename>Makefile</filename> files.  There is possibility to "
-"use macro engine similar to the one used in SPECS files from RPM source "
-"packages."
-msgstr ""
-
-#. type: Content of: <appendix><section><section><para>
-#: tools.dbk:209
-msgid ""
-"For more informations see <ulink url=\"http://yada.alioth.debian.org/"
-"\"><literal>YADA</literal> site</ulink>."
-msgstr ""
-
-#. type: Content of: <appendix><section><section><title>
-#: tools.dbk:215
 msgid "<systemitem role=\"package\">equivs</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:217
+#: tools.dbk:199
 msgid ""
 "<systemitem role=\"package\">equivs</systemitem> is another package for "
 "making packages.  It is often suggested for local use if you need to make a "
@@ -341,12 +320,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><title>
-#: tools.dbk:228
+#: tools.dbk:210
 msgid "Package builders"
 msgstr ""
 
 #. type: Content of: <appendix><section><para>
-#: tools.dbk:230
+#: tools.dbk:212
 msgid ""
 "The following packages help with the package building process, general "
 "driving <command>dpkg-buildpackage</command> as well as handling supporting "
@@ -354,12 +333,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:234
+#: tools.dbk:216
 msgid "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:236
+#: tools.dbk:218
 msgid ""
 "<systemitem role=\"package\">cvs-buildpackage</systemitem> provides the "
 "capability to inject or import Debian source packages into a CVS repository, "
@@ -368,7 +347,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:242
+#: tools.dbk:224
 msgid ""
 "These utilities provide an infrastructure to facilitate the use of CVS by "
 "Debian maintainers.  This allows one to keep separate CVS branches of a "
@@ -378,12 +357,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:251
+#: tools.dbk:233
 msgid "<systemitem role=\"package\">debootstrap</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:253
+#: tools.dbk:235
 msgid ""
 "The <systemitem role=\"package\">debootstrap</systemitem> package and script "
 "allows you to bootstrap a Debian base system into any part of your "
@@ -392,7 +371,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:259
+#: tools.dbk:241
 msgid ""
 "Having a system like this can be useful in many ways.  For instance, you can "
 "<command>chroot</command> into it if you want to test your build "
@@ -401,12 +380,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:267
+#: tools.dbk:249
 msgid "<systemitem role=\"package\">pbuilder</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:269
+#: tools.dbk:251
 msgid ""
 "<systemitem role=\"package\">pbuilder</systemitem> constructs a chrooted "
 "system, and builds a package inside the chroot.  It is very useful to check "
@@ -416,7 +395,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:275
+#: tools.dbk:257
 msgid ""
 "A related package is <systemitem role=\"package\">pbuilder-uml</systemitem>, "
 "which goes even further by doing the build within a User Mode Linux "
@@ -424,41 +403,41 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:282
+#: tools.dbk:264
 msgid "<systemitem role=\"package\">sbuild</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:284
+#: tools.dbk:266
 msgid ""
 "<systemitem role=\"package\">sbuild</systemitem> is another automated "
-"builder.  It can use chrooted environments as well.  It can be used stand-"
-"alone, or as part of a networked, distributed build environment.  As the "
-"latter, it is part of the system used by porters to build binary packages "
-"for all the available architectures.  See <xref linkend=\"wanna-build\"/> "
-"for more information, and <ulink url=\"&url-buildd;\"></ulink> to see the "
-"system in action."
+"builder.  It can use chrooted environments as well.  It can be used "
+"stand-alone, or as part of a networked, distributed build environment.  As "
+"the latter, it is part of the system used by porters to build binary "
+"packages for all the available architectures.  See <xref "
+"linkend=\"wanna-build\"/> for more information, and <ulink "
+"url=\"&url-buildd;\"></ulink> to see the system in action."
 msgstr ""
 
 #. type: Content of: <appendix><section><title>
-#: tools.dbk:296
+#: tools.dbk:278
 msgid "Package uploaders"
 msgstr ""
 
 #. type: Content of: <appendix><section><para>
-#: tools.dbk:298
+#: tools.dbk:280
 msgid ""
 "The following packages help automate or simplify the process of uploading "
 "packages into the official archive."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:302
+#: tools.dbk:284
 msgid "<systemitem role=\"package\">dupload</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:304
+#: tools.dbk:286
 msgid ""
 "<systemitem role=\"package\">dupload</systemitem> is a package and a script "
 "to automatically upload Debian packages to the Debian archive, to log the "
@@ -467,41 +446,41 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:312
+#: tools.dbk:294
 msgid "<systemitem role=\"package\">dput</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:314
+#: tools.dbk:296
 msgid ""
 "The <systemitem role=\"package\">dput</systemitem> package and script does "
 "much the same thing as <systemitem role=\"package\">dupload</systemitem>, "
-"but in a different way.  It has some features over <systemitem role=\"package"
-"\">dupload</systemitem>, such as the ability to check the GnuPG signature "
-"and checksums before uploading, and the possibility of running "
-"<command>dinstall</command> in dry-run mode after the upload."
+"but in a different way.  It has some features over <systemitem "
+"role=\"package\">dupload</systemitem>, such as the ability to check the "
+"GnuPG signature and checksums before uploading, and the possibility of "
+"running <command>dinstall</command> in dry-run mode after the upload."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:324
+#: tools.dbk:306
 msgid "<command>dcut</command>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:326
+#: tools.dbk:308
 msgid ""
-"The <command>dcut</command> script (part of the package <systemitem role="
-"\"package\">dput</systemitem>, <xref linkend=\"dput\"/>) helps in removing "
-"files from the ftp upload directory."
+"The <command>dcut</command> script (part of the package <systemitem "
+"role=\"package\">dput</systemitem>, <xref linkend=\"dput\"/>) helps in "
+"removing files from the ftp upload directory."
 msgstr ""
 
 #. type: Content of: <appendix><section><title>
-#: tools.dbk:334
+#: tools.dbk:316
 msgid "Maintenance automation"
 msgstr ""
 
 #. type: Content of: <appendix><section><para>
-#: tools.dbk:336
+#: tools.dbk:318
 msgid ""
 "The following tools help automate different maintenance tasks, from adding "
 "changelog entries or signature lines and looking up bugs in Emacs to making "
@@ -509,28 +488,29 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:341
+#: tools.dbk:323
 msgid "<systemitem role=\"package\">devscripts</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:343
+#: tools.dbk:325
 msgid ""
 "<systemitem role=\"package\">devscripts</systemitem> is a package containing "
 "wrappers and tools which are very helpful for maintaining your Debian "
 "packages.  Example scripts include <command>debchange</command> and "
-"<command>dch</command>, which manipulate your <filename>debian/changelog</"
-"filename> file from the command-line, and <command>debuild</command>, which "
-"is a wrapper around <command>dpkg-buildpackage</command>.  The <command>bts</"
-"command> utility is also very helpful to update the state of bug reports on "
-"the command line.  <command>uscan</command> can be used to watch for new "
-"upstream versions of your packages.  <command>debrsign</command> can be used "
-"to remotely sign a package prior to upload, which is nice when the machine "
-"you build the package on is different from where your GPG keys are."
+"<command>dch</command>, which manipulate your "
+"<filename>debian/changelog</filename> file from the command-line, and "
+"<command>debuild</command>, which is a wrapper around "
+"<command>dpkg-buildpackage</command>.  The <command>bts</command> utility is "
+"also very helpful to update the state of bug reports on the command line.  "
+"<command>uscan</command> can be used to watch for new upstream versions of "
+"your packages.  <command>debrsign</command> can be used to remotely sign a "
+"package prior to upload, which is nice when the machine you build the "
+"package on is different from where your GPG keys are."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:357
+#: tools.dbk:339
 msgid ""
 "See the <citerefentry> <refentrytitle>devscripts</refentrytitle> "
 "<manvolnum>1</manvolnum> </citerefentry> manual page for a complete list of "
@@ -538,27 +518,28 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:364
+#: tools.dbk:346
 msgid "<systemitem role=\"package\">autotools-dev</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:366
+#: tools.dbk:348
 msgid ""
 "<systemitem role=\"package\">autotools-dev</systemitem> contains best "
-"practices for people who maintain packages which use <command>autoconf</"
-"command> and/or <command>automake</command>.  Also contains canonical "
-"<filename>config.sub</filename> and <filename>config.guess</filename> files "
-"which are known to work on all Debian ports."
+"practices for people who maintain packages which use "
+"<command>autoconf</command> and/or <command>automake</command>.  Also "
+"contains canonical <filename>config.sub</filename> and "
+"<filename>config.guess</filename> files which are known to work on all "
+"Debian ports."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:375
+#: tools.dbk:357
 msgid "<systemitem role=\"package\">dpkg-repack</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:377
+#: tools.dbk:359
 msgid ""
 "<command>dpkg-repack</command> creates Debian package file out of a package "
 "that has already been installed.  If any changes have been made to the "
@@ -567,7 +548,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:383
+#: tools.dbk:365
 msgid ""
 "This utility can make it easy to copy packages from one computer to another, "
 "or to recreate packages which are installed on your system but no longer "
@@ -576,12 +557,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:390
+#: tools.dbk:372
 msgid "<systemitem role=\"package\">alien</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:392
+#: tools.dbk:374
 msgid ""
 "<command>alien</command> converts binary packages between various packaging "
 "formats, including Debian, RPM (RedHat), LSB (Linux Standard Base), Solaris, "
@@ -589,12 +570,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:399
+#: tools.dbk:381
 msgid "<systemitem role=\"package\">debsums</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:401
+#: tools.dbk:383
 msgid ""
 "<command>debsums</command> checks installed packages against their MD5 "
 "sums.  Note that not all packages have MD5 sums, since they aren't required "
@@ -602,12 +583,12 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:407
+#: tools.dbk:389
 msgid "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:409
+#: tools.dbk:391
 msgid ""
 "<systemitem role=\"package\">dpkg-dev-el</systemitem> is an Emacs lisp "
 "package which provides assistance when editing some of the files in the "
@@ -617,21 +598,21 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:418
+#: tools.dbk:400
 msgid "<command>dpkg-depcheck</command>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:420
+#: tools.dbk:402
 msgid ""
-"<command>dpkg-depcheck</command> (from the <systemitem role=\"package"
-"\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/>)  runs a "
-"command under <command>strace</command> to determine all the packages that "
-"were used by the said command."
+"<command>dpkg-depcheck</command> (from the <systemitem "
+"role=\"package\">devscripts</systemitem> package, <xref "
+"linkend=\"devscripts\"/>)  runs a command under <command>strace</command> to "
+"determine all the packages that were used by the said command."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:426
+#: tools.dbk:408
 msgid ""
 "For Debian packages, this is useful when you have to compose a "
 "<literal>Build-Depends</literal> line for your new package: running the "
@@ -640,13 +621,13 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><screen>
-#: tools.dbk:432
+#: tools.dbk:414
 #, no-wrap
 msgid "dpkg-depcheck -b debian/rules build\n"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:435
+#: tools.dbk:417
 msgid ""
 "<command>dpkg-depcheck</command> can also be used to check for run-time "
 "dependencies, especially if your package uses <citerefentry> "
@@ -655,70 +636,72 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:441
+#: tools.dbk:423
 msgid ""
-"For more information please see <citerefentry> <refentrytitle>dpkg-depcheck</"
-"refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
+"For more information please see <citerefentry> "
+"<refentrytitle>dpkg-depcheck</refentrytitle> <manvolnum>1</manvolnum> "
+"</citerefentry>."
 msgstr ""
 
 #. type: Content of: <appendix><section><title>
-#: tools.dbk:450
+#: tools.dbk:432
 msgid "Porting tools"
 msgstr ""
 
 #. type: Content of: <appendix><section><para>
-#: tools.dbk:452
+#: tools.dbk:434
 msgid "The following tools are helpful for porters and for cross-compilation."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:455
+#: tools.dbk:437
 msgid "<systemitem role=\"package\">quinn-diff</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:457
+#: tools.dbk:439
 msgid ""
 "<systemitem role=\"package\">quinn-diff</systemitem> is used to locate the "
 "differences from one architecture to another.  For instance, it could tell "
-"you which packages need to be ported for architecture <replaceable>Y</"
-"replaceable>, based on architecture <replaceable>X</replaceable>."
+"you which packages need to be ported for architecture "
+"<replaceable>Y</replaceable>, based on architecture "
+"<replaceable>X</replaceable>."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:465
+#: tools.dbk:447
 msgid "<systemitem role=\"package\">dpkg-cross</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:467
+#: tools.dbk:449
 msgid ""
 "<systemitem role=\"package\">dpkg-cross</systemitem> is a tool for "
 "installing libraries and headers for cross-compiling in a way similar to "
 "<systemitem role=\"package\">dpkg</systemitem>.  Furthermore, the "
-"functionality of <command>dpkg-buildpackage</command> and <command>dpkg-"
-"shlibdeps</command> is enhanced to support cross-compiling."
+"functionality of <command>dpkg-buildpackage</command> and "
+"<command>dpkg-shlibdeps</command> is enhanced to support cross-compiling."
 msgstr ""
 
 #. type: Content of: <appendix><section><title>
-#: tools.dbk:478
+#: tools.dbk:460
 msgid "Documentation and information"
 msgstr ""
 
 #. type: Content of: <appendix><section><para>
-#: tools.dbk:480
+#: tools.dbk:462
 msgid ""
 "The following packages provide information for maintainers or help with "
 "building documentation."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:485
+#: tools.dbk:467
 msgid "<systemitem role=\"package\">docbook-xml</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:487
+#: tools.dbk:469
 msgid ""
 "<systemitem role=\"package\">docbook-xml</systemitem> provides the DocBook "
 "XML DTDs, which are commonly used for Debian documentation (as is the older "
@@ -726,32 +709,32 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:493
+#: tools.dbk:475
 msgid ""
 "The <systemitem role=\"package\">docbook-xsl</systemitem> package provides "
-"the XSL files for building and styling the source to various output formats. "
-"You will need an XSLT processor, such as <systemitem role=\"package"
-"\">xsltproc</systemitem>, to use the XSL stylesheets.  Documentation for the "
-"stylesheets can be found in the various <systemitem role=\"package\">docbook-"
-"xsl-doc-*</systemitem> packages."
+"the XSL files for building and styling the source to various output "
+"formats. You will need an XSLT processor, such as <systemitem "
+"role=\"package\">xsltproc</systemitem>, to use the XSL stylesheets.  "
+"Documentation for the stylesheets can be found in the various <systemitem "
+"role=\"package\">docbook-xsl-doc-*</systemitem> packages."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:501
+#: tools.dbk:483
 msgid ""
-"To produce PDF from FO, you need an FO processor, such as <systemitem role="
-"\"package\">xmlroff</systemitem> or <systemitem role=\"package\">fop</"
-"systemitem>. Another tool to generate PDF from DocBook XML is <systemitem "
-"role=\"package\">dblatex</systemitem>."
+"To produce PDF from FO, you need an FO processor, such as <systemitem "
+"role=\"package\">xmlroff</systemitem> or <systemitem "
+"role=\"package\">fop</systemitem>. Another tool to generate PDF from DocBook "
+"XML is <systemitem role=\"package\">dblatex</systemitem>."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:509
+#: tools.dbk:491
 msgid "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:511
+#: tools.dbk:493
 msgid ""
 "<systemitem role=\"package\">debiandoc-sgml</systemitem> provides the "
 "DebianDoc SGML DTD, which is commonly used for Debian documentation, but is "
@@ -761,43 +744,43 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:520
+#: tools.dbk:502
 msgid ""
-"Documentation for the DTD can be found in the <systemitem role=\"package"
-"\">debiandoc-sgml-doc</systemitem> package."
+"Documentation for the DTD can be found in the <systemitem "
+"role=\"package\">debiandoc-sgml-doc</systemitem> package."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:526
+#: tools.dbk:508
 msgid "<systemitem role=\"package\">debian-keyring</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:528
+#: tools.dbk:510
 msgid ""
 "Contains the public GPG and PGP keys of Debian developers.  See <xref "
 "linkend=\"key-maint\"/> and the package documentation for more information."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:534
+#: tools.dbk:516
 msgid "<systemitem role=\"package\">debian-maintainers</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:536
+#: tools.dbk:518
 msgid ""
-"Contains the public GPG keys of Debian Maintainers.  See <ulink url=\"&url-"
-"wiki-dm;\"></ulink> for more information."
+"Contains the public GPG keys of Debian Maintainers.  See <ulink "
+"url=\"&url-wiki-dm;\"></ulink> for more information."
 msgstr ""
 
 #. type: Content of: <appendix><section><section><title>
-#: tools.dbk:542
+#: tools.dbk:524
 msgid "<systemitem role=\"package\">debview</systemitem>"
 msgstr ""
 
 #. type: Content of: <appendix><section><section><para>
-#: tools.dbk:544
+#: tools.dbk:526
 msgid ""
 "<systemitem role=\"package\">debview</systemitem> provides an Emacs mode for "
 "viewing Debian binary packages.  This lets you examine a package without "