From d66f0f08bda3d1eade4cf82f16fe7b8e539a6995 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 30 Sep 2007 17:46:30 +0000 Subject: r2034: releasing version 5.0.57 --- man/po4a/po/debhelper.pot | 207 ++++++++++++++++++++++++-------------------- man/po4a/po/es.po | 214 +++++++++++++++++++++++++--------------------- man/po4a/po/fr.po | 214 +++++++++++++++++++++++++--------------------- 3 files changed, 350 insertions(+), 285 deletions(-) (limited to 'man/po4a/po') diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index 3df9eb03..f24291a8 100644 --- a/man/po4a/po/debhelper.pot +++ b/man/po4a/po/debhelper.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2007-09-18 18:19-0400\n" +"POT-Creation-Date: 2007-09-30 13:43-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -254,21 +254,42 @@ msgstr "" # type: =item #: debhelper.pod:122 -msgid "B<-P>I, B<--tmpdir=>I" +msgid "B<--ignore=>I" msgstr "" # type: textblock #: debhelper.pod:124 +msgid "" +"Ignore the specified file. This can be used if debian/ contains a debhelper " +"config file that a debhelper command should not act on. Note that " +"debian/compat, debian/control, and debian/changelog can't be ignored, but " +"then, there should never be a reason to ignore those files." +msgstr "" + +# type: textblock +#: debhelper.pod:129 +msgid "" +"For example, if upstream ships a debian/init that you don't want " +"dh_installinit to install, use --ignore=debian/init" +msgstr "" + +# type: =item +#: debhelper.pod:132 +msgid "B<-P>I, B<--tmpdir=>I" +msgstr "" + +# type: textblock +#: debhelper.pod:134 msgid "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" # type: =item -#: debhelper.pod:126 +#: debhelper.pod:136 msgid "B<--mainpackage=>I" msgstr "" # type: textblock -#: debhelper.pod:128 +#: debhelper.pod:138 msgid "" "This little-used option changes the package which debhelper considers the " "\"main package\", that is, the first one listed in debian/control, and the " @@ -277,12 +298,12 @@ msgid "" msgstr "" # type: =head1 -#: debhelper.pod:135 +#: debhelper.pod:145 msgid "COMMON DEBHELPER OPTIONS" msgstr "" # type: textblock -#: debhelper.pod:137 +#: debhelper.pod:147 msgid "" "The following command line options are supported by some debhelper " "programs. See the man page of each program for a complete explanation of " @@ -290,51 +311,51 @@ msgid "" msgstr "" # type: =item -#: debhelper.pod:143 +#: debhelper.pod:153 msgid "B<-n>" msgstr "" # type: textblock -#: debhelper.pod:145 +#: debhelper.pod:155 msgid "Do not modify postinst/postrm/etc scripts." msgstr "" # type: =item -#: debhelper.pod:147 dh_compress:42 dh_makeshlibs:62 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39 +#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:62 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39 msgid "B<-X>I, B<--exclude=>I" msgstr "" # type: textblock -#: debhelper.pod:149 +#: debhelper.pod:159 msgid "" "Exclude an item from processing. This option may be used multiple times, to " "exclude more than one thing." msgstr "" # type: =item -#: debhelper.pod:152 dh_compress:50 dh_installdirs:35 dh_installdocs:55 dh_installexamples:33 dh_installinfo:41 dh_installman:57 dh_link:52 +#: debhelper.pod:162 dh_compress:50 dh_installdirs:35 dh_installdocs:55 dh_installexamples:33 dh_installinfo:41 dh_installman:57 dh_link:52 msgid "B<-A>, B<--all>" msgstr "" # type: textblock -#: debhelper.pod:154 +#: debhelper.pod:164 msgid "" "Makes files or other items that are specified on the command line take " "effect in ALL packages acted on, not just the first." msgstr "" # type: =head1 -#: debhelper.pod:159 dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:99 dh_installman:74 dh_installmime:41 dh_installmodules:56 dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49 +#: debhelper.pod:169 dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:99 dh_installman:74 dh_installmime:41 dh_installmodules:56 dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49 msgid "NOTES" msgstr "" # type: =head2 -#: debhelper.pod:161 +#: debhelper.pod:171 msgid "Multiple binary package support" msgstr "" # type: textblock -#: debhelper.pod:163 +#: debhelper.pod:173 msgid "" "If your source package generates more than one binary package, debhelper " "programs will default to acting on all binary packages when run. If your " @@ -346,7 +367,7 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:171 +#: debhelper.pod:181 msgid "" "To facilitate this, as well as give you more control over which packages are " "acted on by debhelper programs, all debhelper programs accept the B<-a>, " @@ -356,19 +377,19 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:177 +#: debhelper.pod:187 msgid "" "See F for an example of how " "to use this in a package that generates multiple binary packages." msgstr "" # type: =head2 -#: debhelper.pod:180 +#: debhelper.pod:190 msgid "Automatic generation of debian install scripts" msgstr "" # type: textblock -#: debhelper.pod:182 +#: debhelper.pod:192 msgid "" "Some debhelper commands will automatically generate parts of debian " "maintainer scripts. If you want these automatically generated things " @@ -379,21 +400,21 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:189 +#: debhelper.pod:199 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." msgstr "" # type: textblock -#: debhelper.pod:192 +#: debhelper.pod:202 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." msgstr "" # type: textblock -#: debhelper.pod:195 +#: debhelper.pod:205 msgid "" "Note that the inserted code will be shell code, so you cannot directly use " "it in a perl script. If you would like to embed it into a perl script, here " @@ -402,7 +423,7 @@ msgid "" msgstr "" # type: verbatim -#: debhelper.pod:200 +#: debhelper.pod:210 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -414,12 +435,12 @@ msgid "" msgstr "" # type: =head2 -#: debhelper.pod:206 +#: debhelper.pod:216 msgid "Automatic generation of miscellaneous dependencies." msgstr "" # type: textblock -#: debhelper.pod:208 +#: debhelper.pod:218 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -431,7 +452,7 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:216 +#: debhelper.pod:226 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -440,7 +461,7 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:221 +#: debhelper.pod:231 msgid "" "This is entirely independent of the standard ${shlibs:Depends} generated by " "L, and the ${perl:Depends} generated by L. " @@ -449,19 +470,19 @@ msgid "" msgstr "" # type: =head2 -#: debhelper.pod:226 +#: debhelper.pod:236 msgid "Package build directories" msgstr "" # type: textblock -#: debhelper.pod:228 +#: debhelper.pod:238 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/." msgstr "" # type: textblock -#: debhelper.pod:231 +#: debhelper.pod:241 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will " @@ -473,12 +494,12 @@ msgid "" msgstr "" # type: =head2 -#: debhelper.pod:239 +#: debhelper.pod:249 msgid "Debhelper compatibility levels" msgstr "" # type: textblock -#: debhelper.pod:241 +#: debhelper.pod:251 msgid "" "From time to time, major non-backwards-compatible changes need to be made to " "debhelper, to keep it clean and well-designed as needs change and its author " @@ -489,14 +510,14 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:248 +#: debhelper.pod:258 msgid "" "Tell debhelper what compatibility level to use by writing a number to " "debian/compat. For example, to turn on V5 mode:" msgstr "" # type: verbatim -#: debhelper.pod:251 +#: debhelper.pod:261 #, no-wrap msgid "" " % echo 5 > debian/compat\n" @@ -504,7 +525,7 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:253 +#: debhelper.pod:263 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -515,17 +536,17 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:260 +#: debhelper.pod:270 msgid "These are the available compatibility levels:" msgstr "" # type: =item -#: debhelper.pod:264 +#: debhelper.pod:274 msgid "V1" msgstr "" # type: textblock -#: debhelper.pod:266 +#: debhelper.pod:276 msgid "" "This is the original debhelper compatibility level, and so it is the default " "one. In this mode, debhelper will use debian/tmp as the package tree " @@ -534,150 +555,150 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:271 debhelper.pod:278 debhelper.pod:301 +#: debhelper.pod:281 debhelper.pod:288 debhelper.pod:311 msgid "This mode is deprecated." msgstr "" # type: =item -#: debhelper.pod:273 +#: debhelper.pod:283 msgid "V2" msgstr "" # type: textblock -#: debhelper.pod:275 +#: debhelper.pod:285 msgid "" "In this mode, debhelper will consistently use debian/ as the " "package tree directory for every package that is built." msgstr "" # type: =item -#: debhelper.pod:280 +#: debhelper.pod:290 msgid "V3" msgstr "" # type: textblock -#: debhelper.pod:282 +#: debhelper.pod:292 msgid "This mode works like V2, with the following additions:" msgstr "" # type: =item -#: debhelper.pod:286 debhelper.pod:291 debhelper.pod:295 debhelper.pod:309 debhelper.pod:314 debhelper.pod:319 debhelper.pod:324 debhelper.pod:337 debhelper.pod:341 debhelper.pod:346 debhelper.pod:350 debhelper.pod:363 debhelper.pod:368 debhelper.pod:374 debhelper.pod:380 +#: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:347 debhelper.pod:351 debhelper.pod:356 debhelper.pod:360 debhelper.pod:373 debhelper.pod:378 debhelper.pod:384 debhelper.pod:390 msgid "-" msgstr "" # type: textblock -#: debhelper.pod:288 +#: debhelper.pod:298 msgid "" "Debhelper config files support globbing via * and ?, when appropriate. To " "turn this off and use those characters raw, just prefix with a backslash." msgstr "" # type: textblock -#: debhelper.pod:293 +#: debhelper.pod:303 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig." msgstr "" # type: textblock -#: debhelper.pod:297 +#: debhelper.pod:307 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" # type: =item -#: debhelper.pod:303 +#: debhelper.pod:313 msgid "V4" msgstr "" # type: textblock -#: debhelper.pod:305 +#: debhelper.pod:315 msgid "Changes from V3 are:" msgstr "" # type: textblock -#: debhelper.pod:311 +#: debhelper.pod:321 msgid "" "dh_makeshlibs -V will not include the debian part of the version number in " "the generated dependency line in the shlibs file." msgstr "" # type: textblock -#: debhelper.pod:316 +#: debhelper.pod:326 msgid "" "You are encouraged to put the new ${misc:Depends} into debian/control to " "supplement the ${shlibs:Depends} field." msgstr "" # type: textblock -#: debhelper.pod:321 +#: debhelper.pod:331 msgid "" "dh_fixperms will make all files in bin/ directories and in etc/init.d " "executable." msgstr "" # type: textblock -#: debhelper.pod:326 +#: debhelper.pod:336 msgid "dh_link will correct existing links to conform with policy." msgstr "" # type: =item -#: debhelper.pod:330 +#: debhelper.pod:340 msgid "V5" msgstr "" # type: textblock -#: debhelper.pod:332 +#: debhelper.pod:342 msgid "This is the recommended mode of operation. It does everything V4 does, plus:" msgstr "" # type: textblock -#: debhelper.pod:339 +#: debhelper.pod:349 msgid "Comments are ignored in debhelper config files." msgstr "" # type: textblock -#: debhelper.pod:343 +#: debhelper.pod:353 msgid "" "dh_strip --dbg-package now specifies the name of a package to put debugging " "symbols in, not the packages to take the symbols from." msgstr "" # type: textblock -#: debhelper.pod:348 +#: debhelper.pod:358 msgid "dh_installdocs skips installing empty files." msgstr "" # type: textblock -#: debhelper.pod:352 +#: debhelper.pod:362 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" # type: =item -#: debhelper.pod:356 +#: debhelper.pod:366 msgid "V6" msgstr "" # type: textblock -#: debhelper.pod:358 +#: debhelper.pod:368 msgid "" "This mode is still under development. Currently it has these differences " "compared to V5:" msgstr "" # type: textblock -#: debhelper.pod:365 +#: debhelper.pod:375 msgid "" "Commands that generate maintainer script fragements will order the " "fragements in reverse order for the prerm and postrm scripts." msgstr "" # type: textblock -#: debhelper.pod:370 +#: debhelper.pod:380 msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " "it sees the man page in usr/share/man/man1 in the package build directory." msgstr "" # type: textblock -#: debhelper.pod:376 +#: debhelper.pod:386 msgid "" "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, " "if it was set to a list of things to exclude, such as \"CVS:.svn\". Now it " @@ -685,19 +706,19 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:382 +#: debhelper.pod:392 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatability levels it silently refuses to do this." msgstr "" # type: =head2 -#: debhelper.pod:389 +#: debhelper.pod:399 msgid "Doc directory symlinks" msgstr "" # type: textblock -#: debhelper.pod:391 +#: debhelper.pod:401 msgid "" "Sometimes it is useful to make a package not contain a " "/usr/share/doc/package directory at all, instead placing just a dangling " @@ -711,12 +732,12 @@ msgid "" msgstr "" # type: =head2 -#: debhelper.pod:400 +#: debhelper.pod:410 msgid "udebs" msgstr "" # type: textblock -#: debhelper.pod:402 +#: debhelper.pod:412 msgid "" "Debhelper includes support for udebs. To create a udeb with debhelper, add " "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and " @@ -727,12 +748,12 @@ msgid "" msgstr "" # type: =head2 -#: debhelper.pod:409 +#: debhelper.pod:419 msgid "Other notes" msgstr "" # type: textblock -#: debhelper.pod:411 +#: debhelper.pod:421 msgid "" "In general, if any debhelper program needs a directory to exist under " "debian/, it will create it. I haven't bothered to document this in all the " @@ -743,7 +764,7 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:417 +#: debhelper.pod:427 msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " "Build-Depends line in debian/control. You should build-depend on a version " @@ -752,7 +773,7 @@ msgid "" msgstr "" # type: verbatim -#: debhelper.pod:423 +#: debhelper.pod:433 #, no-wrap msgid "" " Build-Depends: debhelper (>= 5)\n" @@ -760,51 +781,51 @@ msgid "" msgstr "" # type: =head1 -#: debhelper.pod:425 +#: debhelper.pod:435 msgid "ENVIRONMENT" msgstr "" # type: =item -#: debhelper.pod:429 +#: debhelper.pod:439 msgid "DH_VERBOSE" msgstr "" # type: textblock -#: debhelper.pod:431 +#: debhelper.pod:441 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." msgstr "" # type: =item -#: debhelper.pod:434 +#: debhelper.pod:444 msgid "DH_COMPAT" msgstr "" # type: textblock -#: debhelper.pod:436 +#: debhelper.pod:446 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." msgstr "" # type: =item -#: debhelper.pod:439 +#: debhelper.pod:449 msgid "DH_NO_ACT" msgstr "" # type: textblock -#: debhelper.pod:441 +#: debhelper.pod:451 msgid "Set to 1 to enable no-act mode." msgstr "" # type: =item -#: debhelper.pod:443 +#: debhelper.pod:453 msgid "DH_OPTIONS" msgstr "" # type: textblock -#: debhelper.pod:445 +#: debhelper.pod:455 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. This is useful in some situations, for example, if " @@ -814,12 +835,12 @@ msgid "" msgstr "" # type: =item -#: debhelper.pod:451 +#: debhelper.pod:461 msgid "DH_ALWAYS_EXCLUDE" msgstr "" # type: textblock -#: debhelper.pod:453 +#: debhelper.pod:463 msgid "" "If set, this adds the value the variable is set to to the -X options of all " "commands that support the -X option. Moreover, dh_builddeb will rm -rf " @@ -827,7 +848,7 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:457 +#: debhelper.pod:467 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from " @@ -838,44 +859,44 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:464 +#: debhelper.pod:474 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" msgstr "" # type: =head1 -#: debhelper.pod:469 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 dh_installdeb:93 dh_installdirs:86 dh_installdocs:236 dh_installemacsen:109 dh_installexamples:102 dh_installinfo:103 dh_installinit:197 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:229 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 dh_installpam:52 dh_install:251 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:217 dh_listpackages:28 dh_makeshlibs:200 dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:150 dh_strip:222 dh_suidregister:117 dh_testdir:43 dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114 +#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 dh_installdeb:93 dh_installdirs:86 dh_installdocs:236 dh_installemacsen:109 dh_installexamples:102 dh_installinfo:103 dh_installinit:197 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:229 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 dh_installpam:52 dh_install:251 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:217 dh_listpackages:28 dh_makeshlibs:200 dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:150 dh_strip:222 dh_suidregister:117 dh_testdir:43 dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114 msgid "SEE ALSO" msgstr "" # type: =item -#: debhelper.pod:473 +#: debhelper.pod:483 msgid "F" msgstr "" # type: textblock -#: debhelper.pod:475 +#: debhelper.pod:485 msgid "A set of example debian/rules files that use debhelper." msgstr "" # type: =item -#: debhelper.pod:477 +#: debhelper.pod:487 msgid "L" msgstr "" # type: textblock -#: debhelper.pod:479 +#: debhelper.pod:489 msgid "Debhelper web site." msgstr "" # type: =head1 -#: debhelper.pod:483 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 dh_installdeb:99 dh_installdirs:92 dh_installdocs:242 dh_installemacsen:115 dh_installexamples:108 dh_installinfo:109 dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:235 dh_installmenu:88 dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:257 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:223 dh_listpackages:34 dh_makeshlibs:206 dh_md5sums:92 dh_movefiles:168 dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:156 dh_strip:228 dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 dh_undocumented:34 dh_usrlocal:120 +#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 dh_installdeb:99 dh_installdirs:92 dh_installdocs:242 dh_installemacsen:115 dh_installexamples:108 dh_installinfo:109 dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:235 dh_installmenu:88 dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:257 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:223 dh_listpackages:34 dh_makeshlibs:206 dh_md5sums:92 dh_movefiles:168 dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:156 dh_strip:228 dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 dh_undocumented:34 dh_usrlocal:120 msgid "AUTHOR" msgstr "" # type: textblock -#: debhelper.pod:485 dh_builddeb:93 dh_clean:114 dh_compress:197 dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 dh_installdebconf:126 dh_installdeb:101 dh_installdirs:94 dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:237 dh_installmenu:90 dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:259 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:225 dh_listpackages:36 dh_makeshlibs:208 dh_md5sums:94 dh_movefiles:170 dh_shlibdeps:158 dh_strip:230 dh_suidregister:125 dh_testdir:51 dh_testroot:34 dh_testversion:82 dh_undocumented:36 +#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 dh_installdebconf:126 dh_installdeb:101 dh_installdirs:94 dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:237 dh_installmenu:90 dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:259 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:225 dh_listpackages:36 dh_makeshlibs:208 dh_md5sums:94 dh_movefiles:170 dh_shlibdeps:158 dh_strip:230 dh_suidregister:125 dh_testdir:51 dh_testroot:34 dh_testversion:82 dh_undocumented:36 msgid "Joey Hess " msgstr "" diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po index 11e2e270..1f7b2f91 100644 --- a/man/po4a/po/es.po +++ b/man/po4a/po/es.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2007-09-18 18:19-0400\n" +"POT-Creation-Date: 2007-09-30 13:43-0400\n" "PO-Revision-Date: 2005-09-18 00:11+0200\n" "Last-Translator: Rubén Porras Campo \n" "Language-Team: SPANISH \n" @@ -359,11 +359,33 @@ msgstr "" # type: =item #: debhelper.pod:122 +#, fuzzy +msgid "B<--ignore=>I" +msgstr "B<--name=>I" + +# type: textblock +#: debhelper.pod:124 +msgid "" +"Ignore the specified file. This can be used if debian/ contains a debhelper " +"config file that a debhelper command should not act on. Note that debian/" +"compat, debian/control, and debian/changelog can't be ignored, but then, " +"there should never be a reason to ignore those files." +msgstr "" + +# type: textblock +#: debhelper.pod:129 +msgid "" +"For example, if upstream ships a debian/init that you don't want " +"dh_installinit to install, use --ignore=debian/init" +msgstr "" + +# type: =item +#: debhelper.pod:132 msgid "B<-P>I, B<--tmpdir=>I" msgstr "B<-P>I, B<--tmpdir=>I" # type: textblock -#: debhelper.pod:124 +#: debhelper.pod:134 msgid "" "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" @@ -371,12 +393,12 @@ msgstr "" "debian/." # type: =item -#: debhelper.pod:126 +#: debhelper.pod:136 msgid "B<--mainpackage=>I" msgstr "B<--mainpackage=>I" # type: textblock -#: debhelper.pod:128 +#: debhelper.pod:138 msgid "" "This little-used option changes the package which debhelper considers the " "\"main package\", that is, the first one listed in debian/control, and the " @@ -389,12 +411,12 @@ msgstr "" "debian/package.tal." # type: =head1 -#: debhelper.pod:135 +#: debhelper.pod:145 msgid "COMMON DEBHELPER OPTIONS" msgstr "OPCIONES COMUNES DE DEBHELPER" # type: textblock -#: debhelper.pod:137 +#: debhelper.pod:147 msgid "" "The following command line options are supported by some debhelper " "programs. See the man page of each program for a complete explanation of " @@ -405,23 +427,23 @@ msgstr "" "lo que hace cada una." # type: =item -#: debhelper.pod:143 +#: debhelper.pod:153 msgid "B<-n>" msgstr "B<-n>" # type: textblock -#: debhelper.pod:145 +#: debhelper.pod:155 msgid "Do not modify postinst/postrm/etc scripts." msgstr "No modificar los scripts postinst/postrm/etc." # type: =item -#: debhelper.pod:147 dh_compress:42 dh_makeshlibs:62 dh_md5sums:37 +#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:62 dh_md5sums:37 #: dh_shlibdeps:36 dh_strip:39 msgid "B<-X>I, B<--exclude=>I" msgstr "B<-X>I, B<--exclude=>I" # type: textblock -#: debhelper.pod:149 +#: debhelper.pod:159 msgid "" "Exclude an item from processing. This option may be used multiple times, to " "exclude more than one thing." @@ -430,13 +452,13 @@ msgstr "" "excluir distintos elementos." # type: =item -#: debhelper.pod:152 dh_compress:50 dh_installdirs:35 dh_installdocs:55 +#: debhelper.pod:162 dh_compress:50 dh_installdirs:35 dh_installdocs:55 #: dh_installexamples:33 dh_installinfo:41 dh_installman:57 dh_link:52 msgid "B<-A>, B<--all>" msgstr "B<-A>, B<--all>" # type: textblock -#: debhelper.pod:154 +#: debhelper.pod:164 msgid "" "Makes files or other items that are specified on the command line take " "effect in ALL packages acted on, not just the first." @@ -445,7 +467,7 @@ msgstr "" "tengan efecto en TODOS los paquetes sobre los que actúa, no sólo el primero." # type: =head1 -#: debhelper.pod:159 dh_installcatalogs:54 dh_installdocs:87 +#: debhelper.pod:169 dh_installcatalogs:54 dh_installdocs:87 #: dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 #: dh_installinit:99 dh_installman:74 dh_installmime:41 dh_installmodules:56 #: dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 @@ -454,12 +476,12 @@ msgid "NOTES" msgstr "NOTAS" # type: =head2 -#: debhelper.pod:161 +#: debhelper.pod:171 msgid "Multiple binary package support" msgstr "Soporte para varios paquetes binarios" # type: textblock -#: debhelper.pod:163 +#: debhelper.pod:173 msgid "" "If your source package generates more than one binary package, debhelper " "programs will default to acting on all binary packages when run. If your " @@ -478,7 +500,7 @@ msgstr "" "arquitectura en el objetivo binary-indep de debian/rules." # type: textblock -#: debhelper.pod:171 +#: debhelper.pod:181 msgid "" "To facilitate this, as well as give you more control over which packages are " "acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-" @@ -493,7 +515,7 @@ msgstr "" "los paquetes listados en el fichero de control." # type: textblock -#: debhelper.pod:177 +#: debhelper.pod:187 msgid "" "See F for an example of how " "to use this in a package that generates multiple binary packages." @@ -503,12 +525,12 @@ msgstr "" "binarios." # type: =head2 -#: debhelper.pod:180 +#: debhelper.pod:190 msgid "Automatic generation of debian install scripts" msgstr "Generación automática de los scripts de instalación de debian" # type: textblock -#: debhelper.pod:182 +#: debhelper.pod:192 msgid "" "Some debhelper commands will automatically generate parts of debian " "maintainer scripts. If you want these automatically generated things " @@ -525,7 +547,7 @@ msgstr "" "cualquier código auto-generado cuando ejecutes dh_installdeb." # type: textblock -#: debhelper.pod:189 +#: debhelper.pod:199 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -534,7 +556,7 @@ msgstr "" "pueden deshabilitar con el parámetro -n (ver arriba)." # type: textblock -#: debhelper.pod:192 +#: debhelper.pod:202 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -543,7 +565,7 @@ msgstr "" "estamanera se pueden deshabilitar con el parámetro -n (ver arriba)." # type: textblock -#: debhelper.pod:195 +#: debhelper.pod:205 msgid "" "Note that the inserted code will be shell code, so you cannot directly use " "it in a perl script. If you would like to embed it into a perl script, here " @@ -556,7 +578,7 @@ msgstr "" "$1, $2, etc están establecidas con la orden set):" # type: verbatim -#: debhelper.pod:200 +#: debhelper.pod:210 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -574,12 +596,12 @@ msgstr "" "\n" # type: =head2 -#: debhelper.pod:206 +#: debhelper.pod:216 msgid "Automatic generation of miscellaneous dependencies." msgstr "Generación automática de diversas dependencias." # type: textblock -#: debhelper.pod:208 +#: debhelper.pod:218 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -598,7 +620,7 @@ msgstr "" "automatizarlo." # type: textblock -#: debhelper.pod:216 +#: debhelper.pod:226 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -612,7 +634,7 @@ msgstr "" "debhelper crea oportunas." # type: textblock -#: debhelper.pod:221 +#: debhelper.pod:231 msgid "" "This is entirely independent of the standard ${shlibs:Depends} generated by " "L, and the ${perl:Depends} generated by L. " @@ -625,12 +647,12 @@ msgstr "" "estas variables no son correctas." # type: =head2 -#: debhelper.pod:226 +#: debhelper.pod:236 msgid "Package build directories" msgstr "Directorios de construcción del paquete" # type: textblock -#: debhelper.pod:228 +#: debhelper.pod:238 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/." @@ -640,7 +662,7 @@ msgstr "" "." # type: textblock -#: debhelper.pod:231 +#: debhelper.pod:241 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will " @@ -659,12 +681,12 @@ msgstr "" "binario sobre el que debhelper actuará." # type: =head2 -#: debhelper.pod:239 +#: debhelper.pod:249 msgid "Debhelper compatibility levels" msgstr "Niveles de compatibilidad de debhelper" # type: textblock -#: debhelper.pod:241 +#: debhelper.pod:251 msgid "" "From time to time, major non-backwards-compatible changes need to be made to " "debhelper, to keep it clean and well-designed as needs change and its author " @@ -682,7 +704,7 @@ msgstr "" "maneras." # type: textblock -#: debhelper.pod:248 +#: debhelper.pod:258 #, fuzzy msgid "" "Tell debhelper what compatibility level to use by writing a number to debian/" @@ -692,7 +714,7 @@ msgstr "" "debian/compat. Por ejemplo, para activar el modo V4:" # type: verbatim -#: debhelper.pod:251 +#: debhelper.pod:261 #, fuzzy, no-wrap msgid "" " % echo 5 > debian/compat\n" @@ -702,7 +724,7 @@ msgstr "" "\n" # type: textblock -#: debhelper.pod:253 +#: debhelper.pod:263 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -712,17 +734,17 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:260 +#: debhelper.pod:270 msgid "These are the available compatibility levels:" msgstr "Los niveles de compatibilidad disponibles son:" # type: =item -#: debhelper.pod:264 +#: debhelper.pod:274 msgid "V1" msgstr "V1" # type: textblock -#: debhelper.pod:266 +#: debhelper.pod:276 msgid "" "This is the original debhelper compatibility level, and so it is the default " "one. In this mode, debhelper will use debian/tmp as the package tree " @@ -735,17 +757,17 @@ msgstr "" "fichero de control. Se desaconseja su uso." # type: textblock -#: debhelper.pod:271 debhelper.pod:278 debhelper.pod:301 +#: debhelper.pod:281 debhelper.pod:288 debhelper.pod:311 msgid "This mode is deprecated." msgstr "Este modo está desaconsejado." # type: =item -#: debhelper.pod:273 +#: debhelper.pod:283 msgid "V2" msgstr "V2" # type: textblock -#: debhelper.pod:275 +#: debhelper.pod:285 msgid "" "In this mode, debhelper will consistently use debian/ as the " "package tree directory for every package that is built." @@ -754,25 +776,25 @@ msgstr "" "árbol de directorios para cada paquete que se construya." # type: =item -#: debhelper.pod:280 +#: debhelper.pod:290 msgid "V3" msgstr "V3" # type: textblock -#: debhelper.pod:282 +#: debhelper.pod:292 msgid "This mode works like V2, with the following additions:" msgstr "Este modo funciona como el V2 con los siguientes añadidos:" # type: =item -#: debhelper.pod:286 debhelper.pod:291 debhelper.pod:295 debhelper.pod:309 -#: debhelper.pod:314 debhelper.pod:319 debhelper.pod:324 debhelper.pod:337 -#: debhelper.pod:341 debhelper.pod:346 debhelper.pod:350 debhelper.pod:363 -#: debhelper.pod:368 debhelper.pod:374 debhelper.pod:380 +#: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 +#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:347 +#: debhelper.pod:351 debhelper.pod:356 debhelper.pod:360 debhelper.pod:373 +#: debhelper.pod:378 debhelper.pod:384 debhelper.pod:390 msgid "-" msgstr "-" # type: textblock -#: debhelper.pod:288 +#: debhelper.pod:298 msgid "" "Debhelper config files support globbing via * and ?, when appropriate. To " "turn this off and use those characters raw, just prefix with a backslash." @@ -782,13 +804,13 @@ msgstr "" "prefijo una barra invertida." # type: textblock -#: debhelper.pod:293 +#: debhelper.pod:303 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig." msgstr "" "dh_makeshlibs hace que los scripts postinst y postrm ejecuten ldconfig." # type: textblock -#: debhelper.pod:297 +#: debhelper.pod:307 msgid "" "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" @@ -796,17 +818,17 @@ msgstr "" "conffiles." # type: =item -#: debhelper.pod:303 +#: debhelper.pod:313 msgid "V4" msgstr "V4" # type: textblock -#: debhelper.pod:305 +#: debhelper.pod:315 msgid "Changes from V3 are:" msgstr "" # type: textblock -#: debhelper.pod:311 +#: debhelper.pod:321 msgid "" "dh_makeshlibs -V will not include the debian part of the version number in " "the generated dependency line in the shlibs file." @@ -815,7 +837,7 @@ msgstr "" "generado en la línea de dependencias del fichero shlibs." # type: textblock -#: debhelper.pod:316 +#: debhelper.pod:326 msgid "" "You are encouraged to put the new ${misc:Depends} into debian/control to " "supplement the ${shlibs:Depends} field." @@ -824,7 +846,7 @@ msgstr "" "reemplazar el campo ${shlibs:Depends}." # type: textblock -#: debhelper.pod:321 +#: debhelper.pod:331 msgid "" "dh_fixperms will make all files in bin/ directories and in etc/init.d " "executable." @@ -833,19 +855,19 @@ msgstr "" "etc/init.d." # type: textblock -#: debhelper.pod:326 +#: debhelper.pod:336 msgid "dh_link will correct existing links to conform with policy." msgstr "" "dh_link corregirá los enlaces existentes para ajustarse a la política de " "debian." # type: =item -#: debhelper.pod:330 +#: debhelper.pod:340 msgid "V5" msgstr "V5" # type: textblock -#: debhelper.pod:332 +#: debhelper.pod:342 #, fuzzy msgid "" "This is the recommended mode of operation. It does everything V4 does, plus:" @@ -853,13 +875,13 @@ msgstr "" "Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:" # type: textblock -#: debhelper.pod:339 +#: debhelper.pod:349 msgid "Comments are ignored in debhelper config files." msgstr "" "Se ignoran los comentarios en los ficheros de configuración de debhelper." # type: textblock -#: debhelper.pod:343 +#: debhelper.pod:353 msgid "" "dh_strip --dbg-package now specifies the name of a package to put debugging " "symbols in, not the packages to take the symbols from." @@ -869,22 +891,22 @@ msgstr "" "los símbolos." # type: textblock -#: debhelper.pod:348 +#: debhelper.pod:358 msgid "dh_installdocs skips installing empty files." msgstr "dh_installdocs no instala ficheros vacíos." # type: textblock -#: debhelper.pod:352 +#: debhelper.pod:362 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" # type: =item -#: debhelper.pod:356 +#: debhelper.pod:366 msgid "V6" msgstr "" # type: textblock -#: debhelper.pod:358 +#: debhelper.pod:368 #, fuzzy msgid "" "This mode is still under development. Currently it has these differences " @@ -892,14 +914,14 @@ msgid "" msgstr "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:" # type: textblock -#: debhelper.pod:365 +#: debhelper.pod:375 msgid "" "Commands that generate maintainer script fragements will order the " "fragements in reverse order for the prerm and postrm scripts." msgstr "" # type: textblock -#: debhelper.pod:370 +#: debhelper.pod:380 #, fuzzy msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " @@ -907,7 +929,7 @@ msgid "" msgstr "dh_installwm - registra un gestor de ventanas" # type: textblock -#: debhelper.pod:376 +#: debhelper.pod:386 msgid "" "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, " "if it was set to a list of things to exclude, such as \"CVS:.svn\". Now it " @@ -915,19 +937,19 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:382 +#: debhelper.pod:392 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatability levels it silently refuses to do this." msgstr "" # type: =head2 -#: debhelper.pod:389 +#: debhelper.pod:399 msgid "Doc directory symlinks" msgstr "Enlaces a los directorios Doc" # type: textblock -#: debhelper.pod:391 +#: debhelper.pod:401 msgid "" "Sometimes it is useful to make a package not contain a /usr/share/doc/" "package directory at all, instead placing just a dangling symlink in the " @@ -949,12 +971,12 @@ msgstr "" "colgante y no tratará de instalar un fichero de copyright o changelog." # type: =head2 -#: debhelper.pod:400 +#: debhelper.pod:410 msgid "udebs" msgstr "udebs" # type: textblock -#: debhelper.pod:402 +#: debhelper.pod:412 msgid "" "Debhelper includes support for udebs. To create a udeb with debhelper, add " "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and " @@ -972,12 +994,12 @@ msgstr "" "preinst, postrm, prerm, y de configuración, etc." # type: =head2 -#: debhelper.pod:409 +#: debhelper.pod:419 msgid "Other notes" msgstr "Otras notas" # type: textblock -#: debhelper.pod:411 +#: debhelper.pod:421 msgid "" "In general, if any debhelper program needs a directory to exist under " "debian/, it will create it. I haven't bothered to document this in all the " @@ -993,7 +1015,7 @@ msgstr "" "archivos del menú, etc." # type: textblock -#: debhelper.pod:417 +#: debhelper.pod:427 #, fuzzy msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " @@ -1008,7 +1030,7 @@ msgstr "" "paquete usa el nivel de compatibilidad 4:" # type: verbatim -#: debhelper.pod:423 +#: debhelper.pod:433 #, fuzzy, no-wrap msgid "" " Build-Depends: debhelper (>= 5)\n" @@ -1018,17 +1040,17 @@ msgstr "" "\n" # type: =head1 -#: debhelper.pod:425 +#: debhelper.pod:435 msgid "ENVIRONMENT" msgstr "ENTORNO" # type: =item -#: debhelper.pod:429 +#: debhelper.pod:439 msgid "DH_VERBOSE" msgstr "DH_VERBOSE" # type: textblock -#: debhelper.pod:431 +#: debhelper.pod:441 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." @@ -1038,12 +1060,12 @@ msgstr "" "construcción." # type: =item -#: debhelper.pod:434 +#: debhelper.pod:444 msgid "DH_COMPAT" msgstr "DH_COMPAT" # type: textblock -#: debhelper.pod:436 +#: debhelper.pod:446 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." @@ -1052,22 +1074,22 @@ msgstr "" "debhelper, ignorando cualquier valor en debian/compat." # type: =item -#: debhelper.pod:439 +#: debhelper.pod:449 msgid "DH_NO_ACT" msgstr "DH_NO_ACT" # type: textblock -#: debhelper.pod:441 +#: debhelper.pod:451 msgid "Set to 1 to enable no-act mode." msgstr "Poner a 1 para habilitar el modo no-act." # type: =item -#: debhelper.pod:443 +#: debhelper.pod:453 msgid "DH_OPTIONS" msgstr "DH_OPTIONS" # type: textblock -#: debhelper.pod:445 +#: debhelper.pod:455 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. This is useful in some situations, for example, if " @@ -1083,12 +1105,12 @@ msgstr "" "Lea la documentación de make para los detalles sobre como hacer esto." # type: =item -#: debhelper.pod:451 +#: debhelper.pod:461 msgid "DH_ALWAYS_EXCLUDE" msgstr "DH_ALWAYS_EXCLUDE" # type: textblock -#: debhelper.pod:453 +#: debhelper.pod:463 msgid "" "If set, this adds the value the variable is set to to the -X options of all " "commands that support the -X option. Moreover, dh_builddeb will rm -rf " @@ -1099,7 +1121,7 @@ msgstr "" "coincida con el valor en el árbol de construcción." # type: textblock -#: debhelper.pod:457 +#: debhelper.pod:467 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from " @@ -1116,7 +1138,7 @@ msgstr "" "sitio donde se construya el paquete." # type: textblock -#: debhelper.pod:464 +#: debhelper.pod:474 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" @@ -1125,7 +1147,7 @@ msgstr "" "puntos, p. ej.: DH_ALWAYS_EXCLUDE=CVS:.svn" # type: =head1 -#: debhelper.pod:469 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 +#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 #: dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 #: dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 #: dh_installdeb:93 dh_installdirs:86 dh_installdocs:236 dh_installemacsen:109 @@ -1141,27 +1163,27 @@ msgid "SEE ALSO" msgstr "VÉASE ADEMÁS" # type: =item -#: debhelper.pod:473 +#: debhelper.pod:483 msgid "F" msgstr "F" # type: textblock -#: debhelper.pod:475 +#: debhelper.pod:485 msgid "A set of example debian/rules files that use debhelper." msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper." # type: =item -#: debhelper.pod:477 +#: debhelper.pod:487 msgid "L" msgstr "L" # type: textblock -#: debhelper.pod:479 +#: debhelper.pod:489 msgid "Debhelper web site." msgstr "Web de Debhelper." # type: =head1 -#: debhelper.pod:483 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 +#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 #: dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 #: dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 #: dh_installdeb:99 dh_installdirs:92 dh_installdocs:242 dh_installemacsen:115 @@ -1177,7 +1199,7 @@ msgid "AUTHOR" msgstr "AUTOR" # type: textblock -#: debhelper.pod:485 dh_builddeb:93 dh_clean:114 dh_compress:197 +#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 #: dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 #: dh_installdebconf:126 dh_installdeb:101 dh_installdirs:94 #: dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po index 7e726b67..0597fcc5 100644 --- a/man/po4a/po/fr.po +++ b/man/po4a/po/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: debhelper manpages\n" -"POT-Creation-Date: 2007-09-18 18:19-0400\n" +"POT-Creation-Date: 2007-09-30 13:43-0400\n" "PO-Revision-Date: 2006-11-19 20:50+0100\n" "Last-Translator: Valery Perrin \n" "Language-Team: French \n" @@ -360,11 +360,33 @@ msgstr "" # type: =item #: debhelper.pod:122 +#, fuzzy +msgid "B<--ignore=>I" +msgstr "B<--name=>I" + +# type: textblock +#: debhelper.pod:124 +msgid "" +"Ignore the specified file. This can be used if debian/ contains a debhelper " +"config file that a debhelper command should not act on. Note that debian/" +"compat, debian/control, and debian/changelog can't be ignored, but then, " +"there should never be a reason to ignore those files." +msgstr "" + +# type: textblock +#: debhelper.pod:129 +msgid "" +"For example, if upstream ships a debian/init that you don't want " +"dh_installinit to install, use --ignore=debian/init" +msgstr "" + +# type: =item +#: debhelper.pod:132 msgid "B<-P>I, B<--tmpdir=>I" msgstr "B<-P>I, B<--tmpdir=>I" # type: textblock -#: debhelper.pod:124 +#: debhelper.pod:134 msgid "" "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" @@ -372,12 +394,12 @@ msgstr "" "défaut, le répertoire utilisé est S<« debian/I »>" # type: =item -#: debhelper.pod:126 +#: debhelper.pod:136 msgid "B<--mainpackage=>I" msgstr "B<--mainpackage=>I" # type: textblock -#: debhelper.pod:128 +#: debhelper.pod:138 msgid "" "This little-used option changes the package which debhelper considers the " "\"main package\", that is, the first one listed in debian/control, and the " @@ -391,12 +413,12 @@ msgstr "" "control." # type: =head1 -#: debhelper.pod:135 +#: debhelper.pod:145 msgid "COMMON DEBHELPER OPTIONS" msgstr "OPTIONS COURANTES DE DEBHELPER" # type: textblock -#: debhelper.pod:137 +#: debhelper.pod:147 msgid "" "The following command line options are supported by some debhelper " "programs. See the man page of each program for a complete explanation of " @@ -407,25 +429,25 @@ msgstr "" "complète du rôle de ces options." # type: =item -#: debhelper.pod:143 +#: debhelper.pod:153 msgid "B<-n>" msgstr "B<-n>" # type: textblock -#: debhelper.pod:145 +#: debhelper.pod:155 msgid "Do not modify postinst/postrm/etc scripts." msgstr "" "Ne pas modifier les scripts de maintenance du paquet (postinst, postrm, " "etc.)." # type: =item -#: debhelper.pod:147 dh_compress:42 dh_makeshlibs:62 dh_md5sums:37 +#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:62 dh_md5sums:37 #: dh_shlibdeps:36 dh_strip:39 msgid "B<-X>I, B<--exclude=>I" msgstr "B<-X>I<élément>, B<--exclude=>I<élément>" # type: textblock -#: debhelper.pod:149 +#: debhelper.pod:159 msgid "" "Exclude an item from processing. This option may be used multiple times, to " "exclude more than one thing." @@ -434,13 +456,13 @@ msgstr "" "plusieurs fois afin d'exclure plusieurs éléments." # type: =item -#: debhelper.pod:152 dh_compress:50 dh_installdirs:35 dh_installdocs:55 +#: debhelper.pod:162 dh_compress:50 dh_installdirs:35 dh_installdocs:55 #: dh_installexamples:33 dh_installinfo:41 dh_installman:57 dh_link:52 msgid "B<-A>, B<--all>" msgstr "B<-A>, B<--all>" # type: textblock -#: debhelper.pod:154 +#: debhelper.pod:164 msgid "" "Makes files or other items that are specified on the command line take " "effect in ALL packages acted on, not just the first." @@ -449,7 +471,7 @@ msgstr "" "commande concernent TOUS les paquets construits et pas seulement le premier." # type: =head1 -#: debhelper.pod:159 dh_installcatalogs:54 dh_installdocs:87 +#: debhelper.pod:169 dh_installcatalogs:54 dh_installdocs:87 #: dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 #: dh_installinit:99 dh_installman:74 dh_installmime:41 dh_installmodules:56 #: dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 @@ -458,12 +480,12 @@ msgid "NOTES" msgstr "REMARQUES" # type: =head2 -#: debhelper.pod:161 +#: debhelper.pod:171 msgid "Multiple binary package support" msgstr "Prise en charge de plusieurs paquets binaires" # type: textblock -#: debhelper.pod:163 +#: debhelper.pod:173 msgid "" "If your source package generates more than one binary package, debhelper " "programs will default to acting on all binary packages when run. If your " @@ -482,7 +504,7 @@ msgstr "" "dans la cible binary-indep." # type: textblock -#: debhelper.pod:171 +#: debhelper.pod:181 msgid "" "To facilitate this, as well as give you more control over which packages are " "acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-" @@ -497,7 +519,7 @@ msgstr "" "paquets énumérés dans le fichier de contrôle." # type: textblock -#: debhelper.pod:177 +#: debhelper.pod:187 msgid "" "See F for an example of how " "to use this in a package that generates multiple binary packages." @@ -507,12 +529,12 @@ msgstr "" "binaires multiples." # type: =head2 -#: debhelper.pod:180 +#: debhelper.pod:190 msgid "Automatic generation of debian install scripts" msgstr "Génération automatique des scripts Debian de maintenance du paquet" # type: textblock -#: debhelper.pod:182 +#: debhelper.pod:192 msgid "" "Some debhelper commands will automatically generate parts of debian " "maintainer scripts. If you want these automatically generated things " @@ -529,7 +551,7 @@ msgstr "" "l'exécution de dh_installdeb." # type: textblock -#: debhelper.pod:189 +#: debhelper.pod:199 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -538,7 +560,7 @@ msgstr "" "quelque chose, alors debhelper créera le script de maintenance complètement." # type: textblock -#: debhelper.pod:192 +#: debhelper.pod:202 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -548,7 +570,7 @@ msgstr "" "(voir ci-dessus)." # type: textblock -#: debhelper.pod:195 +#: debhelper.pod:205 msgid "" "Note that the inserted code will be shell code, so you cannot directly use " "it in a perl script. If you would like to embed it into a perl script, here " @@ -562,7 +584,7 @@ msgstr "" "la commande set.)" # type: verbatim -#: debhelper.pod:200 +#: debhelper.pod:210 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -580,12 +602,12 @@ msgstr "" "\n" # type: =head2 -#: debhelper.pod:206 +#: debhelper.pod:216 msgid "Automatic generation of miscellaneous dependencies." msgstr "Génération automatique des diverses dépendances." # type: textblock -#: debhelper.pod:208 +#: debhelper.pod:218 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -604,7 +626,7 @@ msgstr "" "offre une solution d'automatisation." # type: textblock -#: debhelper.pod:216 +#: debhelper.pod:226 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -618,7 +640,7 @@ msgstr "" "des dépendances induites par debhelper." # type: textblock -#: debhelper.pod:221 +#: debhelper.pod:231 msgid "" "This is entirely independent of the standard ${shlibs:Depends} generated by " "L, and the ${perl:Depends} generated by L. " @@ -631,12 +653,12 @@ msgstr "" "si les conjectures de debhelper ne correspondent pas la réalité." # type: =head2 -#: debhelper.pod:226 +#: debhelper.pod:236 msgid "Package build directories" msgstr "Répertoires de construction du paquet" # type: textblock -#: debhelper.pod:228 +#: debhelper.pod:238 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/." @@ -646,7 +668,7 @@ msgstr "" "est debian/I." # type: textblock -#: debhelper.pod:231 +#: debhelper.pod:241 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will " @@ -665,12 +687,12 @@ msgstr "" "l'unique paquet binaire à construire." # type: =head2 -#: debhelper.pod:239 +#: debhelper.pod:249 msgid "Debhelper compatibility levels" msgstr "Niveaux de compatibilité de debhelper" # type: textblock -#: debhelper.pod:241 +#: debhelper.pod:251 msgid "" "From time to time, major non-backwards-compatible changes need to be made to " "debhelper, to keep it clean and well-designed as needs change and its author " @@ -689,7 +711,7 @@ msgstr "" "comportement de diverses manières." # type: textblock -#: debhelper.pod:248 +#: debhelper.pod:258 msgid "" "Tell debhelper what compatibility level to use by writing a number to debian/" "compat. For example, to turn on V5 mode:" @@ -699,7 +721,7 @@ msgstr "" "S" # type: verbatim -#: debhelper.pod:251 +#: debhelper.pod:261 #, no-wrap msgid "" " % echo 5 > debian/compat\n" @@ -709,7 +731,7 @@ msgstr "" "\n" # type: textblock -#: debhelper.pod:253 +#: debhelper.pod:263 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -726,17 +748,17 @@ msgstr "" "compatibilité antérieurs." # type: textblock -#: debhelper.pod:260 +#: debhelper.pod:270 msgid "These are the available compatibility levels:" msgstr "Les niveaux de compatibilité sont les S" # type: =item -#: debhelper.pod:264 +#: debhelper.pod:274 msgid "V1" msgstr "V1" # type: textblock -#: debhelper.pod:266 +#: debhelper.pod:276 msgid "" "This is the original debhelper compatibility level, and so it is the default " "one. In this mode, debhelper will use debian/tmp as the package tree " @@ -749,17 +771,17 @@ msgstr "" "et debian/I pour tous les autres. Ce mode est déconseillé." # type: textblock -#: debhelper.pod:271 debhelper.pod:278 debhelper.pod:301 +#: debhelper.pod:281 debhelper.pod:288 debhelper.pod:311 msgid "This mode is deprecated." msgstr "Ce mode est déconseillé." # type: =item -#: debhelper.pod:273 +#: debhelper.pod:283 msgid "V2" msgstr "V2" # type: textblock -#: debhelper.pod:275 +#: debhelper.pod:285 msgid "" "In this mode, debhelper will consistently use debian/ as the " "package tree directory for every package that is built." @@ -768,25 +790,25 @@ msgstr "" "répertoire de l'arborescence de chaque paquet construit." # type: =item -#: debhelper.pod:280 +#: debhelper.pod:290 msgid "V3" msgstr "V3" # type: textblock -#: debhelper.pod:282 +#: debhelper.pod:292 msgid "This mode works like V2, with the following additions:" msgstr "Ce mode fonctionne comme V2 mais avec les ajouts S" # type: =item -#: debhelper.pod:286 debhelper.pod:291 debhelper.pod:295 debhelper.pod:309 -#: debhelper.pod:314 debhelper.pod:319 debhelper.pod:324 debhelper.pod:337 -#: debhelper.pod:341 debhelper.pod:346 debhelper.pod:350 debhelper.pod:363 -#: debhelper.pod:368 debhelper.pod:374 debhelper.pod:380 +#: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 +#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:347 +#: debhelper.pod:351 debhelper.pod:356 debhelper.pod:360 debhelper.pod:373 +#: debhelper.pod:378 debhelper.pod:384 debhelper.pod:390 msgid "-" msgstr "-" # type: textblock -#: debhelper.pod:288 +#: debhelper.pod:298 msgid "" "Debhelper config files support globbing via * and ?, when appropriate. To " "turn this off and use those characters raw, just prefix with a backslash." @@ -797,14 +819,14 @@ msgstr "" "oblique (backslash)." # type: textblock -#: debhelper.pod:293 +#: debhelper.pod:303 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig." msgstr "" "Les scripts de maintenance du paquet (postinst et postrm) feront appel à " "ldconfig quand dh_makeshlibs sera lancé." # type: textblock -#: debhelper.pod:297 +#: debhelper.pod:307 msgid "" "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" @@ -812,17 +834,17 @@ msgstr "" "fichier de configuration." # type: =item -#: debhelper.pod:303 +#: debhelper.pod:313 msgid "V4" msgstr "V4" # type: textblock -#: debhelper.pod:305 +#: debhelper.pod:315 msgid "Changes from V3 are:" msgstr "Les changements par rapport à la version 3 S" # type: textblock -#: debhelper.pod:311 +#: debhelper.pod:321 msgid "" "dh_makeshlibs -V will not include the debian part of the version number in " "the generated dependency line in the shlibs file." @@ -831,7 +853,7 @@ msgstr "" "ligne de dépendance produite dans le fichier shlibs." # type: textblock -#: debhelper.pod:316 +#: debhelper.pod:326 msgid "" "You are encouraged to put the new ${misc:Depends} into debian/control to " "supplement the ${shlibs:Depends} field." @@ -840,7 +862,7 @@ msgstr "" "control pour compléter ${shlibs:Depends}." # type: textblock -#: debhelper.pod:321 +#: debhelper.pod:331 msgid "" "dh_fixperms will make all files in bin/ directories and in etc/init.d " "executable." @@ -849,19 +871,19 @@ msgstr "" "init.d." # type: textblock -#: debhelper.pod:326 +#: debhelper.pod:336 msgid "dh_link will correct existing links to conform with policy." msgstr "" "dh_link corrigera les liens existants pour les rendre conformes à la Charte " "Debian." # type: =item -#: debhelper.pod:330 +#: debhelper.pod:340 msgid "V5" msgstr "V5" # type: textblock -#: debhelper.pod:332 +#: debhelper.pod:342 msgid "" "This is the recommended mode of operation. It does everything V4 does, plus:" msgstr "" @@ -869,14 +891,14 @@ msgstr "" "version V4 S" # type: textblock -#: debhelper.pod:339 +#: debhelper.pod:349 msgid "Comments are ignored in debhelper config files." msgstr "" "Les commentaires sont ignorés dans les fichiers de configuration de " "debhelper." # type: textblock -#: debhelper.pod:343 +#: debhelper.pod:353 msgid "" "dh_strip --dbg-package now specifies the name of a package to put debugging " "symbols in, not the packages to take the symbols from." @@ -886,38 +908,38 @@ msgstr "" "symboles." # type: textblock -#: debhelper.pod:348 +#: debhelper.pod:358 msgid "dh_installdocs skips installing empty files." msgstr "dh_installdocs saute l'installation des fichiers vides." # type: textblock -#: debhelper.pod:352 +#: debhelper.pod:362 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" "dh_install génère des erreurs si les jokers (wildcards) ne correspondent à " "rien." # type: =item -#: debhelper.pod:356 +#: debhelper.pod:366 msgid "V6" msgstr "" # type: textblock -#: debhelper.pod:358 +#: debhelper.pod:368 msgid "" "This mode is still under development. Currently it has these differences " "compared to V5:" msgstr "" # type: textblock -#: debhelper.pod:365 +#: debhelper.pod:375 msgid "" "Commands that generate maintainer script fragements will order the " "fragements in reverse order for the prerm and postrm scripts." msgstr "" # type: textblock -#: debhelper.pod:370 +#: debhelper.pod:380 #, fuzzy msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " @@ -925,7 +947,7 @@ msgid "" msgstr "dh_installwm - inscrit un gestionnaire de fenêtre (window manager)" # type: textblock -#: debhelper.pod:376 +#: debhelper.pod:386 msgid "" "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, " "if it was set to a list of things to exclude, such as \"CVS:.svn\". Now it " @@ -933,19 +955,19 @@ msgid "" msgstr "" # type: textblock -#: debhelper.pod:382 +#: debhelper.pod:392 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatability levels it silently refuses to do this." msgstr "" # type: =head2 -#: debhelper.pod:389 +#: debhelper.pod:399 msgid "Doc directory symlinks" msgstr "Liens symboliques vers le répertoire de documentation" # type: textblock -#: debhelper.pod:391 +#: debhelper.pod:401 msgid "" "Sometimes it is useful to make a package not contain a /usr/share/doc/" "package directory at all, instead placing just a dangling symlink in the " @@ -968,12 +990,12 @@ msgstr "" "en l'air »> et ne pas essayer d'installer un fichier copyright ou changelog." # type: =head2 -#: debhelper.pod:400 +#: debhelper.pod:410 msgid "udebs" msgstr "udebs" # type: textblock -#: debhelper.pod:402 +#: debhelper.pod:412 msgid "" "Debhelper includes support for udebs. To create a udeb with debhelper, add " "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and " @@ -992,12 +1014,12 @@ msgstr "" "les scripts de configuration, etc." # type: =head2 -#: debhelper.pod:409 +#: debhelper.pod:419 msgid "Other notes" msgstr "Autres remarques" # type: textblock -#: debhelper.pod:411 +#: debhelper.pod:421 msgid "" "In general, if any debhelper program needs a directory to exist under " "debian/, it will create it. I haven't bothered to document this in all the " @@ -1014,7 +1036,7 @@ msgstr "" "fichiers menu, etc." # type: textblock -#: debhelper.pod:417 +#: debhelper.pod:427 msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " "Build-Depends line in debian/control. You should build-depend on a version " @@ -1029,7 +1051,7 @@ msgstr "" "le paquet emploie le niveau 5 de S" # type: verbatim -#: debhelper.pod:423 +#: debhelper.pod:433 #, no-wrap msgid "" " Build-Depends: debhelper (>= 5)\n" @@ -1039,17 +1061,17 @@ msgstr "" "\n" # type: =head1 -#: debhelper.pod:425 +#: debhelper.pod:435 msgid "ENVIRONMENT" msgstr "VARIABLES D'ENVIRONNEMENT" # type: =item -#: debhelper.pod:429 +#: debhelper.pod:439 msgid "DH_VERBOSE" msgstr "DH_VERBOSE" # type: textblock -#: debhelper.pod:431 +#: debhelper.pod:441 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." @@ -1058,12 +1080,12 @@ msgstr "" "commande exécutée qui modifie des fichiers." # type: =item -#: debhelper.pod:434 +#: debhelper.pod:444 msgid "DH_COMPAT" msgstr "DH_COMPAT" # type: textblock -#: debhelper.pod:436 +#: debhelper.pod:446 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." @@ -1072,22 +1094,22 @@ msgstr "" "fonctionner. Cette valeur supplante la valeur précisée dans debian/compat." # type: =item -#: debhelper.pod:439 +#: debhelper.pod:449 msgid "DH_NO_ACT" msgstr "DH_NO_ACT" # type: textblock -#: debhelper.pod:441 +#: debhelper.pod:451 msgid "Set to 1 to enable no-act mode." msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)." # type: =item -#: debhelper.pod:443 +#: debhelper.pod:453 msgid "DH_OPTIONS" msgstr "DH_OPTIONS" # type: textblock -#: debhelper.pod:445 +#: debhelper.pod:455 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. This is useful in some situations, for example, if " @@ -1104,12 +1126,12 @@ msgstr "" "cette méthode." # type: =item -#: debhelper.pod:451 +#: debhelper.pod:461 msgid "DH_ALWAYS_EXCLUDE" msgstr "DH_ALWAYS_EXCLUDE" # type: textblock -#: debhelper.pod:453 +#: debhelper.pod:463 msgid "" "If set, this adds the value the variable is set to to the -X options of all " "commands that support the -X option. Moreover, dh_builddeb will rm -rf " @@ -1121,7 +1143,7 @@ msgstr "" "construction de paquet." # type: textblock -#: debhelper.pod:457 +#: debhelper.pod:467 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from " @@ -1139,7 +1161,7 @@ msgstr "" "soit l'endroit où le paquet est construit." # type: textblock -#: debhelper.pod:464 +#: debhelper.pod:474 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" @@ -1148,7 +1170,7 @@ msgstr "" "dans DH_ALWAYS_EXCLUDE=CVS:.svn" # type: =head1 -#: debhelper.pod:469 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 +#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 #: dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 #: dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 #: dh_installdeb:93 dh_installdirs:86 dh_installdocs:236 dh_installemacsen:109 @@ -1164,28 +1186,28 @@ msgid "SEE ALSO" msgstr "VOIR AUSSI" # type: =item -#: debhelper.pod:473 +#: debhelper.pod:483 msgid "F" msgstr "F" # type: textblock -#: debhelper.pod:475 +#: debhelper.pod:485 msgid "A set of example debian/rules files that use debhelper." msgstr "" "Un ensemble d'exemples de fichiers debian/rules qui utilisent debhelper." # type: =item -#: debhelper.pod:477 +#: debhelper.pod:487 msgid "L" msgstr "L" # type: textblock -#: debhelper.pod:479 +#: debhelper.pod:489 msgid "Debhelper web site." msgstr "Le site internet de debhelper." # type: =head1 -#: debhelper.pod:483 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 +#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 #: dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 #: dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 #: dh_installdeb:99 dh_installdirs:92 dh_installdocs:242 dh_installemacsen:115 @@ -1201,7 +1223,7 @@ msgid "AUTHOR" msgstr "AUTEUR" # type: textblock -#: debhelper.pod:485 dh_builddeb:93 dh_clean:114 dh_compress:197 +#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 #: dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 #: dh_installdebconf:126 dh_installdeb:101 dh_installdirs:94 #: dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 -- cgit v1.2.3