From 6d9c1c7b7e3aa8dbc101c2592e5f7bb87abbb3a5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 May 2009 14:52:09 -0400 Subject: Support debian/foo.os files to suppliment previous debian/foo.arch file support. Closes: #494914 (Thanks, Aurelien Jarno) --- Debian/Debhelper/Dh_Lib.pm | 23 ++++++++++++++++++++--- debhelper.pod | 7 ++++--- debian/changelog | 3 +++ 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 829eabfc..f09c8087 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -346,12 +346,15 @@ sub tmpdir { # # It tries several filenames: # * debian/package.filename.buildarch +# * debian/package.filename.buildos # * debian/package.filename -# * debian/file (if the package is the main package) -# If --name was specified then tonly the first two are tried, and they must -# have the name after the pacage name: +# * debian/filename (if the package is the main package) +# If --name was specified then the files +# must have the name after the package name: # * debian/package.name.filename.buildarch +# * debian/package.name.filename.buildos # * debian/package.name.filename +# * debian/name.filename (if the package is the main package) sub pkgfile { my $package=shift; my $filename=shift; @@ -361,6 +364,7 @@ sub pkgfile { } my @try=("debian/$package.$filename.".buildarch(), + "debian/$package.$filename.".buildos(), "debian/$package.$filename"); if ($package eq $dh{MAINPACKAGE}) { push @try, "debian/$filename"; @@ -614,6 +618,19 @@ sub excludefile { } } +# Returns the build OS. (Memoized) +{ + my $os; + + sub buildos { + return $os if defined $os; + + $os=`dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null` || error("dpkg-architecture failed"); + chomp $os; + return $os; + } +} + # Passed an arch and a list of arches to match against, returns true if matched sub samearch { my $arch=shift; diff --git a/debhelper.pod b/debhelper.pod index dad286ee..37f649fd 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -62,9 +62,10 @@ debian/control, debhelper will use debian/foo if no debian/package.foo file can be found. In some rare cases, you may want to have different versions of these files -for different architectures. If files named debian/package.foo.arch -exist, where "arch" is the same as the output of -"dpkg-architecture -qDEB_HOST_ARCH", +for different architectures or OSes. If files named debian/package.foo.arch +or debian/package.foo.os exist, where "arch" and "os" are the same as the +output of "dpkg-architecture -qDEB_HOST_ARCH" / +"dpkg-architecture -qDEB_HOST_ARCH_OS", then they will be used in preference to other, more general files. In many cases, these config files are used to specify various types of diff --git a/debian/changelog b/debian/changelog index 1f5cff0b..760aaba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ debhelper (7.2.11) UNRELEASED; urgency=low * dh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent Module::Install from trying to download dependencies. Closes: #528235 + * Support debian/foo.os files to suppliment previous debian/foo.arch + file support. Closes: #494914 + (Thanks, Aurelien Jarno) -- Joey Hess Mon, 11 May 2009 14:50:33 -0400 -- cgit v1.2.3 From f2d18ce6c66b6d45b90b13cbd07b61977fbd123c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 May 2009 14:57:06 -0400 Subject: releasing version 7.2.11 --- debhelper.pod | 4 +- debian/changelog | 4 +- man/po4a/po/debhelper.pot | 259 +++++++++++++++++++++---------------------- man/po4a/po/es.po | 273 +++++++++++++++++++++++----------------------- man/po4a/po/fr.po | 273 +++++++++++++++++++++++----------------------- 5 files changed, 408 insertions(+), 405 deletions(-) diff --git a/debhelper.pod b/debhelper.pod index 37f649fd..388453c3 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -62,8 +62,8 @@ debian/control, debhelper will use debian/foo if no debian/package.foo file can be found. In some rare cases, you may want to have different versions of these files -for different architectures or OSes. If files named debian/package.foo.arch -or debian/package.foo.os exist, where "arch" and "os" are the same as the +for different architectures or OSes. If files named debian/package.foo.ARCH +or debian/package.foo.OS exist, where "ARCH" and "OS" are the same as the output of "dpkg-architecture -qDEB_HOST_ARCH" / "dpkg-architecture -qDEB_HOST_ARCH_OS", then they will be used in preference to other, more general files. diff --git a/debian/changelog b/debian/changelog index 760aaba7..5809a4eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -debhelper (7.2.11) UNRELEASED; urgency=low +debhelper (7.2.11) unstable; urgency=low * dh: Support --with addon,addon,... Closes: #528178 @@ -9,7 +9,7 @@ debhelper (7.2.11) UNRELEASED; urgency=low file support. Closes: #494914 (Thanks, Aurelien Jarno) - -- Joey Hess Mon, 11 May 2009 14:50:33 -0400 + -- Joey Hess Tue, 12 May 2009 14:52:18 -0400 debhelper (7.2.10) unstable; urgency=low diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index adf3e982..5763bfba 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: 2009-04-20 16:15-0300\n" +"POT-Creation-Date: 2009-05-12 14:52-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -136,14 +136,15 @@ msgstr "" #: debhelper.pod:64 msgid "" "In some rare cases, you may want to have different versions of these files " -"for different architectures. If files named debian/package.foo.arch exist, " -"where \"arch\" is the same as the output of \"dpkg-architecture " -"-qDEB_HOST_ARCH\", then they will be used in preference to other, more " +"for different architectures or OSes. If files named debian/package.foo.ARCH " +"or debian/package.foo.OS exist, where \"ARCH\" and \"OS\" are the same as " +"the output of \"dpkg-architecture -qDEB_HOST_ARCH\" / \"dpkg-architecture " +"-qDEB_HOST_ARCH_OS\", then they will be used in preference to other, more " "general files." msgstr "" #. type: textblock -#: debhelper.pod:70 +#: debhelper.pod:71 msgid "" "In many cases, these config files are used to specify various types of " "files. Documentation or example files to install, files to move, and so on. " @@ -152,83 +153,83 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:75 +#: debhelper.pod:76 msgid "" "You can also put comments in these files; lines beginning with \"#\" are " "ignored." msgstr "" #. type: =head1 -#: debhelper.pod:78 +#: debhelper.pod:79 msgid "SHARED DEBHELPER OPTIONS" msgstr "" #. type: textblock -#: debhelper.pod:80 +#: debhelper.pod:81 msgid "The following command line options are supported by all debhelper programs." msgstr "" #. type: =item -#: debhelper.pod:84 +#: debhelper.pod:85 msgid "B<-v>, B<--verbose>" msgstr "" #. type: textblock -#: debhelper.pod:86 +#: debhelper.pod:87 msgid "Verbose mode: show all commands that modify the package build directory." msgstr "" #. type: =item -#: debhelper.pod:88 +#: debhelper.pod:89 msgid "B<--no-act>" msgstr "" #. type: textblock -#: debhelper.pod:90 +#: debhelper.pod:91 msgid "" "Do not really do anything. If used with -v, the result is that the command " "will output what it would have done." msgstr "" #. type: =item -#: debhelper.pod:93 +#: debhelper.pod:94 msgid "B<-a>, B<--arch>" msgstr "" #. type: textblock -#: debhelper.pod:95 +#: debhelper.pod:96 msgid "Act on all architecture dependent packages." msgstr "" #. type: =item -#: debhelper.pod:97 +#: debhelper.pod:98 msgid "B<-i>, B<--indep>" msgstr "" #. type: textblock -#: debhelper.pod:99 +#: debhelper.pod:100 msgid "Act on all architecture independent packages." msgstr "" #. type: =item -#: debhelper.pod:101 +#: debhelper.pod:102 msgid "B<->I, B<--package=>I" msgstr "" #. type: textblock -#: debhelper.pod:103 +#: debhelper.pod:104 msgid "" "Act on the package named \"package\". This option may be specified multiple " "times to make debhelper operate on a given set of packages." msgstr "" #. type: =item -#: debhelper.pod:106 +#: debhelper.pod:107 msgid "B<-s>, B<--same-arch>" msgstr "" #. type: textblock -#: debhelper.pod:108 +#: debhelper.pod:109 msgid "" "This is a smarter version of the -a flag, that is used in some rare " "circumstances. It understands that if the control file lists \"Architecture: " @@ -240,24 +241,24 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:116 +#: debhelper.pod:117 msgid "B<-N>I, B<--no-package=>I" msgstr "" #. type: textblock -#: debhelper.pod:118 +#: debhelper.pod:119 msgid "" "Do not act on the specified package even if an -a, -i, or -p option lists " "the package as one that should be acted on." msgstr "" #. type: =item -#: debhelper.pod:121 +#: debhelper.pod:122 msgid "B<--remaining-packages>" msgstr "" #. type: textblock -#: debhelper.pod:123 +#: debhelper.pod:124 msgid "" "Do not act on the packages which have already been acted on by this " "debhelper command earlier (i.e. if the command is present in the package " @@ -267,12 +268,12 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:129 +#: debhelper.pod:130 msgid "B<--ignore=>I" msgstr "" #. type: textblock -#: debhelper.pod:131 +#: debhelper.pod:132 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 " @@ -281,29 +282,29 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:136 +#: debhelper.pod:137 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:139 +#: debhelper.pod:140 msgid "B<-P>I, B<--tmpdir=>I" msgstr "" #. type: textblock -#: debhelper.pod:141 +#: debhelper.pod:142 msgid "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" #. type: =item -#: debhelper.pod:143 +#: debhelper.pod:144 msgid "B<--mainpackage=>I" msgstr "" #. type: textblock -#: debhelper.pod:145 +#: debhelper.pod:146 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 " @@ -312,12 +313,12 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:152 +#: debhelper.pod:153 msgid "COMMON DEBHELPER OPTIONS" msgstr "" #. type: textblock -#: debhelper.pod:154 +#: debhelper.pod:155 msgid "" "The following command line options are supported by some debhelper " "programs. See the man page of each program for a complete explanation of " @@ -325,51 +326,51 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:160 +#: debhelper.pod:161 msgid "B<-n>" msgstr "" #. type: textblock -#: debhelper.pod:162 +#: debhelper.pod:163 msgid "Do not modify postinst/postrm/etc scripts." msgstr "" #. type: =item -#: debhelper.pod:164 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39 +#: debhelper.pod:165 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39 msgid "B<-X>I, B<--exclude=>I" msgstr "" #. type: textblock -#: debhelper.pod:166 +#: debhelper.pod:167 msgid "" "Exclude an item from processing. This option may be used multiple times, to " "exclude more than one thing." msgstr "" #. type: =item -#: debhelper.pod:169 dh_compress:50 dh_installdirs:32 dh_installdocs:53 dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52 +#: debhelper.pod:170 dh_compress:50 dh_installdirs:32 dh_installdocs:53 dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52 msgid "B<-A>, B<--all>" msgstr "" #. type: textblock -#: debhelper.pod:171 +#: debhelper.pod:172 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:176 dh_installcatalogs:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49 +#: debhelper.pod:177 dh_installcatalogs:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49 msgid "NOTES" msgstr "" #. type: =head2 -#: debhelper.pod:178 +#: debhelper.pod:179 msgid "Multiple binary package support" msgstr "" #. type: textblock -#: debhelper.pod:180 +#: debhelper.pod:181 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 " @@ -381,7 +382,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:188 +#: debhelper.pod:189 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>, " @@ -391,12 +392,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:194 +#: debhelper.pod:195 msgid "Automatic generation of debian install scripts" msgstr "" #. type: textblock -#: debhelper.pod:196 +#: debhelper.pod:197 msgid "" "Some debhelper commands will automatically generate parts of debian " "maintainer scripts. If you want these automatically generated things " @@ -407,21 +408,21 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:203 +#: debhelper.pod:204 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:206 +#: debhelper.pod:207 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:209 +#: debhelper.pod:210 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 " @@ -430,7 +431,7 @@ msgid "" msgstr "" #. type: verbatim -#: debhelper.pod:214 +#: debhelper.pod:215 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -442,12 +443,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:220 +#: debhelper.pod:221 msgid "Automatic generation of miscellaneous dependencies." msgstr "" #. type: textblock -#: debhelper.pod:222 +#: debhelper.pod:223 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -459,7 +460,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:230 +#: debhelper.pod:231 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -468,7 +469,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:235 +#: debhelper.pod:236 msgid "" "This is entirely independent of the standard ${shlibs:Depends} generated by " "L, and the ${perl:Depends} generated by L. " @@ -477,19 +478,19 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:240 +#: debhelper.pod:241 msgid "Package build directories" msgstr "" #. type: textblock -#: debhelper.pod:242 +#: debhelper.pod:243 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:245 +#: debhelper.pod:246 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 " @@ -501,12 +502,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:253 +#: debhelper.pod:254 msgid "Debhelper compatibility levels" msgstr "" #. type: textblock -#: debhelper.pod:255 +#: debhelper.pod:256 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 " @@ -517,14 +518,14 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:262 +#: debhelper.pod:263 msgid "" "Tell debhelper what compatibility level to use by writing a number to " "debian/compat. For example, to turn on V7 mode:" msgstr "" #. type: verbatim -#: debhelper.pod:265 +#: debhelper.pod:266 #, no-wrap msgid "" " % echo 7 > debian/compat\n" @@ -532,7 +533,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:267 +#: debhelper.pod:268 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -543,17 +544,17 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:274 +#: debhelper.pod:275 msgid "These are the available compatibility levels:" msgstr "" #. type: =item -#: debhelper.pod:278 +#: debhelper.pod:279 msgid "V1" msgstr "" #. type: textblock -#: debhelper.pod:280 +#: debhelper.pod:281 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 " @@ -562,148 +563,148 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344 +#: debhelper.pod:286 debhelper.pod:293 debhelper.pod:316 debhelper.pod:345 msgid "This mode is deprecated." msgstr "" #. type: =item -#: debhelper.pod:287 +#: debhelper.pod:288 msgid "V2" msgstr "" #. type: textblock -#: debhelper.pod:289 +#: debhelper.pod:290 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:294 +#: debhelper.pod:295 msgid "V3" msgstr "" #. type: textblock -#: debhelper.pod:296 +#: debhelper.pod:297 msgid "This mode works like V2, with the following additions:" msgstr "" #. type: =item -#: debhelper.pod:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:409 debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 +#: debhelper.pod:301 debhelper.pod:306 debhelper.pod:310 debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:339 debhelper.pod:353 debhelper.pod:357 debhelper.pod:362 debhelper.pod:366 debhelper.pod:378 debhelper.pod:383 debhelper.pod:389 debhelper.pod:395 debhelper.pod:410 debhelper.pod:417 debhelper.pod:421 debhelper.pod:425 msgid "-" msgstr "" #. type: textblock -#: debhelper.pod:302 +#: debhelper.pod:303 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:307 +#: debhelper.pod:308 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig." msgstr "" #. type: textblock -#: debhelper.pod:311 +#: debhelper.pod:312 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" #. type: =item -#: debhelper.pod:317 +#: debhelper.pod:318 msgid "V4" msgstr "" #. type: textblock -#: debhelper.pod:319 +#: debhelper.pod:320 msgid "Changes from V3 are:" msgstr "" #. type: textblock -#: debhelper.pod:325 +#: debhelper.pod:326 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:330 +#: debhelper.pod:331 msgid "" "You are encouraged to put the new ${misc:Depends} into debian/control to " "supplement the ${shlibs:Depends} field." msgstr "" #. type: textblock -#: debhelper.pod:335 +#: debhelper.pod:336 msgid "" "dh_fixperms will make all files in bin/ directories and in etc/init.d " "executable." msgstr "" #. type: textblock -#: debhelper.pod:340 +#: debhelper.pod:341 msgid "dh_link will correct existing links to conform with policy." msgstr "" #. type: =item -#: debhelper.pod:346 +#: debhelper.pod:347 msgid "V5" msgstr "" #. type: textblock -#: debhelper.pod:348 +#: debhelper.pod:349 msgid "Changes from V4 are:" msgstr "" #. type: textblock -#: debhelper.pod:354 +#: debhelper.pod:355 msgid "Comments are ignored in debhelper config files." msgstr "" #. type: textblock -#: debhelper.pod:358 +#: debhelper.pod:359 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:363 +#: debhelper.pod:364 msgid "dh_installdocs skips installing empty files." msgstr "" #. type: textblock -#: debhelper.pod:367 +#: debhelper.pod:368 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" #. type: =item -#: debhelper.pod:371 +#: debhelper.pod:372 msgid "V6" msgstr "" #. type: textblock -#: debhelper.pod:373 +#: debhelper.pod:374 msgid "Changes from V5 are:" msgstr "" #. type: textblock -#: debhelper.pod:379 +#: debhelper.pod:380 msgid "" "Commands that generate maintainer script fragments will order the fragments " "in reverse order for the prerm and postrm scripts." msgstr "" #. type: textblock -#: debhelper.pod:384 +#: debhelper.pod:385 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:390 +#: debhelper.pod:391 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:.git\". Now " @@ -711,29 +712,29 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:396 +#: debhelper.pod:397 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatibility levels it silently refuses to do this." msgstr "" #. type: =item -#: debhelper.pod:401 +#: debhelper.pod:402 msgid "V7" msgstr "" #. type: textblock -#: debhelper.pod:403 +#: debhelper.pod:404 msgid "This is the recommended mode of operation." msgstr "" #. type: textblock -#: debhelper.pod:405 +#: debhelper.pod:406 msgid "Changes from V6 are:" msgstr "" #. type: textblock -#: debhelper.pod:411 +#: debhelper.pod:412 msgid "" "dh_install, will fall back to looking for files in debian/tmp if it doesn't " "find them in the current directory (or wherever you tell it look using " @@ -742,29 +743,29 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:418 +#: debhelper.pod:419 msgid "dh_clean will read debian/clean and delete files listed there." msgstr "" #. type: textblock -#: debhelper.pod:422 +#: debhelper.pod:423 msgid "dh_clean will delete toplevel *-stamp files." msgstr "" #. type: textblock -#: debhelper.pod:426 +#: debhelper.pod:427 msgid "" "dh_installchangelogs will guess at what file is the upstream changelog if " "none is specified." msgstr "" #. type: =head2 -#: debhelper.pod:433 +#: debhelper.pod:434 msgid "Doc directory symlinks" msgstr "" #. type: textblock -#: debhelper.pod:435 +#: debhelper.pod:436 msgid "" "Sometimes it is useful to make a package not contain a " "/usr/share/doc/package directory at all, instead placing just a dangling " @@ -778,12 +779,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:444 +#: debhelper.pod:445 msgid "udebs" msgstr "" #. type: textblock -#: debhelper.pod:446 +#: debhelper.pod:447 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 " @@ -794,12 +795,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:453 +#: debhelper.pod:454 msgid "Other notes" msgstr "" #. type: textblock -#: debhelper.pod:455 +#: debhelper.pod:456 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 " @@ -810,7 +811,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:461 +#: debhelper.pod:462 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 " @@ -819,7 +820,7 @@ msgid "" msgstr "" #. type: verbatim -#: debhelper.pod:467 +#: debhelper.pod:468 #, no-wrap msgid "" " Build-Depends: debhelper (>= 7)\n" @@ -827,51 +828,51 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:469 +#: debhelper.pod:470 msgid "ENVIRONMENT" msgstr "" #. type: =item -#: debhelper.pod:473 +#: debhelper.pod:474 msgid "DH_VERBOSE" msgstr "" #. type: textblock -#: debhelper.pod:475 +#: debhelper.pod:476 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:478 +#: debhelper.pod:479 msgid "DH_COMPAT" msgstr "" #. type: textblock -#: debhelper.pod:480 +#: debhelper.pod:481 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." msgstr "" #. type: =item -#: debhelper.pod:483 +#: debhelper.pod:484 msgid "DH_NO_ACT" msgstr "" #. type: textblock -#: debhelper.pod:485 +#: debhelper.pod:486 msgid "Set to 1 to enable no-act mode." msgstr "" #. type: =item -#: debhelper.pod:487 +#: debhelper.pod:488 msgid "DH_OPTIONS" msgstr "" #. type: textblock -#: debhelper.pod:489 +#: debhelper.pod:490 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. Command-specific options will be ignored by commands " @@ -879,7 +880,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:493 +#: debhelper.pod:494 msgid "" "This is useful in some situations, for example, if you need to pass -p to " "all debhelper commands that will be run. One good way to set DH_OPTIONS is " @@ -888,12 +889,12 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:498 +#: debhelper.pod:499 msgid "DH_ALWAYS_EXCLUDE" msgstr "" #. type: textblock -#: debhelper.pod:500 +#: debhelper.pod:501 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 " @@ -901,7 +902,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:504 +#: debhelper.pod:505 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 " @@ -912,44 +913,44 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:511 +#: debhelper.pod:512 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" msgstr "" #. type: =head1 -#: debhelper.pod:516 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 dh_fixperms:110 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:103 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:272 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:163 dh_strip:226 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114 +#: debhelper.pod:517 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 dh_fixperms:122 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:103 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:272 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:163 dh_strip:226 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114 msgid "SEE ALSO" msgstr "" #. type: =item -#: debhelper.pod:520 +#: debhelper.pod:521 msgid "F" msgstr "" #. type: textblock -#: debhelper.pod:522 +#: debhelper.pod:523 msgid "A set of example debian/rules files that use debhelper." msgstr "" #. type: =item -#: debhelper.pod:524 +#: debhelper.pod:525 msgid "L" msgstr "" #. type: textblock -#: debhelper.pod:526 +#: debhelper.pod:527 msgid "Debhelper web site." msgstr "" #. type: =head1 -#: debhelper.pod:530 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 dh_fixperms:116 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:109 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:278 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:168 dh_perl:158 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:169 dh_strip:232 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120 +#: debhelper.pod:531 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 dh_fixperms:128 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:109 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:278 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:168 dh_perl:158 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:169 dh_strip:232 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120 msgid "AUTHOR" msgstr "" #. type: textblock -#: debhelper.pod:532 dh_builddeb:95 dh_clean:138 dh_compress:198 dh_fixperms:118 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:111 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:280 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:170 dh_shlibdeps:171 dh_strip:234 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36 +#: debhelper.pod:533 dh_builddeb:95 dh_clean:138 dh_compress:198 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:111 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:280 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:170 dh_shlibdeps:171 dh_strip:234 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36 msgid "Joey Hess " msgstr "" @@ -1017,12 +1018,12 @@ msgid "Pass I to L when it is used to build the package." msgstr "" #. type: textblock -#: dh_builddeb:89 dh_clean:132 dh_compress:192 dh_fixperms:112 dh_gconf:108 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:105 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:274 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:164 dh_perl:154 dh_python:284 dh_strip:228 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116 +#: dh_builddeb:89 dh_clean:132 dh_compress:192 dh_fixperms:124 dh_gconf:108 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:105 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:274 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:164 dh_perl:154 dh_python:284 dh_strip:228 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116 msgid "L" msgstr "" #. type: textblock -#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:114 dh_gconf:110 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:107 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:276 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:80 dh_shlibdeps:167 dh_strip:230 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118 +#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:126 dh_gconf:110 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:107 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:276 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:80 dh_shlibdeps:167 dh_strip:230 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118 msgid "This program is a part of debhelper." msgstr "" diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po index 041a9802..7285bf90 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: 2009-04-20 16:15-0300\n" +"POT-Creation-Date: 2009-05-12 14:52-0300\n" "PO-Revision-Date: 2005-09-18 00:11+0200\n" "Last-Translator: Rubén Porras Campo \n" "Language-Team: SPANISH \n" @@ -227,9 +227,10 @@ msgstr "" #, fuzzy msgid "" "In some rare cases, you may want to have different versions of these files " -"for different architectures. If files named debian/package.foo.arch exist, " -"where \"arch\" is the same as the output of \"dpkg-architecture -" -"qDEB_HOST_ARCH\", then they will be used in preference to other, more " +"for different architectures or OSes. If files named debian/package.foo.ARCH " +"or debian/package.foo.OS exist, where \"ARCH\" and \"OS\" are the same as " +"the output of \"dpkg-architecture -qDEB_HOST_ARCH\" / \"dpkg-architecture -" +"qDEB_HOST_ARCH_OS\", then they will be used in preference to other, more " "general files." msgstr "" "En algunos casos raros, puede querer tener diferentes versiones de los " @@ -240,7 +241,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:70 +#: debhelper.pod:71 msgid "" "In many cases, these config files are used to specify various types of " "files. Documentation or example files to install, files to move, and so on. " @@ -254,7 +255,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:75 +#: debhelper.pod:76 msgid "" "You can also put comments in these files; lines beginning with \"#\" are " "ignored." @@ -264,13 +265,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:78 +#: debhelper.pod:79 msgid "SHARED DEBHELPER OPTIONS" msgstr "OPCIONES COMPARTIDAS DE DEBHELPER" # type: textblock #. type: textblock -#: debhelper.pod:80 +#: debhelper.pod:81 msgid "" "The following command line options are supported by all debhelper programs." msgstr "" @@ -279,13 +280,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:84 +#: debhelper.pod:85 msgid "B<-v>, B<--verbose>" msgstr "B<-v>, B<--verbose>" # type: textblock #. type: textblock -#: debhelper.pod:86 +#: debhelper.pod:87 msgid "" "Verbose mode: show all commands that modify the package build directory." msgstr "" @@ -294,13 +295,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:88 +#: debhelper.pod:89 msgid "B<--no-act>" msgstr "B<--no-act>" # type: textblock #. type: textblock -#: debhelper.pod:90 +#: debhelper.pod:91 msgid "" "Do not really do anything. If used with -v, the result is that the command " "will output what it would have done." @@ -310,37 +311,37 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:93 +#: debhelper.pod:94 msgid "B<-a>, B<--arch>" msgstr "B<-a>, B<--arch>" # type: textblock #. type: textblock -#: debhelper.pod:95 +#: debhelper.pod:96 msgid "Act on all architecture dependent packages." msgstr "Actuar en todos los paquetes dependientes de la arquitectura." # type: =item #. type: =item -#: debhelper.pod:97 +#: debhelper.pod:98 msgid "B<-i>, B<--indep>" msgstr "B<-i>, B<--indep>" # type: textblock #. type: textblock -#: debhelper.pod:99 +#: debhelper.pod:100 msgid "Act on all architecture independent packages." msgstr "Actuar en todos los paquetes independientes de la arquitectura." # type: =item #. type: =item -#: debhelper.pod:101 +#: debhelper.pod:102 msgid "B<->I, B<--package=>I" msgstr "B<->I, B<--package=>I" # type: textblock #. type: textblock -#: debhelper.pod:103 +#: debhelper.pod:104 msgid "" "Act on the package named \"package\". This option may be specified multiple " "times to make debhelper operate on a given set of packages." @@ -351,13 +352,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:106 +#: debhelper.pod:107 msgid "B<-s>, B<--same-arch>" msgstr "B<-s>, B<--same-arch>" # type: textblock #. type: textblock -#: debhelper.pod:108 +#: debhelper.pod:109 msgid "" "This is a smarter version of the -a flag, that is used in some rare " "circumstances. It understands that if the control file lists \"Architecture: " @@ -378,13 +379,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:116 +#: debhelper.pod:117 msgid "B<-N>I, B<--no-package=>I" msgstr "B<-N>I, B<--no-package=>I" # type: textblock #. type: textblock -#: debhelper.pod:118 +#: debhelper.pod:119 msgid "" "Do not act on the specified package even if an -a, -i, or -p option lists " "the package as one that should be acted on." @@ -394,13 +395,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:121 +#: debhelper.pod:122 #, fuzzy msgid "B<--remaining-packages>" msgstr "B<--mainpackage=>I" #. type: textblock -#: debhelper.pod:123 +#: debhelper.pod:124 msgid "" "Do not act on the packages which have already been acted on by this " "debhelper command earlier (i.e. if the command is present in the package " @@ -411,14 +412,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:129 +#: debhelper.pod:130 #, fuzzy msgid "B<--ignore=>I" msgstr "B<--name=>I" # type: textblock #. type: textblock -#: debhelper.pod:131 +#: debhelper.pod:132 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/" @@ -428,7 +429,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:136 +#: debhelper.pod:137 msgid "" "For example, if upstream ships a debian/init that you don't want " "dh_installinit to install, use --ignore=debian/init" @@ -436,13 +437,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:139 +#: debhelper.pod:140 msgid "B<-P>I, B<--tmpdir=>I" msgstr "B<-P>I, B<--tmpdir=>I" # type: textblock #. type: textblock -#: debhelper.pod:141 +#: debhelper.pod:142 msgid "" "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" @@ -451,13 +452,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:143 +#: debhelper.pod:144 msgid "B<--mainpackage=>I" msgstr "B<--mainpackage=>I" # type: textblock #. type: textblock -#: debhelper.pod:145 +#: debhelper.pod:146 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 " @@ -471,13 +472,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:152 +#: debhelper.pod:153 msgid "COMMON DEBHELPER OPTIONS" msgstr "OPCIONES COMUNES DE DEBHELPER" # type: textblock #. type: textblock -#: debhelper.pod:154 +#: debhelper.pod:155 msgid "" "The following command line options are supported by some debhelper " "programs. See the man page of each program for a complete explanation of " @@ -489,26 +490,26 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:160 +#: debhelper.pod:161 msgid "B<-n>" msgstr "B<-n>" # type: textblock #. type: textblock -#: debhelper.pod:162 +#: debhelper.pod:163 msgid "Do not modify postinst/postrm/etc scripts." msgstr "No modificar los scripts postinst/postrm/etc." # type: =item #. type: =item -#: debhelper.pod:164 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 +#: debhelper.pod:165 dh_compress:42 dh_makeshlibs:66 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 #. type: textblock -#: debhelper.pod:166 +#: debhelper.pod:167 msgid "" "Exclude an item from processing. This option may be used multiple times, to " "exclude more than one thing." @@ -518,14 +519,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:169 dh_compress:50 dh_installdirs:32 dh_installdocs:53 +#: debhelper.pod:170 dh_compress:50 dh_installdirs:32 dh_installdocs:53 #: dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52 msgid "B<-A>, B<--all>" msgstr "B<-A>, B<--all>" # type: textblock #. type: textblock -#: debhelper.pod:171 +#: debhelper.pod:172 msgid "" "Makes files or other items that are specified on the command line take " "effect in ALL packages acted on, not just the first." @@ -535,7 +536,7 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:176 dh_installcatalogs:52 dh_installdocs:81 +#: debhelper.pod:177 dh_installcatalogs:52 dh_installdocs:81 #: dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 #: dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 #: dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 @@ -545,13 +546,13 @@ msgstr "NOTAS" # type: =head2 #. type: =head2 -#: debhelper.pod:178 +#: debhelper.pod:179 msgid "Multiple binary package support" msgstr "Soporte para varios paquetes binarios" # type: textblock #. type: textblock -#: debhelper.pod:180 +#: debhelper.pod:181 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 " @@ -571,7 +572,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:188 +#: debhelper.pod:189 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<-" @@ -587,13 +588,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:194 +#: debhelper.pod:195 msgid "Automatic generation of debian install scripts" msgstr "Generación automática de los scripts de instalación de debian" # type: textblock #. type: textblock -#: debhelper.pod:196 +#: debhelper.pod:197 msgid "" "Some debhelper commands will automatically generate parts of debian " "maintainer scripts. If you want these automatically generated things " @@ -611,7 +612,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:203 +#: debhelper.pod:204 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -621,7 +622,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:206 +#: debhelper.pod:207 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -631,7 +632,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:209 +#: debhelper.pod:210 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 " @@ -645,7 +646,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:214 +#: debhelper.pod:215 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -664,13 +665,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:220 +#: debhelper.pod:221 msgid "Automatic generation of miscellaneous dependencies." msgstr "Generación automática de diversas dependencias." # type: textblock #. type: textblock -#: debhelper.pod:222 +#: debhelper.pod:223 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -690,7 +691,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:230 +#: debhelper.pod:231 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -705,7 +706,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:235 +#: debhelper.pod:236 msgid "" "This is entirely independent of the standard ${shlibs:Depends} generated by " "L, and the ${perl:Depends} generated by L. " @@ -719,13 +720,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:240 +#: debhelper.pod:241 msgid "Package build directories" msgstr "Directorios de construcción del paquete" # type: textblock #. type: textblock -#: debhelper.pod:242 +#: debhelper.pod:243 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/." @@ -736,7 +737,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:245 +#: debhelper.pod:246 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 " @@ -756,13 +757,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:253 +#: debhelper.pod:254 msgid "Debhelper compatibility levels" msgstr "Niveles de compatibilidad de debhelper" # type: textblock #. type: textblock -#: debhelper.pod:255 +#: debhelper.pod:256 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 " @@ -781,7 +782,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:262 +#: debhelper.pod:263 #, fuzzy msgid "" "Tell debhelper what compatibility level to use by writing a number to debian/" @@ -792,7 +793,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:265 +#: debhelper.pod:266 #, fuzzy, no-wrap msgid "" " % echo 7 > debian/compat\n" @@ -803,7 +804,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:267 +#: debhelper.pod:268 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -814,19 +815,19 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:274 +#: debhelper.pod:275 msgid "These are the available compatibility levels:" msgstr "Los niveles de compatibilidad disponibles son:" # type: =item #. type: =item -#: debhelper.pod:278 +#: debhelper.pod:279 msgid "V1" msgstr "V1" # type: textblock #. type: textblock -#: debhelper.pod:280 +#: debhelper.pod:281 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 " @@ -840,19 +841,19 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344 +#: debhelper.pod:286 debhelper.pod:293 debhelper.pod:316 debhelper.pod:345 msgid "This mode is deprecated." msgstr "Este modo está desaconsejado." # type: =item #. type: =item -#: debhelper.pod:287 +#: debhelper.pod:288 msgid "V2" msgstr "V2" # type: textblock #. type: textblock -#: debhelper.pod:289 +#: debhelper.pod:290 msgid "" "In this mode, debhelper will consistently use debian/ as the " "package tree directory for every package that is built." @@ -862,29 +863,29 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:294 +#: debhelper.pod:295 msgid "V3" msgstr "V3" # type: textblock #. type: textblock -#: debhelper.pod:296 +#: debhelper.pod:297 msgid "This mode works like V2, with the following additions:" msgstr "Este modo funciona como el V2 con los siguientes añadidos:" # type: =item #. type: =item -#: debhelper.pod:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 -#: debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 -#: debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 -#: debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:409 -#: debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 +#: debhelper.pod:301 debhelper.pod:306 debhelper.pod:310 debhelper.pod:324 +#: debhelper.pod:329 debhelper.pod:334 debhelper.pod:339 debhelper.pod:353 +#: debhelper.pod:357 debhelper.pod:362 debhelper.pod:366 debhelper.pod:378 +#: debhelper.pod:383 debhelper.pod:389 debhelper.pod:395 debhelper.pod:410 +#: debhelper.pod:417 debhelper.pod:421 debhelper.pod:425 msgid "-" msgstr "-" # type: textblock #. type: textblock -#: debhelper.pod:302 +#: debhelper.pod:303 msgid "" "Debhelper config files support globbing via * and ?, when appropriate. To " "turn this off and use those characters raw, just prefix with a backslash." @@ -895,14 +896,14 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:307 +#: debhelper.pod:308 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 #. type: textblock -#: debhelper.pod:311 +#: debhelper.pod:312 msgid "" "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" @@ -911,19 +912,19 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:317 +#: debhelper.pod:318 msgid "V4" msgstr "V4" # type: textblock #. type: textblock -#: debhelper.pod:319 +#: debhelper.pod:320 msgid "Changes from V3 are:" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:325 +#: debhelper.pod:326 msgid "" "dh_makeshlibs -V will not include the debian part of the version number in " "the generated dependency line in the shlibs file." @@ -933,7 +934,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:330 +#: debhelper.pod:331 msgid "" "You are encouraged to put the new ${misc:Depends} into debian/control to " "supplement the ${shlibs:Depends} field." @@ -943,7 +944,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:335 +#: debhelper.pod:336 msgid "" "dh_fixperms will make all files in bin/ directories and in etc/init.d " "executable." @@ -953,7 +954,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:340 +#: debhelper.pod:341 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 " @@ -961,26 +962,26 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:346 +#: debhelper.pod:347 msgid "V5" msgstr "V5" # type: textblock #. type: textblock -#: debhelper.pod:348 +#: debhelper.pod:349 msgid "Changes from V4 are:" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:354 +#: debhelper.pod:355 msgid "Comments are ignored in debhelper config files." msgstr "" "Se ignoran los comentarios en los ficheros de configuración de debhelper." # type: textblock #. type: textblock -#: debhelper.pod:358 +#: debhelper.pod:359 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." @@ -991,31 +992,31 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:363 +#: debhelper.pod:364 msgid "dh_installdocs skips installing empty files." msgstr "dh_installdocs no instala ficheros vacíos." # type: textblock #. type: textblock -#: debhelper.pod:367 +#: debhelper.pod:368 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" # type: =item #. type: =item -#: debhelper.pod:371 +#: debhelper.pod:372 msgid "V6" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:373 +#: debhelper.pod:374 msgid "Changes from V5 are:" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:379 +#: debhelper.pod:380 msgid "" "Commands that generate maintainer script fragments will order the fragments " "in reverse order for the prerm and postrm scripts." @@ -1023,7 +1024,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:384 +#: debhelper.pod:385 #, fuzzy msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " @@ -1032,7 +1033,7 @@ msgstr "dh_installwm - registra un gestor de ventanas" # type: textblock #. type: textblock -#: debhelper.pod:390 +#: debhelper.pod:391 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:.git\". Now " @@ -1041,7 +1042,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:396 +#: debhelper.pod:397 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatibility levels it silently refuses to do this." @@ -1049,13 +1050,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:401 +#: debhelper.pod:402 msgid "V7" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:403 +#: debhelper.pod:404 #, fuzzy msgid "This is the recommended mode of operation." msgstr "" @@ -1063,13 +1064,13 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:405 +#: debhelper.pod:406 msgid "Changes from V6 are:" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:411 +#: debhelper.pod:412 msgid "" "dh_install, will fall back to looking for files in debian/tmp if it doesn't " "find them in the current directory (or wherever you tell it look using --" @@ -1079,19 +1080,19 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:418 +#: debhelper.pod:419 msgid "dh_clean will read debian/clean and delete files listed there." msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:422 +#: debhelper.pod:423 msgid "dh_clean will delete toplevel *-stamp files." msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:426 +#: debhelper.pod:427 msgid "" "dh_installchangelogs will guess at what file is the upstream changelog if " "none is specified." @@ -1099,13 +1100,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:433 +#: debhelper.pod:434 msgid "Doc directory symlinks" msgstr "Enlaces a los directorios Doc" # type: textblock #. type: textblock -#: debhelper.pod:435 +#: debhelper.pod:436 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 " @@ -1128,13 +1129,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:444 +#: debhelper.pod:445 msgid "udebs" msgstr "udebs" # type: textblock #. type: textblock -#: debhelper.pod:446 +#: debhelper.pod:447 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 " @@ -1153,13 +1154,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:453 +#: debhelper.pod:454 msgid "Other notes" msgstr "Otras notas" # type: textblock #. type: textblock -#: debhelper.pod:455 +#: debhelper.pod:456 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 " @@ -1176,7 +1177,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:461 +#: debhelper.pod:462 #, fuzzy msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " @@ -1192,7 +1193,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:467 +#: debhelper.pod:468 #, fuzzy, no-wrap msgid "" " Build-Depends: debhelper (>= 7)\n" @@ -1203,19 +1204,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:469 +#: debhelper.pod:470 msgid "ENVIRONMENT" msgstr "ENTORNO" # type: =item #. type: =item -#: debhelper.pod:473 +#: debhelper.pod:474 msgid "DH_VERBOSE" msgstr "DH_VERBOSE" # type: textblock #. type: textblock -#: debhelper.pod:475 +#: debhelper.pod:476 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." @@ -1226,13 +1227,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:478 +#: debhelper.pod:479 msgid "DH_COMPAT" msgstr "DH_COMPAT" # type: textblock #. type: textblock -#: debhelper.pod:480 +#: debhelper.pod:481 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." @@ -1242,25 +1243,25 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:483 +#: debhelper.pod:484 msgid "DH_NO_ACT" msgstr "DH_NO_ACT" # type: textblock #. type: textblock -#: debhelper.pod:485 +#: debhelper.pod:486 msgid "Set to 1 to enable no-act mode." msgstr "Poner a 1 para habilitar el modo no-act." # type: =item #. type: =item -#: debhelper.pod:487 +#: debhelper.pod:488 msgid "DH_OPTIONS" msgstr "DH_OPTIONS" # type: textblock #. type: textblock -#: debhelper.pod:489 +#: debhelper.pod:490 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. Command-specific options will be ignored by commands " @@ -1269,7 +1270,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:493 +#: debhelper.pod:494 #, fuzzy msgid "" "This is useful in some situations, for example, if you need to pass -p to " @@ -1286,13 +1287,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:498 +#: debhelper.pod:499 msgid "DH_ALWAYS_EXCLUDE" msgstr "DH_ALWAYS_EXCLUDE" # type: textblock #. type: textblock -#: debhelper.pod:500 +#: debhelper.pod:501 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 " @@ -1304,7 +1305,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:504 +#: debhelper.pod:505 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 " @@ -1322,7 +1323,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:511 +#: debhelper.pod:512 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" @@ -1332,8 +1333,8 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:516 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 -#: dh_fixperms:110 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 +#: debhelper.pod:517 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 +#: dh_fixperms:122 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 #: dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 #: dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 #: dh_installexamples:103 dh_installinfo:103 dh_installinit:224 @@ -1349,32 +1350,32 @@ msgstr "V # type: =item #. type: =item -#: debhelper.pod:520 +#: debhelper.pod:521 msgid "F" msgstr "F" # type: textblock #. type: textblock -#: debhelper.pod:522 +#: debhelper.pod:523 msgid "A set of example debian/rules files that use debhelper." msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper." # type: =item #. type: =item -#: debhelper.pod:524 +#: debhelper.pod:525 msgid "L" msgstr "L" # type: textblock #. type: textblock -#: debhelper.pod:526 +#: debhelper.pod:527 msgid "Debhelper web site." msgstr "Web de Debhelper." # type: =head1 #. type: =head1 -#: debhelper.pod:530 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 -#: dh_fixperms:116 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 +#: debhelper.pod:531 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 +#: dh_fixperms:128 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 #: dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 #: dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 #: dh_installemacsen:117 dh_installexamples:109 dh_installinfo:109 @@ -1391,8 +1392,8 @@ msgstr "AUTOR" # type: textblock #. type: textblock -#: debhelper.pod:532 dh_builddeb:95 dh_clean:138 dh_compress:198 -#: dh_fixperms:118 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 +#: debhelper.pod:533 dh_builddeb:95 dh_clean:138 dh_compress:198 +#: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 #: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 #: dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 #: dh_installinfo:111 dh_installinit:232 dh_installlogrotate:58 @@ -1500,7 +1501,7 @@ msgstr "Pasa I" # type: textblock #. type: textblock -#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:114 +#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:126 #: dh_gconf:110 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 #: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 #: dh_installemacsen:115 dh_installexamples:107 dh_installinfo:107 diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po index 8085709e..73830550 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: 2009-04-20 16:15-0300\n" +"POT-Creation-Date: 2009-05-12 14:52-0300\n" "PO-Revision-Date: 2006-11-19 20:50+0100\n" "Last-Translator: Valery Perrin \n" "Language-Team: French \n" @@ -228,9 +228,10 @@ msgstr "" #, fuzzy msgid "" "In some rare cases, you may want to have different versions of these files " -"for different architectures. If files named debian/package.foo.arch exist, " -"where \"arch\" is the same as the output of \"dpkg-architecture -" -"qDEB_HOST_ARCH\", then they will be used in preference to other, more " +"for different architectures or OSes. If files named debian/package.foo.ARCH " +"or debian/package.foo.OS exist, where \"ARCH\" and \"OS\" are the same as " +"the output of \"dpkg-architecture -qDEB_HOST_ARCH\" / \"dpkg-architecture -" +"qDEB_HOST_ARCH_OS\", then they will be used in preference to other, more " "general files." msgstr "" "Dans quelques rares cas, il peut être utile d'exploiter différentes versions " @@ -241,7 +242,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:70 +#: debhelper.pod:71 msgid "" "In many cases, these config files are used to specify various types of " "files. Documentation or example files to install, files to move, and so on. " @@ -257,7 +258,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:75 +#: debhelper.pod:76 msgid "" "You can also put comments in these files; lines beginning with \"#\" are " "ignored." @@ -267,26 +268,26 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:78 +#: debhelper.pod:79 msgid "SHARED DEBHELPER OPTIONS" msgstr "OPTIONS PARTAGÉES DE DEBHELPER" # type: textblock #. type: textblock -#: debhelper.pod:80 +#: debhelper.pod:81 msgid "" "The following command line options are supported by all debhelper programs." msgstr "Tous les programmes de debhelper acceptent les options S" # type: =item #. type: =item -#: debhelper.pod:84 +#: debhelper.pod:85 msgid "B<-v>, B<--verbose>" msgstr "B<-v>, B<--verbose>" # type: textblock #. type: textblock -#: debhelper.pod:86 +#: debhelper.pod:87 msgid "" "Verbose mode: show all commands that modify the package build directory." msgstr "" @@ -295,13 +296,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:88 +#: debhelper.pod:89 msgid "B<--no-act>" msgstr "B<--no-act>" # type: textblock #. type: textblock -#: debhelper.pod:90 +#: debhelper.pod:91 msgid "" "Do not really do anything. If used with -v, the result is that the command " "will output what it would have done." @@ -312,37 +313,37 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:93 +#: debhelper.pod:94 msgid "B<-a>, B<--arch>" msgstr "B<-a>, B<--arch>" # type: textblock #. type: textblock -#: debhelper.pod:95 +#: debhelper.pod:96 msgid "Act on all architecture dependent packages." msgstr "Construit tous les paquets dépendants d'une architecture." # type: =item #. type: =item -#: debhelper.pod:97 +#: debhelper.pod:98 msgid "B<-i>, B<--indep>" msgstr "B<-i>, B<--indep>" # type: textblock #. type: textblock -#: debhelper.pod:99 +#: debhelper.pod:100 msgid "Act on all architecture independent packages." msgstr "Construit tous les paquets indépendants de l'architecture." # type: =item #. type: =item -#: debhelper.pod:101 +#: debhelper.pod:102 msgid "B<->I, B<--package=>I" msgstr "B<-p>I, B<--package=>I" # type: textblock #. type: textblock -#: debhelper.pod:103 +#: debhelper.pod:104 msgid "" "Act on the package named \"package\". This option may be specified multiple " "times to make debhelper operate on a given set of packages." @@ -352,13 +353,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:106 +#: debhelper.pod:107 msgid "B<-s>, B<--same-arch>" msgstr "B<-s>, B<--same-arch>" # type: textblock #. type: textblock -#: debhelper.pod:108 +#: debhelper.pod:109 msgid "" "This is a smarter version of the -a flag, that is used in some rare " "circumstances. It understands that if the control file lists \"Architecture: " @@ -379,13 +380,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:116 +#: debhelper.pod:117 msgid "B<-N>I, B<--no-package=>I" msgstr "B<-N>I, B<--no-package=>I" # type: textblock #. type: textblock -#: debhelper.pod:118 +#: debhelper.pod:119 msgid "" "Do not act on the specified package even if an -a, -i, or -p option lists " "the package as one that should be acted on." @@ -395,13 +396,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:121 +#: debhelper.pod:122 #, fuzzy msgid "B<--remaining-packages>" msgstr "B<--mainpackage=>I" #. type: textblock -#: debhelper.pod:123 +#: debhelper.pod:124 msgid "" "Do not act on the packages which have already been acted on by this " "debhelper command earlier (i.e. if the command is present in the package " @@ -412,14 +413,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:129 +#: debhelper.pod:130 #, fuzzy msgid "B<--ignore=>I" msgstr "B<--name=>I" # type: textblock #. type: textblock -#: debhelper.pod:131 +#: debhelper.pod:132 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/" @@ -429,7 +430,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:136 +#: debhelper.pod:137 msgid "" "For example, if upstream ships a debian/init that you don't want " "dh_installinit to install, use --ignore=debian/init" @@ -437,13 +438,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:139 +#: debhelper.pod:140 msgid "B<-P>I, B<--tmpdir=>I" msgstr "B<-P>I, B<--tmpdir=>I" # type: textblock #. type: textblock -#: debhelper.pod:141 +#: debhelper.pod:142 msgid "" "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" @@ -452,13 +453,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:143 +#: debhelper.pod:144 msgid "B<--mainpackage=>I" msgstr "B<--mainpackage=>I" # type: textblock #. type: textblock -#: debhelper.pod:145 +#: debhelper.pod:146 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 " @@ -473,13 +474,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:152 +#: debhelper.pod:153 msgid "COMMON DEBHELPER OPTIONS" msgstr "OPTIONS COURANTES DE DEBHELPER" # type: textblock #. type: textblock -#: debhelper.pod:154 +#: debhelper.pod:155 msgid "" "The following command line options are supported by some debhelper " "programs. See the man page of each program for a complete explanation of " @@ -491,13 +492,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:160 +#: debhelper.pod:161 msgid "B<-n>" msgstr "B<-n>" # type: textblock #. type: textblock -#: debhelper.pod:162 +#: debhelper.pod:163 msgid "Do not modify postinst/postrm/etc scripts." msgstr "" "Ne pas modifier les scripts de maintenance du paquet (postinst, postrm, " @@ -505,14 +506,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:164 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 +#: debhelper.pod:165 dh_compress:42 dh_makeshlibs:66 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 #. type: textblock -#: debhelper.pod:166 +#: debhelper.pod:167 msgid "" "Exclude an item from processing. This option may be used multiple times, to " "exclude more than one thing." @@ -522,14 +523,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:169 dh_compress:50 dh_installdirs:32 dh_installdocs:53 +#: debhelper.pod:170 dh_compress:50 dh_installdirs:32 dh_installdocs:53 #: dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52 msgid "B<-A>, B<--all>" msgstr "B<-A>, B<--all>" # type: textblock #. type: textblock -#: debhelper.pod:171 +#: debhelper.pod:172 msgid "" "Makes files or other items that are specified on the command line take " "effect in ALL packages acted on, not just the first." @@ -539,7 +540,7 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:176 dh_installcatalogs:52 dh_installdocs:81 +#: debhelper.pod:177 dh_installcatalogs:52 dh_installdocs:81 #: dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 #: dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 #: dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 @@ -549,13 +550,13 @@ msgstr "REMARQUES" # type: =head2 #. type: =head2 -#: debhelper.pod:178 +#: debhelper.pod:179 msgid "Multiple binary package support" msgstr "Prise en charge de plusieurs paquets binaires" # type: textblock #. type: textblock -#: debhelper.pod:180 +#: debhelper.pod:181 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 " @@ -575,7 +576,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:188 +#: debhelper.pod:189 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<-" @@ -591,13 +592,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:194 +#: debhelper.pod:195 msgid "Automatic generation of debian install scripts" msgstr "Génération automatique des scripts Debian de maintenance du paquet" # type: textblock #. type: textblock -#: debhelper.pod:196 +#: debhelper.pod:197 msgid "" "Some debhelper commands will automatically generate parts of debian " "maintainer scripts. If you want these automatically generated things " @@ -615,7 +616,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:203 +#: debhelper.pod:204 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -625,7 +626,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:206 +#: debhelper.pod:207 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -636,7 +637,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:209 +#: debhelper.pod:210 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 " @@ -651,7 +652,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:214 +#: debhelper.pod:215 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -670,13 +671,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:220 +#: debhelper.pod:221 msgid "Automatic generation of miscellaneous dependencies." msgstr "Génération automatique des diverses dépendances." # type: textblock #. type: textblock -#: debhelper.pod:222 +#: debhelper.pod:223 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -696,7 +697,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:230 +#: debhelper.pod:231 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -711,7 +712,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:235 +#: debhelper.pod:236 msgid "" "This is entirely independent of the standard ${shlibs:Depends} generated by " "L, and the ${perl:Depends} generated by L. " @@ -725,13 +726,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:240 +#: debhelper.pod:241 msgid "Package build directories" msgstr "Répertoires de construction du paquet" # type: textblock #. type: textblock -#: debhelper.pod:242 +#: debhelper.pod:243 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/." @@ -742,7 +743,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:245 +#: debhelper.pod:246 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 " @@ -762,13 +763,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:253 +#: debhelper.pod:254 msgid "Debhelper compatibility levels" msgstr "Niveaux de compatibilité de debhelper" # type: textblock #. type: textblock -#: debhelper.pod:255 +#: debhelper.pod:256 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 " @@ -788,7 +789,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:262 +#: debhelper.pod:263 #, fuzzy msgid "" "Tell debhelper what compatibility level to use by writing a number to debian/" @@ -800,7 +801,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:265 +#: debhelper.pod:266 #, fuzzy, no-wrap msgid "" " % echo 7 > debian/compat\n" @@ -811,7 +812,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:267 +#: debhelper.pod:268 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -829,19 +830,19 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:274 +#: debhelper.pod:275 msgid "These are the available compatibility levels:" msgstr "Les niveaux de compatibilité sont les S" # type: =item #. type: =item -#: debhelper.pod:278 +#: debhelper.pod:279 msgid "V1" msgstr "V1" # type: textblock #. type: textblock -#: debhelper.pod:280 +#: debhelper.pod:281 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 " @@ -855,19 +856,19 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344 +#: debhelper.pod:286 debhelper.pod:293 debhelper.pod:316 debhelper.pod:345 msgid "This mode is deprecated." msgstr "Ce mode est déconseillé." # type: =item #. type: =item -#: debhelper.pod:287 +#: debhelper.pod:288 msgid "V2" msgstr "V2" # type: textblock #. type: textblock -#: debhelper.pod:289 +#: debhelper.pod:290 msgid "" "In this mode, debhelper will consistently use debian/ as the " "package tree directory for every package that is built." @@ -877,29 +878,29 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:294 +#: debhelper.pod:295 msgid "V3" msgstr "V3" # type: textblock #. type: textblock -#: debhelper.pod:296 +#: debhelper.pod:297 msgid "This mode works like V2, with the following additions:" msgstr "Ce mode fonctionne comme V2 mais avec les ajouts S" # type: =item #. type: =item -#: debhelper.pod:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 -#: debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 -#: debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 -#: debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:409 -#: debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 +#: debhelper.pod:301 debhelper.pod:306 debhelper.pod:310 debhelper.pod:324 +#: debhelper.pod:329 debhelper.pod:334 debhelper.pod:339 debhelper.pod:353 +#: debhelper.pod:357 debhelper.pod:362 debhelper.pod:366 debhelper.pod:378 +#: debhelper.pod:383 debhelper.pod:389 debhelper.pod:395 debhelper.pod:410 +#: debhelper.pod:417 debhelper.pod:421 debhelper.pod:425 msgid "-" msgstr "-" # type: textblock #. type: textblock -#: debhelper.pod:302 +#: debhelper.pod:303 msgid "" "Debhelper config files support globbing via * and ?, when appropriate. To " "turn this off and use those characters raw, just prefix with a backslash." @@ -911,7 +912,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:307 +#: debhelper.pod:308 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig." msgstr "" "Les scripts de maintenance du paquet (postinst et postrm) feront appel à " @@ -919,7 +920,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:311 +#: debhelper.pod:312 msgid "" "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" @@ -928,19 +929,19 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:317 +#: debhelper.pod:318 msgid "V4" msgstr "V4" # type: textblock #. type: textblock -#: debhelper.pod:319 +#: debhelper.pod:320 msgid "Changes from V3 are:" msgstr "Les changements par rapport à la version 3 S" # type: textblock #. type: textblock -#: debhelper.pod:325 +#: debhelper.pod:326 msgid "" "dh_makeshlibs -V will not include the debian part of the version number in " "the generated dependency line in the shlibs file." @@ -950,7 +951,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:330 +#: debhelper.pod:331 msgid "" "You are encouraged to put the new ${misc:Depends} into debian/control to " "supplement the ${shlibs:Depends} field." @@ -960,7 +961,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:335 +#: debhelper.pod:336 msgid "" "dh_fixperms will make all files in bin/ directories and in etc/init.d " "executable." @@ -970,7 +971,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:340 +#: debhelper.pod:341 msgid "dh_link will correct existing links to conform with policy." msgstr "" "dh_link corrigera les liens existants pour les rendre conformes à la Charte " @@ -978,20 +979,20 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:346 +#: debhelper.pod:347 msgid "V5" msgstr "V5" # type: textblock #. type: textblock -#: debhelper.pod:348 +#: debhelper.pod:349 #, fuzzy msgid "Changes from V4 are:" msgstr "Les changements par rapport à la version 3 S" # type: textblock #. type: textblock -#: debhelper.pod:354 +#: debhelper.pod:355 msgid "Comments are ignored in debhelper config files." msgstr "" "Les commentaires sont ignorés dans les fichiers de configuration de " @@ -999,7 +1000,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:358 +#: debhelper.pod:359 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." @@ -1010,13 +1011,13 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:363 +#: debhelper.pod:364 msgid "dh_installdocs skips installing empty files." msgstr "dh_installdocs saute l'installation des fichiers vides." # type: textblock #. type: textblock -#: debhelper.pod:367 +#: debhelper.pod:368 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" "dh_install génère des erreurs si les jokers (wildcards) ne correspondent à " @@ -1024,20 +1025,20 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:371 +#: debhelper.pod:372 msgid "V6" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:373 +#: debhelper.pod:374 #, fuzzy msgid "Changes from V5 are:" msgstr "Les changements par rapport à la version 3 S" # type: textblock #. type: textblock -#: debhelper.pod:379 +#: debhelper.pod:380 msgid "" "Commands that generate maintainer script fragments will order the fragments " "in reverse order for the prerm and postrm scripts." @@ -1045,7 +1046,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:384 +#: debhelper.pod:385 #, fuzzy msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " @@ -1054,7 +1055,7 @@ msgstr "dh_installwm - inscrit un gestionnaire de fenêtre (window manager)" # type: textblock #. type: textblock -#: debhelper.pod:390 +#: debhelper.pod:391 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:.git\". Now " @@ -1063,7 +1064,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:396 +#: debhelper.pod:397 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatibility levels it silently refuses to do this." @@ -1071,13 +1072,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:401 +#: debhelper.pod:402 msgid "V7" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:403 +#: debhelper.pod:404 #, fuzzy msgid "This is the recommended mode of operation." msgstr "" @@ -1086,14 +1087,14 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:405 +#: debhelper.pod:406 #, fuzzy msgid "Changes from V6 are:" msgstr "Les changements par rapport à la version 3 S" # type: textblock #. type: textblock -#: debhelper.pod:411 +#: debhelper.pod:412 msgid "" "dh_install, will fall back to looking for files in debian/tmp if it doesn't " "find them in the current directory (or wherever you tell it look using --" @@ -1103,19 +1104,19 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:418 +#: debhelper.pod:419 msgid "dh_clean will read debian/clean and delete files listed there." msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:422 +#: debhelper.pod:423 msgid "dh_clean will delete toplevel *-stamp files." msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:426 +#: debhelper.pod:427 msgid "" "dh_installchangelogs will guess at what file is the upstream changelog if " "none is specified." @@ -1123,13 +1124,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:433 +#: debhelper.pod:434 msgid "Doc directory symlinks" msgstr "Liens symboliques vers le répertoire de documentation" # type: textblock #. type: textblock -#: debhelper.pod:435 +#: debhelper.pod:436 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 " @@ -1153,13 +1154,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:444 +#: debhelper.pod:445 msgid "udebs" msgstr "udebs" # type: textblock #. type: textblock -#: debhelper.pod:446 +#: debhelper.pod:447 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 " @@ -1179,13 +1180,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:453 +#: debhelper.pod:454 msgid "Other notes" msgstr "Autres remarques" # type: textblock #. type: textblock -#: debhelper.pod:455 +#: debhelper.pod:456 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 " @@ -1203,7 +1204,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:461 +#: debhelper.pod:462 #, fuzzy msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " @@ -1220,7 +1221,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:467 +#: debhelper.pod:468 #, fuzzy, no-wrap msgid "" " Build-Depends: debhelper (>= 7)\n" @@ -1231,19 +1232,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:469 +#: debhelper.pod:470 msgid "ENVIRONMENT" msgstr "VARIABLES D'ENVIRONNEMENT" # type: =item #. type: =item -#: debhelper.pod:473 +#: debhelper.pod:474 msgid "DH_VERBOSE" msgstr "DH_VERBOSE" # type: textblock #. type: textblock -#: debhelper.pod:475 +#: debhelper.pod:476 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." @@ -1253,13 +1254,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:478 +#: debhelper.pod:479 msgid "DH_COMPAT" msgstr "DH_COMPAT" # type: textblock #. type: textblock -#: debhelper.pod:480 +#: debhelper.pod:481 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." @@ -1269,25 +1270,25 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:483 +#: debhelper.pod:484 msgid "DH_NO_ACT" msgstr "DH_NO_ACT" # type: textblock #. type: textblock -#: debhelper.pod:485 +#: debhelper.pod:486 msgid "Set to 1 to enable no-act mode." msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)." # type: =item #. type: =item -#: debhelper.pod:487 +#: debhelper.pod:488 msgid "DH_OPTIONS" msgstr "DH_OPTIONS" # type: textblock #. type: textblock -#: debhelper.pod:489 +#: debhelper.pod:490 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. Command-specific options will be ignored by commands " @@ -1296,7 +1297,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:493 +#: debhelper.pod:494 #, fuzzy msgid "" "This is useful in some situations, for example, if you need to pass -p to " @@ -1314,13 +1315,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:498 +#: debhelper.pod:499 msgid "DH_ALWAYS_EXCLUDE" msgstr "DH_ALWAYS_EXCLUDE" # type: textblock #. type: textblock -#: debhelper.pod:500 +#: debhelper.pod:501 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 " @@ -1333,7 +1334,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:504 +#: debhelper.pod:505 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 " @@ -1352,7 +1353,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:511 +#: debhelper.pod:512 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" @@ -1362,8 +1363,8 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:516 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 -#: dh_fixperms:110 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 +#: debhelper.pod:517 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 +#: dh_fixperms:122 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 #: dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 #: dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 #: dh_installexamples:103 dh_installinfo:103 dh_installinit:224 @@ -1379,33 +1380,33 @@ msgstr "VOIR AUSSI" # type: =item #. type: =item -#: debhelper.pod:520 +#: debhelper.pod:521 msgid "F" msgstr "F" # type: textblock #. type: textblock -#: debhelper.pod:522 +#: debhelper.pod:523 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 #. type: =item -#: debhelper.pod:524 +#: debhelper.pod:525 msgid "L" msgstr "L" # type: textblock #. type: textblock -#: debhelper.pod:526 +#: debhelper.pod:527 msgid "Debhelper web site." msgstr "Le site internet de debhelper." # type: =head1 #. type: =head1 -#: debhelper.pod:530 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 -#: dh_fixperms:116 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 +#: debhelper.pod:531 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 +#: dh_fixperms:128 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 #: dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 #: dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 #: dh_installemacsen:117 dh_installexamples:109 dh_installinfo:109 @@ -1422,8 +1423,8 @@ msgstr "AUTEUR" # type: textblock #. type: textblock -#: debhelper.pod:532 dh_builddeb:95 dh_clean:138 dh_compress:198 -#: dh_fixperms:118 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 +#: debhelper.pod:533 dh_builddeb:95 dh_clean:138 dh_compress:198 +#: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 #: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 #: dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 #: dh_installinfo:111 dh_installinit:232 dh_installlogrotate:58 @@ -1532,7 +1533,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_builddeb:89 dh_clean:132 dh_compress:192 dh_fixperms:112 dh_gconf:108 +#: dh_builddeb:89 dh_clean:132 dh_compress:192 dh_fixperms:124 dh_gconf:108 #: dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 #: dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 #: dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 @@ -1548,7 +1549,7 @@ msgstr "L" # type: textblock #. type: textblock -#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:114 +#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:126 #: dh_gconf:110 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 #: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 #: dh_installemacsen:115 dh_installexamples:107 dh_installinfo:107 -- cgit v1.2.3 From 6edaecf8073d72cb1319c1fb60ce90a021d18616 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 May 2009 14:15:24 -0400 Subject: dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235 --- debian/changelog | 7 +++++++ dh_auto_configure | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5809a4eb..916e72f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (7.2.12) UNRELEASED; urgency=low + + * dh_auto_configure: Revert --skipdeps change + Closes: #528647, reopens: #528235 + + -- Joey Hess Thu, 14 May 2009 13:44:18 -0400 + debhelper (7.2.11) unstable; urgency=low * dh: Support --with addon,addon,... diff --git a/dh_auto_configure b/dh_auto_configure index a320df95..d69ed162 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -89,10 +89,10 @@ if (-x "configure") { } elsif (-e "Makefile.PL") { # If set to a true value then MakeMaker's prompt function will - # # always return the default without waiting for user input. + # always return the default without waiting for user input. $ENV{PERL_MM_USE_DEFAULT}=1; doit("perl", "Makefile.PL", "INSTALLDIRS=vendor", - "create_packlist=0", "--skipdeps", @{$dh{U_PARAMS}}); + "create_packlist=0", @{$dh{U_PARAMS}}); } elsif (-e "Build.PL") { $ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this. -- cgit v1.2.3 From 61aa7954cd6c8620ca99a0d7895aa5a6f59d37e0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 May 2009 14:22:07 -0400 Subject: releasing version 7.2.12 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 916e72f9..05f05085 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -debhelper (7.2.12) UNRELEASED; urgency=low +debhelper (7.2.12) unstable; urgency=low * dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235 - -- Joey Hess Thu, 14 May 2009 13:44:18 -0400 + -- Joey Hess Thu, 14 May 2009 14:15:26 -0400 debhelper (7.2.11) unstable; urgency=low -- cgit v1.2.3