diff -Nru debhelper-5.0.62ubuntu1/debhelper.pod debhelper-6.0.3ubuntu1/debhelper.pod --- debhelper-5.0.62ubuntu1/debhelper.pod 2007-11-30 10:34:31.000000000 +0100 +++ debhelper-6.0.3ubuntu1/debhelper.pod 2008-01-11 19:34:14.000000000 +0100 @@ -339,8 +339,7 @@ =item V5 -This is the recommended mode of operation. It does everything V4 does, -plus: +Changes from V4 are: =over 8 @@ -365,8 +364,8 @@ =item V6 -This mode is still under development. Currently it has these differences -compared to V5: +This is the recommended mode of operation. It does everything V5 does, +plus: =over 8 @@ -428,9 +427,9 @@ debhelper to your Build-Depends line in debian/control. You should build-depend on a version of debhelper equal to (or greater than) the debhelper compatibility level your package uses. So if your package used -compatibility level 5: +compatibility level 6: - Build-Depends: debhelper (>= 5) + Build-Depends: debhelper (>= 6) =head1 ENVIRONMENT diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/debian/changelog /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/debian/changelog --- debhelper-5.0.62ubuntu1/debian/changelog 2007-12-12 17:33:27.000000000 +0100 +++ debhelper-6.0.3ubuntu1/debian/changelog 2008-01-26 14:14:30.000000000 +0100 @@ -1,3 +1,77 @@ +debhelper (6.0.3ubuntu1) hardy; urgency=low + + * Merge with Debian unstable (LP: #184545). Remaining changes: + - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update + output. + - dh_installudev: Use priority 50 by default (instead of z60) and '-' + separator (instead of '_'). + - dh_installxfonts: Use versioned dependency for xfonts-utils. This should + be kept until dapper goes out of support, to avoid broken dapper + backports. + - dh_python: Add 2.5 as supported Python version. dh_python is generally + deprecated in favor of dh_py{central,support}, but universe might still + have some unconverted packages. This should be dropped at some point, + though. + + + -- Michael Bienia Sat, 26 Jan 2008 14:14:22 +0100 + +debhelper (6.0.3) unstable; urgency=low + + * dh_link: -X can be used to avoid it modifying symlinks to be compliant + with policy. Closes: #461392 + * dh_shlibdeps: Rather than skipping everything in /usr/lib/debug, + which can include debug libraries that dpkg-shlibdeps should look at, + only skip the subdirectories of it that contain separate debugging + symbols. (Hardcoding the names of those directories is not the best + implementation, but it will do for now.) Closes: #461339 + + -- Joey Hess Sun, 20 Jan 2008 15:27:59 -0500 + +debhelper (6.0.2) unstable; urgency=low + + * Revert slightly broken refactoring of some exclude code. + Closes: #460340, #460351 + + -- Joey Hess Sat, 12 Jan 2008 12:31:15 -0500 + +debhelper (6.0.1) unstable; urgency=low + + * dh_installdocs/examples: Don't unnecessarily use the exclude code path. + * dh_install{,docs,examples}: Avoid infinite recursion when told to + install a directory ending with "/." (slashdot effect?) when exclusion is + enabled. Emulate the behavior of cp in this case. Closes: #253234 + * dh_install: Fix #459426 here too. + + -- Joey Hess Fri, 11 Jan 2008 14:15:56 -0500 + +debhelper (6.0.0) unstable; urgency=low + + * dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114 + * dh_shlibdeps: Update documentation for -L and -l. dpkg-shlibdeps is now + much smarter, and these options are almost never needed. Closes: #459226 + * dh_shlibdeps: If a relative path is specified in -l, don't prepend the pwd + to it, instead just prepend a slash to make it absolute. dpkg-shlibdeps + has changed how it used LD_LIBRARY_PATH, so making it point into the + package build directory won't work. + * dh_shlibdeps: Change "-L pkg" to cause "-Sdebian/pkg" to be passed to + dpkg-shlibdeps. The old behavior of passing -L to dpkg-shlibdeps didn't + affect where it looked for symbols files. Closes: #459224 + * Depend on dpkg-dev 1.14.15, the first to support dpkg-shlibdeps -S. + * dh_installdocs, dh_installexamples: Support files with spaces in exclude + mode. Closes: #459426 + * debhelper v6 mode is finalised and is the new recommended compatibility + level. + + -- Joey Hess Tue, 08 Jan 2008 17:12:36 -0500 + +debhelper (5.0.63) unstable; urgency=low + + * dh_installdocs: Tighten doc-base document id parsing to only accept + the characters that the doc-base manual allows in the id. Closes: #445541 + + -- Joey Hess Sat, 22 Dec 2007 22:54:51 -0500 + debhelper (5.0.62ubuntu1) hardy; urgency=low * Merge with Debian unstable. See 5.0.58ubuntu1 for remaining diffs @@ -5670,4 +5744,3 @@ ready to replace debstd. -- Joey Hess Mon, 22 Sep 1997 15:01:25 -0400 - diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/debian/control /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/debian/control --- debhelper-5.0.62ubuntu1/debian/control 2007-11-30 10:34:33.000000000 +0100 +++ debhelper-6.0.3ubuntu1/debian/control 2008-01-26 14:10:46.000000000 +0100 @@ -4,13 +4,13 @@ Maintainer: Ubuntu Core Developers XSBC-Original-Maintainer: Joey Hess Build-Depends: po4a (>= 0.24) -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git Homepage: http://kitenet.net/~joey/code/debhelper/ Package: debhelper Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.14.12), html2text, binutils, po-debconf +Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23-1), dpkg-dev (>= 1.14.15), html2text, binutils, po-debconf Suggests: dh-make Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6) Description: helper programs for debian/rules diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/dh_gencontrol /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/dh_gencontrol --- debhelper-5.0.62ubuntu1/dh_gencontrol 2007-11-30 10:34:32.000000000 +0100 +++ debhelper-6.0.3ubuntu1/dh_gencontrol 2008-01-11 19:34:14.000000000 +0100 @@ -21,7 +21,7 @@ This program is merely a wrapper around L, which calls it once for each package being acted on, and passes in some additional -useful flags including "-isp". +useful flags. =head1 OPTIONS @@ -60,7 +60,7 @@ if (is_udeb($package)) { push @command, "-n".udeb_filename($package); } - doit(@command, "-l$changelog", "-isp", "-Tdebian/${ext}substvars", + doit(@command, "-l$changelog", "-Tdebian/${ext}substvars", "-P$tmp",@{$dh{U_PARAMS}}); # This chmod is only necessary if the user sets the umask to diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/dh_install /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/dh_install --- debhelper-5.0.62ubuntu1/dh_install 2007-11-30 10:34:32.000000000 +0100 +++ debhelper-6.0.3ubuntu1/dh_install 2008-01-11 20:15:39.000000000 +0100 @@ -175,14 +175,14 @@ } if (-d $src && $exclude) { - my ($dir_basename) = basename($src); - # Pity there's no cp --exclude .. + my $basename = basename($src); + my $dir = ($basename eq '.') ? $src : "$src/.."; my $pwd=`pwd`; chomp $pwd; - complex_doit("cd $src/.. && find $dir_basename $exclude \\( -type f -or -type l \\) -exec cp --parents -dp {} $pwd/$tmp/$dest/ \\;"); + complex_doit("cd '$dir' && find '$basename' $exclude \\( -type f -or -type l \\) -exec cp --parents -dp {} $pwd/$tmp/$dest/ \\;"); # cp is annoying so I need a separate pass # just for empty directories - complex_doit("cd $src/.. && find $dir_basename $exclude \\( -type d -and -empty \\) -exec cp --parents -a {} $pwd/$tmp/$dest/ \\;"); + complex_doit("cd '$dir' && find '$basename' $exclude \\( -type d -and -empty \\) -exec cp --parents -a {} $pwd/$tmp/$dest/ \\;"); } else { doit("cp", "-a", $src, "$tmp/$dest/"); diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/dh_installdocs /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/dh_installdocs --- debhelper-5.0.62ubuntu1/dh_installdocs 2007-11-30 10:34:32.000000000 +0100 +++ debhelper-6.0.3ubuntu1/dh_installdocs 2008-01-12 18:29:30.000000000 +0100 @@ -123,7 +123,7 @@ if (@docs) { my $exclude = ''; if ($dh{EXCLUDE_FIND}) { - $exclude = ' -and ! \( '.$dh{EXCLUDE_FIND}.' \)'; + $exclude .= ' -and ! \( '.$dh{EXCLUDE_FIND}.' \)'; } if (! compat(4)) { # ignore empty files in subdirs @@ -133,13 +133,14 @@ next if excludefile($doc); next if -e $doc && ! -s $doc && ! compat(4); # ignore empty files if (-d $doc && length $exclude) { - my ($dir_basename) = basename($doc); - my $pwd=`pwd`; - chomp $pwd; - complex_doit("cd $doc/.. && find $dir_basename \\( -type f -or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;"); + my $basename = basename($doc); + my $dir = ($basename eq '.') ? $doc : "$doc/.."; + my $pwd=`pwd`; + chomp $pwd; + complex_doit("cd '$dir' && find '$basename' \\( -type f -or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;"); } else { - doit("cp","-a",$doc,"$tmp/usr/share/doc/$package"); + doit("cp", "-a", $doc, "$tmp/usr/share/doc/$package"); } } doit("chown","-R","0:0","$tmp/usr/share/doc"); @@ -205,7 +206,7 @@ # Parse the file to get the doc id. open (IN, "debian/$fn") || die "Cannot read debian/$fn."; while () { - if (/^Document:\s+(.*)(\s+)?/) { + if (/^Document:\s+([-+.a-z0-9]+)/) { $doc_ids{$fn}=$1; last; } diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/dh_installexamples /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/dh_installexamples --- debhelper-5.0.62ubuntu1/dh_installexamples 2007-11-30 10:34:32.000000000 +0100 +++ debhelper-6.0.3ubuntu1/dh_installexamples 2008-01-12 18:29:08.000000000 +0100 @@ -80,17 +80,18 @@ my $exclude = ''; if ($dh{EXCLUDE_FIND}) { - $exclude = ' -and ! \( '.$dh{EXCLUDE_FIND}.' \)'; + $exclude .= ' -and ! \( '.$dh{EXCLUDE_FIND}.' \)'; } foreach my $example (@examples) { next if excludefile($example); if (-d $example && $exclude) { - my ($dir_basename) = basename($example); - # Pity there's no cp --exclude .. + my $basename = basename($example); + my $dir = ($basename eq '.') ? $example : "$example/.."; my $pwd=`pwd`; chomp $pwd; - complex_doit("cd $example/.. && find $dir_basename -type f$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package/examples \\;"); + my $exclude2 = '-type f'.$exclude; + complex_doit("cd '$dir' && find '$basename' -type f$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package/examples \\;"); } else { doit("cp", "-a", $example, "$tmp/usr/share/doc/$package/examples"); diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/dh_link /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/dh_link --- debhelper-5.0.62ubuntu1/dh_link 2007-11-30 10:34:32.000000000 +0100 +++ debhelper-6.0.3ubuntu1/dh_link 2008-01-18 18:28:29.000000000 +0100 @@ -12,7 +12,7 @@ =head1 SYNOPSIS -B [S>] [B<-A>] [S>] +B [S>] [B<-A>] [B<-X>I] [S>] =head1 DESCRIPTION @@ -54,6 +54,11 @@ Create any links specified by command line parameters in ALL packages acted on, not just the first. +=item B<-Xitem>, B<--exclude=item> + +Do not correct symlinks that contain "item" anywhere in their filename from +being corrected to comply with debian policy. + =item I Create a file named "destination" as a link to a file named "source". Do @@ -145,6 +150,7 @@ find( sub { return unless -l; + return if excludefile($_); my $dir=$File::Find::dir; $dir=~s/^\Q$tmp\E//; my $target = readlink($_); diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/dh_shlibdeps /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/dh_shlibdeps --- debhelper-5.0.62ubuntu1/dh_shlibdeps 2007-11-30 10:34:32.000000000 +0100 +++ debhelper-6.0.3ubuntu1/dh_shlibdeps 2008-01-20 21:27:51.000000000 +0100 @@ -42,23 +42,24 @@ =item B<-l>I[:directory:directory:..] -Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the -specified directory (or directories -- separate with colons). This is -useful for multi-binary packages where a library is built in one -package and another package contains binaries linked against said -library. Relative paths will be made absolute for the benefit of -dpkg-shlibdeps. +With recent versions of dpkg-shlibdeps, this option is generally not +needed. -Note that the directory given should be the complete or relative path to -a directory that contains the library. See example below. +Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the +specified directory (or directories -- separate with colons). With recent +versions of dpkg-shlibdeps, this is mostly only useful for packages that +build multiple flavors of the same library, or other situations where +the library is installed into a directory not on the regular library search +path. =item B<-L>I, B<--libpackage=>I -Use the shlibs file automatically generated by dh_makeshlibs for the named -package as a kind of automatically generated shlibs.local file. You can use -this switch in concert with the -l switch to make dpkg-shlibdeps find a -library built as part of the current package, and get the shlibs information. -See example below. +With recent versions of dpkg-shlibdeps, this option is generally not +needed, unless your package builds multiple flavors of the same library. + +It tells dpkg-shlibdeps (via its -S parameter) to look first in the package +build directory for the specified package, when searching for libraries, +symbol files, and shlibs files. =back @@ -69,13 +70,19 @@ depend on it. In your rules file, first run dh_makeshlibs, then dh_shlibdeps: dh_makeshlibs - dh_shlibdeps -L libfoo1 -l debian/libfoo1/usr/lib + dh_shlibdeps This will have the effect of generating automatically a shlibs file for libfoo1, and using that file and the libfoo1 library in the debian/libfoo1/usr/lib directory to calculate shared library dependency information. +If a libbar1 package is also produced, that is an alternate build of +libfoo, and is installed into /usr/lib/bar/, you can make libfoo-bin depend +on libbar1 as follows: + + dh_shlibdeps -Llibbar1 -l/usr/lib/bar + =cut init(); @@ -91,7 +98,7 @@ push @paths, $_; } else { - push @paths, getcwd()."/$_"; + push @paths, "/$_"; } } $dh{L_PARAMS}=join(':', @paths); @@ -110,7 +117,9 @@ if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne '') { $find_options="! \\( $dh{EXCLUDE_FIND} \\)"; } - foreach my $file (split(/\n/,`find $tmp -path $tmp/usr/lib/debug -prune -or -type f \\( -perm +111 -or -name "*.so*" \\) $find_options -print`)) { + foreach my $file (split(/\n/,`find $tmp -type f \\( -perm +111 -or -name "*.so*" \\) $find_options -print`)) { + # Prune directories that contain separated debug symbols. + next if $file=~m!^\Q$tmp\E/usr/lib/debug/(lib|lib64|usr|bin|sbin|opt|dev)/!; # TODO this is slow, optimize. Ie, file can run once on # multiple files.. $ff=`file "$file"`; @@ -122,7 +131,7 @@ if (@filelist) { my @opts; if (defined $dh{LIBPACKAGE} && length $dh{LIBPACKAGE}) { - @opts=("-L".tmpdir($dh{LIBPACKAGE}."/DEBIAN/shlibs")); + @opts=("-S".tmpdir($dh{LIBPACKAGE})); } push @opts, "-tudeb" if is_udeb($package); diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/doc/TODO /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/doc/TODO --- debhelper-5.0.62ubuntu1/doc/TODO 2007-11-30 10:34:33.000000000 +0100 +++ debhelper-6.0.3ubuntu1/doc/TODO 2008-01-11 19:34:14.000000000 +0100 @@ -30,7 +30,7 @@ This needs more thought. -v6: +v7: * escaping in config files (for whitespace)? * make dh_install use hard links for efficiency diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/man/po4a/po/debhelper.pot /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/man/po4a/po/debhelper.pot --- debhelper-5.0.62ubuntu1/man/po4a/po/debhelper.pot 2007-11-30 10:34:33.000000000 +0100 +++ debhelper-6.0.3ubuntu1/man/po4a/po/debhelper.pot 2008-01-26 14:11:08.000000000 +0100 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2007-11-29 12:11-0500\n" +"POT-Creation-Date: 2008-01-20 15:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,17 +16,7 @@ "Content-Transfer-Encoding: ENCODING" # type: =head1 -#: debhelper.pod:1 dh_builddeb:3 dh_clean:3 dh_compress:3 dh_desktop:3 -#: dh_fixperms:3 dh_gconf:3 dh_gencontrol:3 dh_installcatalogs:3 -#: dh_installchangelogs:3 dh_installcron:3 dh_installdebconf:3 dh_installdeb:3 -#: dh_installdirs:3 dh_installdocs:3 dh_installemacsen:3 dh_installexamples:3 -#: dh_installinfo:3 dh_installinit:3 dh_installlogcheck:3 -#: dh_installlogrotate:3 dh_installmanpages:3 dh_installman:3 dh_installmenu:3 -#: dh_installmime:3 dh_installmodules:3 dh_installpam:3 dh_install:3 -#: dh_installppp:3 dh_installwm:3 dh_installxfonts:3 dh_link:3 -#: dh_listpackages:3 dh_makeshlibs:3 dh_md5sums:3 dh_movefiles:3 dh_perl:3 -#: dh_python:3 dh_scrollkeeper:3 dh_shlibdeps:3 dh_strip:3 dh_suidregister:3 -#: dh_testdir:3 dh_testroot:3 dh_testversion:3 dh_undocumented:3 dh_usrlocal:3 +#: debhelper.pod:1 dh_builddeb:3 dh_clean:3 dh_compress:3 dh_desktop:3 dh_fixperms:3 dh_gconf:3 dh_gencontrol:3 dh_installcatalogs:3 dh_installchangelogs:3 dh_installcron:3 dh_installdebconf:3 dh_installdeb:3 dh_installdirs:3 dh_installdocs:3 dh_installemacsen:3 dh_installexamples:3 dh_installinfo:3 dh_installinit:3 dh_installlogcheck:3 dh_installlogrotate:3 dh_installmanpages:3 dh_installman:3 dh_installmenu:3 dh_installmime:3 dh_installmodules:3 dh_installpam:3 dh_install:3 dh_installppp:3 dh_installwm:3 dh_installxfonts:3 dh_link:3 dh_listpackages:3 dh_makeshlibs:3 dh_md5sums:3 dh_movefiles:3 dh_perl:3 dh_python:3 dh_scrollkeeper:3 dh_shlibdeps:3 dh_strip:3 dh_suidregister:3 dh_testdir:3 dh_testroot:3 dh_testversion:3 dh_undocumented:3 dh_usrlocal:3 msgid "NAME" msgstr "" @@ -36,41 +26,19 @@ msgstr "" # type: =head1 -#: debhelper.pod:5 dh_builddeb:12 dh_clean:12 dh_compress:13 dh_desktop:12 -#: dh_fixperms:12 dh_gconf:12 dh_gencontrol:12 dh_installcatalogs:14 -#: dh_installchangelogs:12 dh_installcron:12 dh_installdebconf:12 -#: dh_installdeb:12 dh_installdirs:12 dh_installdocs:12 dh_installemacsen:12 -#: dh_installexamples:12 dh_installinfo:12 dh_installinit:12 -#: dh_installlogcheck:12 dh_installlogrotate:12 dh_installmanpages:13 -#: dh_installman:13 dh_installmenu:12 dh_installmime:12 dh_installmodules:14 -#: dh_installpam:12 dh_install:13 dh_installppp:12 dh_installwm:12 -#: dh_installxfonts:12 dh_link:13 dh_listpackages:12 dh_makeshlibs:12 -#: dh_md5sums:13 dh_movefiles:12 dh_perl:14 dh_python:13 dh_scrollkeeper:12 -#: dh_shlibdeps:13 dh_strip:13 dh_suidregister:7 dh_testdir:12 dh_testroot:7 -#: dh_testversion:12 dh_undocumented:12 dh_usrlocal:15 +#: debhelper.pod:5 dh_builddeb:12 dh_clean:12 dh_compress:13 dh_desktop:12 dh_fixperms:12 dh_gconf:12 dh_gencontrol:12 dh_installcatalogs:14 dh_installchangelogs:12 dh_installcron:12 dh_installdebconf:12 dh_installdeb:12 dh_installdirs:12 dh_installdocs:12 dh_installemacsen:12 dh_installexamples:12 dh_installinfo:12 dh_installinit:12 dh_installlogcheck:12 dh_installlogrotate:12 dh_installmanpages:13 dh_installman:13 dh_installmenu:12 dh_installmime:12 dh_installmodules:14 dh_installpam:12 dh_install:13 dh_installppp:12 dh_installwm:12 dh_installxfonts:12 dh_link:13 dh_listpackages:12 dh_makeshlibs:12 dh_md5sums:13 dh_movefiles:12 dh_perl:14 dh_python:13 dh_scrollkeeper:12 dh_shlibdeps:13 dh_strip:13 dh_suidregister:7 dh_testdir:12 dh_testroot:7 dh_testversion:12 dh_undocumented:12 dh_usrlocal:15 msgid "SYNOPSIS" msgstr "" # type: textblock #: debhelper.pod:7 msgid "" -"BI<*> [B<-v>] [B<-a>] [B<-i>] [B<-s>] [B<--no-act>] [B<-ppackage>] [B<-" -"Npackage] [-Ptmpdir>]" +"BI<*> [B<-v>] [B<-a>] [B<-i>] [B<-s>] [B<--no-act>] [B<-ppackage>] " +"[B<-Npackage] [-Ptmpdir>]" msgstr "" # type: =head1 -#: debhelper.pod:9 dh_builddeb:16 dh_clean:16 dh_compress:17 dh_desktop:16 -#: dh_fixperms:16 dh_gconf:16 dh_gencontrol:16 dh_installcatalogs:18 -#: dh_installchangelogs:16 dh_installcron:16 dh_installdebconf:16 -#: dh_installdeb:16 dh_installdirs:16 dh_installdocs:16 dh_installemacsen:16 -#: dh_installexamples:16 dh_installinfo:16 dh_installinit:16 -#: dh_installlogcheck:16 dh_installlogrotate:16 dh_installmanpages:17 -#: dh_installman:17 dh_installmenu:16 dh_installmime:16 dh_installmodules:18 -#: dh_installpam:16 dh_install:17 dh_installppp:16 dh_installwm:16 -#: dh_installxfonts:16 dh_link:17 dh_listpackages:16 dh_makeshlibs:16 -#: dh_md5sums:17 dh_movefiles:16 dh_perl:18 dh_python:17 dh_scrollkeeper:16 -#: dh_shlibdeps:17 dh_strip:17 dh_suidregister:11 dh_testdir:16 dh_testroot:11 -#: dh_testversion:16 dh_undocumented:16 dh_usrlocal:19 +#: debhelper.pod:9 dh_builddeb:16 dh_clean:16 dh_compress:17 dh_desktop:16 dh_fixperms:16 dh_gconf:16 dh_gencontrol:16 dh_installcatalogs:18 dh_installchangelogs:16 dh_installcron:16 dh_installdebconf:16 dh_installdeb:16 dh_installdirs:16 dh_installdocs:16 dh_installemacsen:16 dh_installexamples:16 dh_installinfo:16 dh_installinit:16 dh_installlogcheck:16 dh_installlogrotate:16 dh_installmanpages:17 dh_installman:17 dh_installmenu:16 dh_installmime:16 dh_installmodules:18 dh_installpam:16 dh_install:17 dh_installppp:16 dh_installwm:16 dh_installxfonts:16 dh_link:17 dh_listpackages:16 dh_makeshlibs:16 dh_md5sums:17 dh_movefiles:16 dh_perl:18 dh_python:17 dh_scrollkeeper:16 dh_shlibdeps:17 dh_strip:17 dh_suidregister:11 dh_testdir:16 dh_testroot:11 dh_testversion:16 dh_undocumented:16 dh_usrlocal:19 msgid "DESCRIPTION" msgstr "" @@ -91,8 +59,8 @@ msgid "" "A typical debian/rules file that uses debhelper will call several debhelper " "commands in sequence. Debhelper commands are all named with a \"dh_\" " -"prefix. Examples of rules files that use debhelper are in F" +"prefix. Examples of rules files that use debhelper are in " +"F" msgstr "" # type: textblock @@ -170,8 +138,8 @@ 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 " +"where \"arch\" is the same as the output of \"dpkg-architecture " +"-qDEB_HOST_ARCH\", then they will be used in preference to other, more " "general files." msgstr "" @@ -198,8 +166,7 @@ # type: textblock #: debhelper.pod:81 -msgid "" -"The following command line options are supported by all debhelper programs." +msgid "The following command line options are supported by all debhelper programs." msgstr "" # type: =item @@ -209,8 +176,7 @@ # type: textblock #: debhelper.pod:87 -msgid "" -"Verbose mode: show all commands that modify the package build directory." +msgid "Verbose mode: show all commands that modify the package build directory." msgstr "" # type: =item @@ -268,10 +234,10 @@ "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: " "i386\" for the package, the package should not be acted on on other " -"architectures. So this flag makes the command act on all \"Architecture: any" -"\" packages, as well as on any packages that have the current architecture " -"explicitly specified. Contrast to the -a flag, which makes the command work " -"on all packages that are not architecture independent." +"architectures. So this flag makes the command act on all \"Architecture: " +"any\" packages, as well as on any packages that have the current " +"architecture explicitly specified. Contrast to the -a flag, which makes the " +"command work on all packages that are not architecture independent." msgstr "" # type: =item @@ -295,9 +261,9 @@ #: debhelper.pod:124 msgid "" "Ignore the specified file. This can be used if debian/ contains a debhelper " -"config file that a debhelper command should not act on. Note that debian/" -"compat, debian/control, and debian/changelog can't be ignored, but then, " -"there should never be a reason to ignore those files." +"config file that a debhelper command should not act on. Note that " +"debian/compat, debian/control, and debian/changelog can't be ignored, but " +"then, there should never be a reason to ignore those files." msgstr "" # type: textblock @@ -314,8 +280,7 @@ # type: textblock #: debhelper.pod:134 -msgid "" -"Use \"tmpdir\" for package build directory. The default is debian/" +msgid "Use \"tmpdir\" for package build directory. The default is debian/" msgstr "" # type: =item @@ -328,8 +293,8 @@ 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 " -"one for which debian/foo files can be used instead of the usual debian/" -"package.foo files." +"one for which debian/foo files can be used instead of the usual " +"debian/package.foo files." msgstr "" # type: =head1 @@ -356,8 +321,7 @@ msgstr "" # type: =item -#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 -#: dh_shlibdeps:36 dh_strip:39 +#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39 msgid "B<-X>I, B<--exclude=>I" msgstr "" @@ -369,8 +333,7 @@ msgstr "" # type: =item -#: debhelper.pod:162 dh_compress:50 dh_installdirs:32 dh_installdocs:55 -#: dh_installexamples:33 dh_installinfo:41 dh_installman:57 dh_link:52 +#: debhelper.pod:162 dh_compress:50 dh_installdirs:32 dh_installdocs:55 dh_installexamples:33 dh_installinfo:41 dh_installman:57 dh_link:52 msgid "B<-A>, B<--all>" msgstr "" @@ -382,11 +345,7 @@ msgstr "" # type: =head1 -#: debhelper.pod:169 dh_installcatalogs:54 dh_installdocs:87 -#: dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 -#: dh_installinit:99 dh_installman:74 dh_installmime:41 dh_installmodules:56 -#: dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 -#: dh_strip:68 dh_usrlocal:49 +#: debhelper.pod:169 dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:99 dh_installman:74 dh_installmime:41 dh_installmodules:56 dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49 msgid "NOTES" msgstr "" @@ -411,10 +370,10 @@ #: debhelper.pod:181 msgid "" "To facilitate this, as well as give you more control over which packages are " -"acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-" -"i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If none " -"are given, debhelper programs default to acting on all packages listed in " -"the control file." +"acted on by debhelper programs, all debhelper programs accept the B<-a>, " +"B<-i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If " +"none are given, debhelper programs default to acting on all packages listed " +"in the control file." msgstr "" # type: textblock @@ -553,8 +512,8 @@ # type: textblock #: debhelper.pod:258 msgid "" -"Tell debhelper what compatibility level to use by writing a number to debian/" -"compat. For example, to turn on V5 mode:" +"Tell debhelper what compatibility level to use by writing a number to " +"debian/compat. For example, to turn on V5 mode:" msgstr "" # type: verbatim @@ -572,7 +531,8 @@ "using the most recent compatibility level, and in most cases does not " "indicate if the behavior is different in an earlier compatibility level, so " "if you are not using the most recent compatibility level, you're advised to " -"read below for notes about what is different in earlier compatibility levels." +"read below for notes about what is different in earlier compatibility " +"levels." msgstr "" # type: textblock @@ -622,10 +582,7 @@ msgstr "" # type: =item -#: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 -#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:347 -#: debhelper.pod:351 debhelper.pod:356 debhelper.pod:360 debhelper.pod:373 -#: debhelper.pod:378 debhelper.pod:384 debhelper.pod:390 +#: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:346 debhelper.pod:350 debhelper.pod:355 debhelper.pod:359 debhelper.pod:372 debhelper.pod:377 debhelper.pod:383 debhelper.pod:389 msgid "-" msgstr "" @@ -643,8 +600,7 @@ # type: textblock #: debhelper.pod:307 -msgid "" -"Every file in etc/ is automatically flagged as a conffile by dh_installdeb." +msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb." msgstr "" # type: =item @@ -690,60 +646,57 @@ # type: textblock #: debhelper.pod:342 -msgid "" -"This is the recommended mode of operation. It does everything V4 does, plus:" +msgid "Changes from V4 are:" msgstr "" # type: textblock -#: debhelper.pod:349 +#: debhelper.pod:348 msgid "Comments are ignored in debhelper config files." msgstr "" # type: textblock -#: debhelper.pod:353 +#: debhelper.pod:352 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:358 +#: debhelper.pod:357 msgid "dh_installdocs skips installing empty files." msgstr "" # type: textblock -#: debhelper.pod:362 +#: debhelper.pod:361 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" # type: =item -#: debhelper.pod:366 +#: debhelper.pod:365 msgid "V6" msgstr "" # type: textblock -#: debhelper.pod:368 -msgid "" -"This mode is still under development. Currently it has these differences " -"compared to V5:" +#: debhelper.pod:367 +msgid "This is the recommended mode of operation. It does everything V5 does, plus:" msgstr "" # type: textblock -#: debhelper.pod:375 +#: debhelper.pod:374 msgid "" "Commands that generate maintainer script fragements will order the " "fragements in reverse order for the prerm and postrm scripts." msgstr "" # type: textblock -#: debhelper.pod:380 +#: debhelper.pod:379 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:386 +#: debhelper.pod:385 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 " @@ -751,37 +704,38 @@ msgstr "" # type: textblock -#: debhelper.pod:392 +#: debhelper.pod:391 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatability levels it silently refuses to do this." msgstr "" # type: =head2 -#: debhelper.pod:399 +#: debhelper.pod:398 msgid "Doc directory symlinks" msgstr "" # type: textblock -#: debhelper.pod:401 +#: debhelper.pod:400 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 " -"binary package, that points to some other doc directory. Policy says this is " -"ok if your package depends on the package whose doc directory it uses. To " -"accomplish this, just don't tell debhelper to install any documentation " -"files into the package, and use dh_link to set up the symlink (or do it by " -"hand), and debhelper should do the right thing: notice it is a dangling " -"symlink and not try to install a copyright file or changelog." +"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 binary package, that points to some other doc " +"directory. Policy says this is ok if your package depends on the package " +"whose doc directory it uses. To accomplish this, just don't tell debhelper " +"to install any documentation files into the package, and use dh_link to set " +"up the symlink (or do it by hand), and debhelper should do the right thing: " +"notice it is a dangling symlink and not try to install a copyright file or " +"changelog." msgstr "" # type: =head2 -#: debhelper.pod:410 +#: debhelper.pod:409 msgid "udebs" msgstr "" # type: textblock -#: debhelper.pod:412 +#: debhelper.pod:411 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 " @@ -792,83 +746,84 @@ msgstr "" # type: =head2 -#: debhelper.pod:419 +#: debhelper.pod:418 msgid "Other notes" msgstr "" # type: textblock -#: debhelper.pod:421 +#: debhelper.pod:420 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 " -"man pages, but for example, dh_installdeb knows to make debian//" -"DEBIAN/ before trying to put files there, dh_installmenu knows you need a " -"debian//usr/share/menu/ before installing the menu files, etc." +"man pages, but for example, dh_installdeb knows to make " +"debian//DEBIAN/ before trying to put files there, dh_installmenu " +"knows you need a debian//usr/share/menu/ before installing the menu " +"files, etc." msgstr "" # type: textblock -#: debhelper.pod:427 +#: debhelper.pod:426 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 " "of debhelper equal to (or greater than) the debhelper compatibility level " -"your package uses. So if your package used compatibility level 5:" +"your package uses. So if your package used compatibility level 6:" msgstr "" # type: verbatim -#: debhelper.pod:433 +#: debhelper.pod:432 #, no-wrap msgid "" -" Build-Depends: debhelper (>= 5)\n" +" Build-Depends: debhelper (>= 6)\n" "\n" msgstr "" # type: =head1 -#: debhelper.pod:435 +#: debhelper.pod:434 msgid "ENVIRONMENT" msgstr "" # type: =item -#: debhelper.pod:439 +#: debhelper.pod:438 msgid "DH_VERBOSE" msgstr "" # type: textblock -#: debhelper.pod:441 +#: debhelper.pod:440 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:444 +#: debhelper.pod:443 msgid "DH_COMPAT" msgstr "" # type: textblock -#: debhelper.pod:446 +#: debhelper.pod:445 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." msgstr "" # type: =item -#: debhelper.pod:449 +#: debhelper.pod:448 msgid "DH_NO_ACT" msgstr "" # type: textblock -#: debhelper.pod:451 +#: debhelper.pod:450 msgid "Set to 1 to enable no-act mode." msgstr "" # type: =item -#: debhelper.pod:453 +#: debhelper.pod:452 msgid "DH_OPTIONS" msgstr "" # type: textblock -#: debhelper.pod:455 +#: debhelper.pod:454 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. This is useful in some situations, for example, if " @@ -878,12 +833,12 @@ msgstr "" # type: =item -#: debhelper.pod:461 +#: debhelper.pod:460 msgid "DH_ALWAYS_EXCLUDE" msgstr "" # type: textblock -#: debhelper.pod:463 +#: debhelper.pod:462 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 " @@ -891,7 +846,7 @@ msgstr "" # type: textblock -#: debhelper.pod:467 +#: debhelper.pod:466 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 " @@ -902,77 +857,44 @@ msgstr "" # type: textblock -#: debhelper.pod:474 +#: debhelper.pod:473 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" msgstr "" # type: =head1 -#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 -#: dh_fixperms:110 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 -#: dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 -#: dh_installdeb:94 dh_installdirs:83 dh_installdocs:236 dh_installemacsen:109 -#: dh_installexamples:102 dh_installinfo:103 dh_installinit:197 -#: dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 -#: dh_installman:229 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 -#: dh_installpam:52 dh_install:251 dh_installppp:56 dh_installwm:107 -#: dh_installxfonts:86 dh_link:217 dh_listpackages:28 dh_makeshlibs:222 -#: dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 -#: dh_shlibdeps:150 dh_strip:222 dh_suidregister:117 dh_testdir:43 -#: dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114 +#: debhelper.pod:478 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 dh_fixperms:110 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:237 dh_installemacsen:109 dh_installexamples:103 dh_installinfo:103 dh_installinit:197 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:229 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 dh_installpam:52 dh_install:251 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:28 dh_makeshlibs:222 dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:159 dh_strip:222 dh_suidregister:117 dh_testdir:43 dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114 msgid "SEE ALSO" msgstr "" # type: =item -#: debhelper.pod:483 +#: debhelper.pod:482 msgid "F" msgstr "" # type: textblock -#: debhelper.pod:485 +#: debhelper.pod:484 msgid "A set of example debian/rules files that use debhelper." msgstr "" # type: =item -#: debhelper.pod:487 +#: debhelper.pod:486 msgid "L" msgstr "" # type: textblock -#: debhelper.pod:489 +#: debhelper.pod:488 msgid "Debhelper web site." msgstr "" # type: =head1 -#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 -#: dh_fixperms:116 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 -#: dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 -#: dh_installdeb:100 dh_installdirs:89 dh_installdocs:242 -#: dh_installemacsen:115 dh_installexamples:108 dh_installinfo:109 -#: dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 -#: dh_installmanpages:203 dh_installman:235 dh_installmenu:88 -#: dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:257 -#: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:223 -#: dh_listpackages:34 dh_makeshlibs:228 dh_md5sums:92 dh_movefiles:168 -#: dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:156 dh_strip:228 -#: dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 -#: dh_undocumented:34 dh_usrlocal:120 +#: debhelper.pod:492 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 dh_fixperms:116 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:243 dh_installemacsen:115 dh_installexamples:109 dh_installinfo:109 dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:235 dh_installmenu:88 dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:257 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:34 dh_makeshlibs:228 dh_md5sums:92 dh_movefiles:168 dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:165 dh_strip:228 dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 dh_undocumented:34 dh_usrlocal:120 msgid "AUTHOR" msgstr "" # type: textblock -#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 -#: dh_fixperms:118 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 -#: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 -#: dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 -#: dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 -#: dh_installmanpages:205 dh_installman:237 dh_installmenu:90 -#: dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:259 -#: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:225 -#: dh_listpackages:36 dh_makeshlibs:230 dh_md5sums:94 dh_movefiles:170 -#: dh_shlibdeps:158 dh_strip:230 dh_suidregister:125 dh_testdir:51 -#: dh_testroot:34 dh_testversion:82 dh_undocumented:36 +#: debhelper.pod:494 dh_builddeb:93 dh_clean:114 dh_compress:197 dh_fixperms:118 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:245 dh_installemacsen:117 dh_installexamples:111 dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:237 dh_installmenu:90 dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:259 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:36 dh_makeshlibs:230 dh_md5sums:94 dh_movefiles:170 dh_shlibdeps:167 dh_strip:230 dh_suidregister:125 dh_testdir:51 dh_testroot:34 dh_testversion:82 dh_undocumented:36 msgid "Joey Hess " msgstr "" @@ -984,8 +906,8 @@ # type: textblock #: dh_builddeb:14 msgid "" -"B [S>] [B<--destdir=>I] [B<--" -"filename=>I] [S I>]" +"B [S>] [B<--destdir=>I] " +"[B<--filename=>I] [S I>]" msgstr "" # type: textblock @@ -996,16 +918,7 @@ msgstr "" # type: =head1 -#: dh_builddeb:21 dh_clean:25 dh_compress:38 dh_fixperms:31 dh_gconf:34 -#: dh_gencontrol:26 dh_installcatalogs:44 dh_installchangelogs:40 -#: dh_installcron:24 dh_installdebconf:50 dh_installdirs:28 dh_installdocs:51 -#: dh_installemacsen:35 dh_installexamples:29 dh_installinfo:37 -#: dh_installinit:33 dh_installlogrotate:22 dh_installmanpages:40 -#: dh_installman:53 dh_installmenu:34 dh_installmime:31 dh_installmodules:39 -#: dh_installpam:24 dh_install:43 dh_installppp:26 dh_installwm:32 dh_link:48 -#: dh_makeshlibs:28 dh_md5sums:28 dh_movefiles:32 dh_perl:28 dh_python:39 -#: dh_scrollkeeper:32 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 -#: dh_testversion:34 dh_usrlocal:39 +#: dh_builddeb:21 dh_clean:25 dh_compress:38 dh_fixperms:31 dh_gconf:34 dh_gencontrol:26 dh_installcatalogs:44 dh_installchangelogs:40 dh_installcron:24 dh_installdebconf:50 dh_installdirs:28 dh_installdocs:51 dh_installemacsen:35 dh_installexamples:29 dh_installinfo:37 dh_installinit:33 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:53 dh_installmenu:34 dh_installmime:31 dh_installmodules:39 dh_installpam:24 dh_install:43 dh_installppp:26 dh_installwm:32 dh_link:48 dh_makeshlibs:28 dh_md5sums:28 dh_movefiles:32 dh_perl:28 dh_python:39 dh_scrollkeeper:32 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39 msgid "OPTIONS" msgstr "" @@ -1039,8 +952,7 @@ msgstr "" # type: =item -#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67 -#: dh_makeshlibs:76 dh_shlibdeps:32 +#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67 dh_makeshlibs:76 dh_shlibdeps:32 msgid "B<--> I" msgstr "" @@ -1050,32 +962,12 @@ msgstr "" # type: textblock -#: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:112 dh_gconf:92 -#: dh_gencontrol:75 dh_installcatalogs:113 dh_installchangelogs:127 -#: dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 -#: dh_installdocs:238 dh_installemacsen:111 dh_installexamples:104 -#: dh_installinfo:105 dh_installinit:199 dh_installlogcheck:53 -#: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:231 -#: dh_installmime:87 dh_installmodules:118 dh_installpam:54 dh_install:253 -#: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:219 -#: dh_listpackages:30 dh_makeshlibs:224 dh_md5sums:88 dh_movefiles:164 -#: dh_perl:142 dh_python:284 dh_strip:224 dh_suidregister:119 dh_testdir:45 -#: dh_testroot:28 dh_testversion:76 dh_undocumented:30 dh_usrlocal:116 +#: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:112 dh_gconf:92 dh_gencontrol:75 dh_installcatalogs:113 dh_installchangelogs:127 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:239 dh_installemacsen:111 dh_installexamples:105 dh_installinfo:105 dh_installinit:199 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:231 dh_installmime:87 dh_installmodules:118 dh_installpam:54 dh_install:253 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:30 dh_makeshlibs:224 dh_md5sums:88 dh_movefiles:164 dh_perl:142 dh_python:284 dh_strip:224 dh_suidregister:119 dh_testdir:45 dh_testroot:28 dh_testversion:76 dh_undocumented:30 dh_usrlocal:116 msgid "L" msgstr "" # type: textblock -#: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:114 -#: dh_gconf:94 dh_gencontrol:77 dh_installchangelogs:129 dh_installcron:65 -#: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:240 -#: dh_installemacsen:113 dh_installexamples:106 dh_installinfo:107 -#: dh_installinit:201 dh_installlogrotate:54 dh_installmanpages:201 -#: dh_installman:233 dh_installmenu:86 dh_installmime:89 dh_installmodules:120 -#: dh_installpam:56 dh_install:255 dh_installppp:60 dh_installwm:111 -#: dh_installxfonts:90 dh_link:221 dh_listpackages:32 dh_makeshlibs:226 -#: dh_md5sums:90 dh_movefiles:166 dh_perl:144 dh_python:286 dh_scrollkeeper:80 -#: dh_shlibdeps:154 dh_strip:226 dh_suidregister:121 dh_testdir:47 -#: dh_testroot:30 dh_testversion:78 dh_undocumented:32 dh_usrlocal:118 +#: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:114 dh_gconf:94 dh_gencontrol:77 dh_installchangelogs:129 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:241 dh_installemacsen:113 dh_installexamples:107 dh_installinfo:107 dh_installinit:201 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:233 dh_installmenu:86 dh_installmime:89 dh_installmodules:120 dh_installpam:56 dh_install:255 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:32 dh_makeshlibs:226 dh_md5sums:90 dh_movefiles:166 dh_perl:144 dh_python:286 dh_scrollkeeper:80 dh_shlibdeps:163 dh_strip:226 dh_suidregister:121 dh_testdir:47 dh_testroot:30 dh_testversion:78 dh_undocumented:32 dh_usrlocal:118 msgid "This program is a part of debhelper." msgstr "" @@ -1095,10 +987,13 @@ #: dh_clean:18 #, no-wrap msgid "" -"dh_clean is a debhelper program that is responsible for cleaning up after a\n" -"package is built. It removes the package build directories, and removes some\n" +"dh_clean is a debhelper program that is responsible for cleaning up after " +"a\n" +"package is built. It removes the package build directories, and removes " +"some\n" "other files including debian/files, and any detritus left behind by other\n" -"debhelper commands. It also removes common files that should not appear in a\n" +"debhelper commands. It also removes common files that should not appear in " +"a\n" "debian diff:\n" " #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS core .deps/* *.P\n" "\n" @@ -1147,8 +1042,7 @@ msgstr "" # type: =item -#: dh_clean:50 dh_compress:55 dh_installdocs:69 dh_installexamples:38 -#: dh_installinfo:50 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27 +#: dh_clean:50 dh_compress:55 dh_installdocs:69 dh_installexamples:38 dh_installinfo:50 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27 msgid "I" msgstr "" @@ -1159,15 +1053,14 @@ # type: textblock #: dh_compress:5 -msgid "" -"dh_compress - compress files and fix symlinks in package build directories" +msgid "dh_compress - compress files and fix symlinks in package build directories" msgstr "" # type: textblock #: dh_compress:15 msgid "" -"B [S>] [B<-X>I] [B<-A>] [S>]" +"B [S>] [B<-X>I] [B<-A>] [S>]" msgstr "" # type: textblock @@ -1183,11 +1076,12 @@ #: dh_compress:24 msgid "" "By default, dh_compress compresses files that debian policy mandates should " -"be compressed, namely all files in usr/share/info, usr/share/man, usr/X11R6/" -"man, files in usr/share/doc that are larger than 4k in size, (except the " -"copyright file, .html and .css files, and files that appear to be already " -"compressed based on their extensions), and all changelog files. Plus PCF " -"fonts underneath usr/X11R6/lib/X11/fonts/ and usr/share/fonts/X11/" +"be compressed, namely all files in usr/share/info, usr/share/man, " +"usr/X11R6/man, files in usr/share/doc that are larger than 4k in size, " +"(except the copyright file, .html and .css files, and files that appear to " +"be already compressed based on their extensions), and all changelog " +"files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and " +"usr/share/fonts/X11/" msgstr "" # type: textblock @@ -1296,9 +1190,9 @@ "the permissions of all man pages to mode 644. It makes all files be owned by " "root, and it removes group and other write permission from all files. It " "removes execute permissions from any libraries, headers, perl modules, or " -"desktop files that have it set. It makes all files in bin/ directories, /usr/" -"games/ and etc/init.d executable (since v4). Finally, it removes the setuid " -"and setgid bits from all files in the package." +"desktop files that have it set. It makes all files in bin/ directories, " +"/usr/games/ and etc/init.d executable (since v4). Finally, it removes the " +"setuid and setgid bits from all files in the package." msgstr "" # type: =item @@ -1335,8 +1229,8 @@ #: dh_gconf:21 msgid "" "It automatically generates the postinst and prerm fragments needed to " -"register and unregister the schemas in usr/share/gconf/schemas, using gconf-" -"schemas." +"register and unregister the schemas in usr/share/gconf/schemas, using " +"gconf-schemas." msgstr "" # type: textblock @@ -1352,8 +1246,8 @@ #: dh_gconf:30 msgid "" "The gconf-schemas and update-gconf-defaults scripts are provided by the " -"gconf2 package. An appropriate dependency will be generated in ${misc:" -"Depends}." +"gconf2 package. An appropriate dependency will be generated in " +"${misc:Depends}." msgstr "" # type: =item @@ -1397,7 +1291,7 @@ msgid "" "This program is merely a wrapper around L, which calls " "it once for each package being acted on, and passes in some additional " -"useful flags including \"-isp\"." +"useful flags." msgstr "" # type: =item @@ -1424,8 +1318,8 @@ #: dh_installcatalogs:20 msgid "" "dh_installcatalogs is a debhelper program that installs and registers SGML " -"catalogs. (Note: it will be extended for XML catalog registration when xml-" -"core is available.) It complies with the Debian XML/SGML policy." +"catalogs. (Note: it will be extended for XML catalog registration when " +"xml-core is available.) It complies with the Debian XML/SGML policy." msgstr "" # type: textblock @@ -1435,24 +1329,25 @@ "installed per package. Each line in that file should be of the form " "C, where C indicates where the catalog resides in the " "source tree, and C indicates the destination location for the catalog " -"under the package build area. C should start with F." +"under the package build area. C should start with " +"F." msgstr "" # type: textblock #: dh_installcatalogs:32 msgid "" -"Catalogs will be registered in a supercatalog, in F." -"cat>." +"Catalogs will be registered in a supercatalog, in " +"F.cat>." msgstr "" # type: textblock #: dh_installcatalogs:35 msgid "" "This command automatically adds maintainer script snippets for registering " -"and unregistering the catalogs and \"supercatalogs\" (unless B<-n> is used). " -"These snippets are inserted into the maintainer scripts by dh_installdeb; " -"see L for an explanation of Debhelper maintainer script " -"snippets." +"and unregistering the catalogs and \"supercatalogs\" (unless B<-n> is " +"used). These snippets are inserted into the maintainer scripts by " +"dh_installdeb; see L for an explanation of Debhelper " +"maintainer script snippets." msgstr "" # type: textblock @@ -1463,10 +1358,7 @@ msgstr "" # type: =item -#: dh_installcatalogs:48 dh_installdebconf:54 dh_installdocs:60 -#: dh_installemacsen:39 dh_installinfo:46 dh_installinit:37 dh_installmenu:38 -#: dh_installmime:35 dh_installmodules:43 dh_installwm:42 dh_makeshlibs:62 -#: dh_python:60 dh_scrollkeeper:36 dh_usrlocal:43 +#: dh_installcatalogs:48 dh_installdebconf:54 dh_installdocs:60 dh_installemacsen:39 dh_installinfo:46 dh_installinit:37 dh_installmenu:38 dh_installmime:35 dh_installmodules:43 dh_installwm:42 dh_makeshlibs:62 dh_python:60 dh_scrollkeeper:36 dh_usrlocal:43 msgid "B<-n>, B<--noscripts>" msgstr "" @@ -1476,9 +1368,7 @@ msgstr "" # type: textblock -#: dh_installcatalogs:56 dh_installemacsen:56 dh_installinfo:59 -#: dh_installinit:101 dh_installmime:43 dh_installmodules:58 dh_installwm:53 -#: dh_scrollkeeper:44 dh_usrlocal:51 +#: dh_installcatalogs:56 dh_installemacsen:56 dh_installinfo:59 dh_installinit:101 dh_installmime:43 dh_installmodules:58 dh_installwm:53 dh_scrollkeeper:44 dh_usrlocal:51 msgid "" "Note that this command is not idempotent. \"dh_clean -k\" should be called " "between invocations of this command. Otherwise, it may cause multiple " @@ -1497,8 +1387,7 @@ # type: textblock #: dh_installchangelogs:5 -msgid "" -"dh_installchangelogs - install changelogs into package build directories" +msgid "dh_installchangelogs - install changelogs into package build directories" msgstr "" # type: textblock @@ -1528,8 +1417,9 @@ #: dh_installchangelogs:28 msgid "" "Parallelling the debian changelog handling, this program also takes care of " -"NEWS.Debian files. If there is a debian/NEWS file, it is installed as usr/" -"share/doc/package/NEWS.Debian. debian/package.NEWS files can also be used." +"NEWS.Debian files. If there is a debian/NEWS file, it is installed as " +"usr/share/doc/package/NEWS.Debian. debian/package.NEWS files can also be " +"used." msgstr "" # type: textblock @@ -1539,8 +1429,8 @@ "changelog will be installed as usr/share/doc/package/changelog in the " "package build directory. If the changelog is a html file (determined by file " "extension), it will be installed as usr/share/doc/package/changelog.html " -"instead, and will be converted to plain text with html2text to generate usr/" -"share/doc/package/changelog." +"instead, and will be converted to plain text with html2text to generate " +"usr/share/doc/package/changelog." msgstr "" # type: textblock @@ -1577,23 +1467,23 @@ #: dh_installcron:18 msgid "" "dh_installcron is a debhelper program that is responsible for installing " -"cron scripts into etc/cron.*/ in package build directories. The files debian/" -"package.cron.daily, debian/package.cron.weekly, debian/package.cron.monthly, " -"debian/package.cron.hourly, and debian/package.cron.d are installed." +"cron scripts into etc/cron.*/ in package build directories. The files " +"debian/package.cron.daily, debian/package.cron.weekly, " +"debian/package.cron.monthly, debian/package.cron.hourly, and " +"debian/package.cron.d are installed." msgstr "" # type: =item -#: dh_installcron:28 dh_installinit:72 dh_installlogrotate:26 -#: dh_installmodules:47 dh_installpam:28 dh_installppp:30 +#: dh_installcron:28 dh_installinit:72 dh_installlogrotate:26 dh_installmodules:47 dh_installpam:28 dh_installppp:30 msgid "B<--name=>I" msgstr "" # type: textblock #: dh_installcron:30 msgid "" -"Look for files named debian/package.name.cron.* and install them as etc/cron." -"*/name, instead of using the usual files and installing them as the package " -"name." +"Look for files named debian/package.name.cron.* and install them as " +"etc/cron.*/name, instead of using the usual files and installing them as the " +"package name." msgstr "" # type: textblock @@ -1605,8 +1495,7 @@ # type: textblock #: dh_installdebconf:14 -msgid "" -"B [S>] [B<-n>] [S I>]" +msgid "B [S>] [B<-n>] [S I>]" msgstr "" # type: textblock @@ -1620,8 +1509,8 @@ #: dh_installdebconf:21 msgid "" "It also automatically generates the postrm commands needed to interface with " -"debconf. The commands are added to the maintainer scripts by dh_installdeb. " -"See L for an explanation of how that works." +"debconf. The commands are added to the maintainer scripts by " +"dh_installdeb. See L for an explanation of how that works." msgstr "" # type: textblock @@ -1631,10 +1520,10 @@ "into the DEBIAN directory in the package build directory. If a file named " "debian/package.config.debhelper exists, the contents of that file are merged " "into the config script as follows: If the script exists, then anywhere in it " -"that \"#DEBHELPER#\" appears, the text of the .debhelper file is inserted. " -"If the script does not exist, then a script is generated from the .debhelper " -"file. The .debhelper files may be created by other debhelper programs, and " -"are shell script fragments." +"that \"#DEBHELPER#\" appears, the text of the .debhelper file is " +"inserted. If the script does not exist, then a script is generated from the " +".debhelper file. The .debhelper files may be created by other debhelper " +"programs, and are shell script fragments." msgstr "" # type: textblock @@ -1662,8 +1551,8 @@ msgid "" "This program will look to see if you have a debian/po directory and if so " "will automatically call L to generate a merged templates file " -"containing the translations. For this to work, your package should build-" -"depend on po-debconf." +"containing the translations. For this to work, your package should " +"build-depend on po-debconf." msgstr "" # type: textblock @@ -1716,8 +1605,8 @@ "The postinst, preinst, postrm, and prerm are handled specially: If a " "corresponding file named debian/package.script.debhelper exists, the " "contents of that file are merged into the script as follows: If the script " -"exists, then anywhere in it that \"#DEBHELPER#\" appears, the text of the ." -"debhelper file is inserted. If the script does not exist, then a script is " +"exists, then anywhere in it that \"#DEBHELPER#\" appears, the text of the " +".debhelper file is inserted. If the script does not exist, then a script is " "generated from the .debhelper file. The .debhelper files are created by " "other debhelper programs, such as L, and are shell script " "fragments." @@ -1758,8 +1647,8 @@ msgid "" "Any directory names specified as parameters will be created in the package " "build directory of the first package dh_installdirs is told to act on. By " -"default, this is the first binary package in debian/control, but if you use -" -"p, -i, or -a flags, it will be the first package specified by those flags." +"default, this is the first binary package in debian/control, but if you use " +"-p, -i, or -a flags, it will be the first package specified by those flags." msgstr "" # type: textblock @@ -1823,12 +1712,12 @@ #: dh_installdocs:32 msgid "" "Also, debian/README.Debian (or debian/README.debian) and debian/TODO, if " -"they exist, will be installed into the first binary package listed in debian/" -"control, if dh_installdocs is acting on that package. Note that debian/TODO " -"will be installed named TODO.Debian, if the package is not a debian native " -"package. Also note that README.debian is installed as README.Debian, for " -"consistency. Note that debian/package.README.Debian and debian/package.TODO " -"can be used to specify files for subpackages." +"they exist, will be installed into the first binary package listed in " +"debian/control, if dh_installdocs is acting on that package. Note that " +"debian/TODO will be installed named TODO.Debian, if the package is not a " +"debian native package. Also note that README.debian is installed as " +"README.Debian, for consistency. Note that debian/package.README.Debian and " +"debian/package.TODO can be used to specify files for subpackages." msgstr "" # type: textblock @@ -1866,7 +1755,7 @@ msgstr "" # type: =item -#: dh_installdocs:64 dh_installexamples:43 dh_install:47 dh_movefiles:44 +#: dh_installdocs:64 dh_installexamples:43 dh_install:47 dh_link:57 dh_movefiles:44 msgid "B<-Xitem>, B<--exclude=item>" msgstr "" @@ -1885,7 +1774,7 @@ msgstr "" # type: =head1 -#: dh_installdocs:76 dh_link:65 dh_makeshlibs:82 dh_shlibdeps:65 +#: dh_installdocs:76 dh_link:70 dh_makeshlibs:82 dh_shlibdeps:66 msgid "EXAMPLES" msgstr "" @@ -1957,10 +1846,10 @@ msgid "" "If a file named debian/package.emacsen-install exists, then it is installed " "into usr/lib/emacsen-common/packages/install/package in the package build " -"directory. Similarly, debian/package.emacsen-remove is installed into usr/" -"lib/emacsen-common/packages/remove/package . And similarly, debian/package." -"emacsen-startup is installed into etc/emacs/site-start.d/50.el (by " -"default)." +"directory. Similarly, debian/package.emacsen-remove is installed into " +"usr/lib/emacsen-common/packages/remove/package . And similarly, " +"debian/package.emacsen-startup is installed into " +"etc/emacs/site-start.d/50.el (by default)." msgstr "" # type: =item @@ -1981,14 +1870,13 @@ # type: textblock #: dh_installemacsen:49 msgid "" -"Sets the flavor a site-start.d file will be installed in. Default is \"emacs" -"\", alternatives include \"xemacs\" and \"emacs20\"." +"Sets the flavor a site-start.d file will be installed in. Default is " +"\"emacs\", alternatives include \"xemacs\" and \"emacs20\"." msgstr "" # type: textblock #: dh_installexamples:5 -msgid "" -"dh_installexamples - install example files into package build directories" +msgid "dh_installexamples - install example files into package build directories" msgstr "" # type: textblock @@ -2016,8 +1904,7 @@ # type: textblock #: dh_installexamples:27 -msgid "" -"Files named debian/package.examples can list other files to be installed." +msgid "Files named debian/package.examples can list other files to be installed." msgstr "" # type: textblock @@ -2056,8 +1943,7 @@ # type: textblock #: dh_installinfo:14 -msgid "" -"B [S>] [B<-A>] [B<-n>] [S>]" +msgid "B [S>] [B<-A>] [B<-n>] [S>]" msgstr "" # type: textblock @@ -2113,8 +1999,8 @@ # type: textblock #: dh_installinit:14 msgid "" -"B [S>] [B<--name=>I] [B<-n>] [B<-" -"r>] [B<-d>] [S I>]" +"B [S>] [B<--name=>I] [B<-n>] " +"[B<-r>] [B<-d>] [S I>]" msgstr "" # type: textblock @@ -2135,17 +2021,17 @@ # type: textblock #: dh_installinit:25 msgid "" -"If a file named debian/package.init exists, then it is installed into etc/" -"init.d/package in the package build directory, with \"package\" replaced by " -"the package name." +"If a file named debian/package.init exists, then it is installed into " +"etc/init.d/package in the package build directory, with \"package\" replaced " +"by the package name." msgstr "" # type: textblock #: dh_installinit:29 msgid "" -"If a file named debian/package.default exists, then it is installed into etc/" -"default/package in the package build directory, with \"package\" replaced by " -"the package name." +"If a file named debian/package.default exists, then it is installed into " +"etc/default/package in the package build directory, with \"package\" " +"replaced by the package name." msgstr "" # type: textblock @@ -2200,8 +2086,8 @@ "Remove trailing \"d\" from the name of the package, and use the result for " "the filename the init script is installed as in etc/init.d/ , and the " "default file is installed as in etc/default/ . This may be useful for " -"daemons with names ending in \"d\". (Note: this takes precedence over the --" -"init-script parameter described below.)" +"daemons with names ending in \"d\". (Note: this takes precedence over the " +"--init-script parameter described below.)" msgstr "" # type: =item @@ -2221,9 +2107,9 @@ msgid "" "Install the init script (and default file) using the filename I " "instead of the default filename, which is the package name. When this " -"parameter is used, dh_installinit looks for and installs files named debian/" -"package.name.init and debian/package.name.default, instead of the usual " -"debian/package.init and debian/package.default." +"parameter is used, dh_installinit looks for and installs files named " +"debian/package.name.init and debian/package.name.default, instead of the " +"usual debian/package.init and debian/package.default." msgstr "" # type: =item @@ -2234,8 +2120,8 @@ # type: textblock #: dh_installinit:82 msgid "" -"Use \"scriptname\" as the filename the init script is installed as in etc/" -"init.d/ (and also use it as the filename for the defaults file, if it is " +"Use \"scriptname\" as the filename the init script is installed as in " +"etc/init.d/ (and also use it as the filename for the defaults file, if it is " "installed). If you use this parameter, dh_installinit will look to see if a " "file in the debian/ directory exists that looks like \"package.scriptname\" " "and if so will install it as the init script in preference to the files it " @@ -2275,10 +2161,12 @@ msgid "" "dh_installlogcheck is a debhelper program that is responsible for installing " "logcheck rule files into subdirectories of etc/logcheck/ in package build " -"directories. The files debian/package.logcheck.cracking, debian/package." -"logcheck.violations, debian/package.logcheck.violations.ignore, debian/" -"package.logcheck.ignore.workstation, debian/package.logcheck.ignore.server " -"and debian/package.logcheck.ignore.paranoid are installed if present." +"directories. The files debian/package.logcheck.cracking, " +"debian/package.logcheck.violations, " +"debian/package.logcheck.violations.ignore, " +"debian/package.logcheck.ignore.workstation, " +"debian/package.logcheck.ignore.server and " +"debian/package.logcheck.ignore.paranoid are installed if present." msgstr "" # type: verbatim @@ -2315,9 +2203,9 @@ # type: textblock #: dh_installlogrotate:28 msgid "" -"Look for files named debian/package.name.logrotate and install them as etc/" -"logrotate.d/name, instead of using the usual files and installing them as " -"the package name." +"Look for files named debian/package.name.logrotate and install them as " +"etc/logrotate.d/name, instead of using the usual files and installing them " +"as the package name." msgstr "" # type: textblock @@ -2342,8 +2230,8 @@ #: dh_installmanpages:23 msgid "" "This is a DWIM-style program, with an interface unlike the rest of " -"debhelper. It is deprecated, and you are encouraged to use L instead." +"debhelper. It is deprecated, and you are encouraged to use " +"L instead." msgstr "" # type: textblock @@ -2424,9 +2312,9 @@ "the section field in their .TH line. If you have a properly formatted .TH " "line, your man page will be installed into the right directory, with the " "right name (this includes proper handling of pages with a subsection, like " -"\"3perl\", which are placed in man3, and given an extension of \".3perl\"). " -"If your .TH line is incorrect or missing, the program may guess wrong based " -"on the file extension." +"\"3perl\", which are placed in man3, and given an extension of " +"\".3perl\"). If your .TH line is incorrect or missing, the program may guess " +"wrong based on the file extension." msgstr "" # type: textblock @@ -2443,10 +2331,10 @@ "the wrong extension, this is because the man page has the wrong section " "listed in its .TH line. Edit the man page and correct the section, and " "dh_installman will follow suit. See L for details about the .TH " -"section. If dh_installman seems to install a man page into a directory like /" -"usr/share/man/pl/man1/, that is because your program has a name like \"foo.pl" -"\", and dh_installman assumes that means it is translated into Polish. Use --" -"language=C to avoid this." +"section. If dh_installman seems to install a man page into a directory like " +"/usr/share/man/pl/man1/, that is because your program has a name like " +"\"foo.pl\", and dh_installman assumes that means it is translated into " +"Polish. Use --language=C to avoid this." msgstr "" # type: textblock @@ -2461,7 +2349,8 @@ # type: textblock #: dh_installman:46 msgid "" -"Files named debian/package.manpages can list other man pages to be installed." +"Files named debian/package.manpages can list other man pages to be " +"installed." msgstr "" # type: textblock @@ -2507,8 +2396,7 @@ # type: textblock #: dh_installmenu:5 -msgid "" -"dh_installmenu - install debian menu files into package build directories" +msgid "dh_installmenu - install debian menu files into package build directories" msgstr "" # type: textblock @@ -2535,8 +2423,8 @@ # type: textblock #: dh_installmenu:26 msgid "" -"If a file named debian/package.menu exists, then it is installed into usr/" -"share/menu/package in the package build directory. This is a debian menu " +"If a file named debian/package.menu exists, then it is installed into " +"usr/share/menu/package in the package build directory. This is a debian menu " "file. See L for its format." msgstr "" @@ -2549,8 +2437,7 @@ msgstr "" # type: textblock -#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:64 -#: dh_python:62 +#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:64 dh_python:62 msgid "Do not modify postinst/postrm scripts." msgstr "" @@ -2589,8 +2476,9 @@ #: dh_installmime:26 msgid "" "If files named debian/package.mime or debian/package.sharedmimeinfo exist, " -"then they are installed into usr/lib/mime/packages/package and /usr/share/" -"mime/packages/package.xml (respectively) in the package build directory." +"then they are installed into usr/lib/mime/packages/package and " +"/usr/share/mime/packages/package.xml (respectively) in the package build " +"directory." msgstr "" # type: textblock @@ -2600,8 +2488,7 @@ # type: textblock #: dh_installmodules:16 -msgid "" -"B [S>] [B<-n>] [B<--name=>I]" +msgid "B [S>] [B<-n>] [B<--name=>I]" msgstr "" # type: textblock @@ -2614,9 +2501,9 @@ # type: textblock #: dh_installmodules:23 msgid "" -"Files named debian/package.modprobe will be installed in etc/modprobe.d/" -"package in the package build directory, to be used by module-init-tools's " -"version of modprobe." +"Files named debian/package.modprobe will be installed in " +"etc/modprobe.d/package in the package build directory, to be used by " +"module-init-tools's version of modprobe." msgstr "" # type: textblock @@ -2625,17 +2512,17 @@ "Kernel modules are searched for in the package build directory and if found, " "postinst and postrm commands are automatically generated to run depmod and " "register the modules when the package is installed. These commands are " -"inserted into the maintainer scripts by dh_installdeb. See L for an explanation of how this works." +"inserted into the maintainer scripts by dh_installdeb. See " +"L for an explanation of how this works." msgstr "" # type: textblock #: dh_installmodules:33 msgid "" -"Previous versions of dh_installmodules also supported files named debian/" -"package.modules, which were installed into etc/modutils/package in the " -"package build directory. This was for use by modutils, which is no longer in " -"Debian. dh_installmodules will warn about such files now." +"Previous versions of dh_installmodules also supported files named " +"debian/package.modules, which were installed into etc/modutils/package in " +"the package build directory. This was for use by modutils, which is no " +"longer in Debian. dh_installmodules will warn about such files now." msgstr "" # type: textblock @@ -2666,16 +2553,16 @@ # type: textblock #: dh_installpam:21 msgid "" -"If a file named debian/package.pam exists, then it is installed into etc/pam." -"d/package in the package build directory." +"If a file named debian/package.pam exists, then it is installed into " +"etc/pam.d/package in the package build directory." msgstr "" # type: textblock #: dh_installpam:30 msgid "" -"Look for files named debian/package.name.pam and install them as etc/pam.d/" -"name, instead of using the usual files and installing them as the package " -"name." +"Look for files named debian/package.name.pam and install them as " +"etc/pam.d/name, instead of using the usual files and installing them as the " +"package name." msgstr "" # type: textblock @@ -2735,9 +2622,9 @@ #: dh_install:54 msgid "" "Guess as the destination directory to install things to. If this is " -"specified, you should not list destination directories in debian/package." -"install files or on the command line. Instead, dh_install will guess as " -"follows:" +"specified, you should not list destination directories in " +"debian/package.install files or on the command line. Instead, dh_install " +"will guess as follows:" msgstr "" # type: textblock @@ -2922,16 +2809,16 @@ #: dh_installppp:21 msgid "" "If a file named debian/package.ppp.ip-up exists, then it is installed into " -"etc/ppp/ip-up.d/package in the package build directory. Files named debian/" -"package.ppp.ip-down are installed to etc/ppp/ip-down.d/package" +"etc/ppp/ip-up.d/package in the package build directory. Files named " +"debian/package.ppp.ip-down are installed to etc/ppp/ip-down.d/package" msgstr "" # type: textblock #: dh_installppp:32 msgid "" -"Look for files named debian/package.name.ppp.ip-* and install them as etc/" -"ppp/ip-*/name, instead of using the usual files and installing them as the " -"package name." +"Look for files named debian/package.name.ppp.ip-* and install them as " +"etc/ppp/ip-*/name, instead of using the usual files and installing them as " +"the package name." msgstr "" # type: textblock @@ -2950,10 +2837,10 @@ #: dh_installwm:18 msgid "" "dh_installwm is a debhelper program that is responsible for generating the " -"postinst and postrm commands that register a window manager with L. The window manager's man page is also registered as a " -"slave symlink (in v6 mode and up), if it is found in usr/share/man/man1/ in " -"the package build directory." +"postinst and postrm commands that register a window manager with " +"L. The window manager's man page is also registered " +"as a slave symlink (in v6 mode and up), if it is found in " +"usr/share/man/man1/ in the package build directory." msgstr "" # type: textblock @@ -3029,8 +2916,8 @@ #: dh_installxfonts:28 msgid "" "Your package should depend on xfonts-utils so that the update-fonts-* " -"commands are available. (This program adds that dependency to ${misc:" -"Depends}.)" +"commands are available. (This program adds that dependency to " +"${misc:Depends}.)" msgstr "" # type: textblock @@ -3045,8 +2932,8 @@ # type: textblock #: dh_installxfonts:39 msgid "" -"See L, L, and L for more information about X font installation." +"See L, L, and " +"L for more information about X font installation." msgstr "" # type: textblock @@ -3064,7 +2951,8 @@ # type: textblock #: dh_link:15 msgid "" -"B [S>] [B<-A>] [S>]" +"B [S>] [B<-A>] [B<-X>I] [S>]" msgstr "" # type: textblock @@ -3088,20 +2976,20 @@ msgid "" "The list can be specified in two ways. A file named debian/package.links can " "list pairs of files. If you use this file, you should put each pair of files " -"on its own line, and separate the files within the pair with whitespace. " -"Also, pairs of files can be specified as parameters - these pairs will only " -"be created in the package build directory of the first package dh_link is " -"told to act on. By default, this is the first binary package in debian/" -"control, but if you use -p, -i, or -a flags, it will be the first package " -"specified by those flags." +"on its own line, and separate the files within the pair with " +"whitespace. Also, pairs of files can be specified as parameters - these " +"pairs will only be created in the package build directory of the first " +"package dh_link is told to act on. By default, this is the first binary " +"package in debian/control, but if you use -p, -i, or -a flags, it will be " +"the first package specified by those flags." msgstr "" # type: textblock #: dh_link:36 msgid "" "Be sure you B specify the full filename to both the source and " -"destination files (unlike you would do if you were using something like L)." +"destination files (unlike you would do if you were using something like " +"L)." msgstr "" # type: textblock @@ -3127,13 +3015,20 @@ "on, not just the first." msgstr "" +# type: textblock +#: dh_link:59 +msgid "" +"Do not correct symlinks that contain \"item\" anywhere in their filename " +"from being corrected to comply with debian policy." +msgstr "" + # type: =item -#: dh_link:57 +#: dh_link:62 msgid "I" msgstr "" # type: textblock -#: dh_link:59 +#: dh_link:64 msgid "" "Create a file named \"destination\" as a link to a file named \"source\". Do " "this in the package build directory of the first package acted on. (Or in " @@ -3141,7 +3036,7 @@ msgstr "" # type: verbatim -#: dh_link:67 +#: dh_link:72 #, no-wrap msgid "" " dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n" @@ -3149,12 +3044,12 @@ msgstr "" # type: textblock -#: dh_link:69 +#: dh_link:74 msgid "Make bar.1 be a symlink to foo.1" msgstr "" # type: verbatim -#: dh_link:71 +#: dh_link:76 #, no-wrap msgid "" " dh_link var/lib/foo usr/lib/foo \\\n" @@ -3163,7 +3058,7 @@ msgstr "" # type: textblock -#: dh_link:74 +#: dh_link:79 msgid "" "Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the " "foo.1" @@ -3190,15 +3085,14 @@ # type: textblock #: dh_makeshlibs:5 -msgid "" -"dh_makeshlibs - automatically create shlibs file and call dpkg-gensymbols" +msgid "dh_makeshlibs - automatically create shlibs file and call dpkg-gensymbols" msgstr "" # type: textblock #: dh_makeshlibs:14 msgid "" -"B [S>] [B<-m>I] [B<-V>I<" -"[dependencies]>] [B<-n>] [B<-X>I] [S I>]" +"B [S>] [B<-m>I] " +"[B<-V>I<[dependencies]>] [B<-n>] [B<-X>I] [S I>]" msgstr "" # type: textblock @@ -3350,8 +3244,8 @@ # type: textblock #: dh_md5sums:15 msgid "" -"B [S>] [B<-x>] [B<-X>I] [B<--include-" -"conffiles>]" +"B [S>] [B<-x>] [B<-X>I] " +"[B<--include-conffiles>]" msgstr "" # type: textblock @@ -3401,8 +3295,8 @@ # type: textblock #: dh_movefiles:14 msgid "" -"B [S>] [B<--sourcedir=>I] [B<-" -"X>I] S>]" +"B [S>] [B<--sourcedir=>I] " +"[B<-X>I] S>]" msgstr "" # type: textblock @@ -3449,10 +3343,10 @@ # type: textblock #: dh_movefiles:51 msgid "" -"Lists files to move. The filenames listed should be relative to debian/tmp/. " -"You can also list directory names, and the whole directory will be moved. It " -"is an error to list files here unless you use -p, -i, or -a to tell " -"dh_movefiles which subpackage to put them in." +"Lists files to move. The filenames listed should be relative to " +"debian/tmp/. You can also list directory names, and the whole directory will " +"be moved. It is an error to list files here unless you use -p, -i, or -a to " +"tell dh_movefiles which subpackage to put them in." msgstr "" # type: textblock @@ -3480,8 +3374,8 @@ # type: textblock #: dh_perl:20 msgid "" -"dh_perl is a debhelper program that is responsible for generating the ${perl:" -"Depends} substitutions and adding them to substvars files." +"dh_perl is a debhelper program that is responsible for generating the " +"${perl:Depends} substitutions and adding them to substvars files." msgstr "" # type: textblock @@ -3538,7 +3432,8 @@ msgid "" "If your package installs perl modules in non-standard directories, you can " "make dh_perl check those directories by passing their names on the command " -"line. It will only check the vendorlib and vendorarch directories by default." +"line. It will only check the vendorlib and vendorarch directories by " +"default." msgstr "" # type: textblock @@ -3619,9 +3514,9 @@ msgid "" "If your package installs python modules in non-standard directories, you can " "make dh_python check those directories by passing their names on the command " -"line. By default, it will check /usr/lib/site-python, /usr/lib/$PACKAGE, /" -"usr/share/$PACKAGE, /usr/lib/games/$PACKAGE, /usr/share/games/$PACKAGE and /" -"usr/lib/python?.?/site-packages." +"line. By default, it will check /usr/lib/site-python, /usr/lib/$PACKAGE, " +"/usr/share/$PACKAGE, /usr/lib/games/$PACKAGE, /usr/share/games/$PACKAGE and " +"/usr/lib/python?.?/site-packages." msgstr "" # type: textblock @@ -3712,8 +3607,8 @@ # type: textblock #: dh_shlibdeps:15 msgid "" -"B [S>] [B<-L>I] [B<-" -"l>I] [B<-X>I] [S I>]" +"B [S>] [B<-L>I] " +"[B<-l>I] [B<-X>I] [S I>]" msgstr "" # type: textblock @@ -3757,19 +3652,18 @@ # type: textblock #: dh_shlibdeps:45 -msgid "" -"Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the " -"specified directory (or directories -- separate with colons). This is useful " -"for multi-binary packages where a library is built in one package and " -"another package contains binaries linked against said library. Relative " -"paths will be made absolute for the benefit of dpkg-shlibdeps." +msgid "With recent versions of dpkg-shlibdeps, this option is generally not needed." msgstr "" # type: textblock -#: dh_shlibdeps:52 +#: dh_shlibdeps:48 msgid "" -"Note that the directory given should be the complete or relative path to a " -"directory that contains the library. See example below." +"Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the " +"specified directory (or directories -- separate with colons). With recent " +"versions of dpkg-shlibdeps, this is mostly only useful for packages that " +"build multiple flavors of the same library, or other situations where the " +"library is installed into a directory not on the regular library search " +"path." msgstr "" # type: =item @@ -3780,47 +3674,69 @@ # type: textblock #: dh_shlibdeps:57 msgid "" -"Use the shlibs file automatically generated by dh_makeshlibs for the named " -"package as a kind of automatically generated shlibs.local file. You can use " -"this switch in concert with the -l switch to make dpkg-shlibdeps find a " -"library built as part of the current package, and get the shlibs " -"information. See example below." +"With recent versions of dpkg-shlibdeps, this option is generally not needed, " +"unless your package builds multiple flavors of the same library." +msgstr "" + +# type: textblock +#: dh_shlibdeps:60 +msgid "" +"It tells dpkg-shlibdeps (via its -S parameter) to look first in the package " +"build directory for the specified package, when searching for libraries, " +"symbol files, and shlibs files." msgstr "" # type: textblock -#: dh_shlibdeps:67 +#: dh_shlibdeps:68 msgid "" -"Suppose that your source package produces libfoo1, libfoo-dev, and libfoo-" -"bin binary packages. libfoo-bin links against libfoo1, and should depend on " -"it. In your rules file, first run dh_makeshlibs, then dh_shlibdeps:" +"Suppose that your source package produces libfoo1, libfoo-dev, and " +"libfoo-bin binary packages. libfoo-bin links against libfoo1, and should " +"depend on it. In your rules file, first run dh_makeshlibs, then " +"dh_shlibdeps:" msgstr "" # type: verbatim -#: dh_shlibdeps:71 +#: dh_shlibdeps:72 #, no-wrap msgid "" "\tdh_makeshlibs\n" -"\tdh_shlibdeps -L libfoo1 -l debian/libfoo1/usr/lib\n" +"\tdh_shlibdeps\n" "\n" msgstr "" # type: textblock -#: dh_shlibdeps:74 +#: dh_shlibdeps:75 msgid "" "This will have the effect of generating automatically a shlibs file for " -"libfoo1, and using that file and the libfoo1 library in the debian/libfoo1/" -"usr/lib directory to calculate shared library dependency information." +"libfoo1, and using that file and the libfoo1 library in the " +"debian/libfoo1/usr/lib directory to calculate shared library dependency " +"information." msgstr "" # type: textblock -#: dh_shlibdeps:152 +#: dh_shlibdeps:80 +msgid "" +"If a libbar1 package is also produced, that is an alternate build of libfoo, " +"and is installed into /usr/lib/bar/, you can make libfoo-bin depend on " +"libbar1 as follows:" +msgstr "" + +# type: verbatim +#: dh_shlibdeps:84 +#, no-wrap +msgid "" +"\tdh_shlibdeps -Llibbar1 -l/usr/lib/bar\n" +"\n" +msgstr "" + +# type: textblock +#: dh_shlibdeps:161 msgid "L, L" msgstr "" # type: textblock #: dh_strip:5 -msgid "" -"dh_strip - strip executables, shared libraries, and some static libraries" +msgid "dh_strip - strip executables, shared libraries, and some static libraries" msgstr "" # type: textblock @@ -3904,17 +3820,17 @@ # type: textblock #: dh_strip:62 msgid "" -"Debug symbols will be retained, but split into an independent file in usr/" -"lib/debug/ in the package build directory. --dbg-package is easier to use " -"than this option, but this option is more flexible." +"Debug symbols will be retained, but split into an independent file in " +"usr/lib/debug/ in the package build directory. --dbg-package is easier to " +"use than this option, but this option is more flexible." msgstr "" # type: textblock #: dh_strip:70 msgid "" "If the DEB_BUILD_OPTIONS environment variable contains \"nostrip\", nothing " -"will be stripped, in accordance with Debian policy (section 10.1 \"Binaries" -"\")." +"will be stripped, in accordance with Debian policy (section 10.1 " +"\"Binaries\")." msgstr "" # type: textblock @@ -3945,8 +3861,9 @@ #: dh_suidregister:20 msgid "" "Converting a package that uses this program to use the new statoverride " -"mechanism is easy. Just remove the call to dh_suidregister from debian/" -"rules, and add a versioned conflicts into your control file, as follows:" +"mechanism is easy. Just remove the call to dh_suidregister from " +"debian/rules, and add a versioned conflicts into your control file, as " +"follows:" msgstr "" # type: verbatim @@ -4003,14 +3920,13 @@ #: dh_testroot:13 msgid "" "dh_testroot simply checks to see if you are root. If not, it exits with an " -"error. Debian packages must be built as root, though you can use L" +"error. Debian packages must be built as root, though you can use " +"L" msgstr "" # type: textblock #: dh_testversion:5 -msgid "" -"dh_testversion - ensure that the correct version of debhelper is installed" +msgid "dh_testversion - ensure that the correct version of debhelper is installed" msgstr "" # type: textblock @@ -4020,8 +3936,7 @@ # type: textblock #: dh_testversion:18 -msgid "" -"Note: This program is deprecated. You should use build dependencies instead." +msgid "Note: This program is deprecated. You should use build dependencies instead." msgstr "" # type: textblock @@ -4142,25 +4057,3 @@ #: dh_usrlocal:122 msgid "Andrew Stribblehill " msgstr "" - -# type: textblock -#: dh_fixperms:22 -msgid "" -"dh_fixperms makes all files in usr/share/doc in the package build directory " -"(excluding files in the examples/ directory) be mode 644. It also changes " -"the permissions of all man pages to mode 644. It makes all files be owned by " -"root, and it removes group and other write permission from all files. It " -"removes execute permissions from any libraries that have it set. It makes " -"all files in bin/ directories, /usr/games/ and etc/init.d executable (since " -"v4). Finally, it removes the setuid and setgid bits from all files in the " -"package." -msgstr "" - -# type: textblock -#: dh_makeshlibs:24 -msgid "" -"If a L symbol file is found in debian/package.symbols " -"(or debian/package.symbols.arch), dpkg-gensymbols will be called to process " -"and install the symbols file. Packages using symbols files should Build-" -"Depend on dpkg-dev (>= 1.14.8)." -msgstr "" diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/man/po4a/po/es.po /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/man/po4a/po/es.po --- debhelper-5.0.62ubuntu1/man/po4a/po/es.po 2007-11-30 10:34:34.000000000 +0100 +++ debhelper-6.0.3ubuntu1/man/po4a/po/es.po 2008-01-20 21:28:06.000000000 +0100 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2007-11-29 12:11-0500\n" +"POT-Creation-Date: 2008-01-20 15:28-0500\n" "PO-Revision-Date: 2005-09-18 00:11+0200\n" "Last-Translator: Rubén Porras Campo \n" "Language-Team: SPANISH \n" @@ -787,9 +787,9 @@ # type: =item #: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 -#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:347 -#: debhelper.pod:351 debhelper.pod:356 debhelper.pod:360 debhelper.pod:373 -#: debhelper.pod:378 debhelper.pod:384 debhelper.pod:390 +#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:346 +#: debhelper.pod:350 debhelper.pod:355 debhelper.pod:359 debhelper.pod:372 +#: debhelper.pod:377 debhelper.pod:383 debhelper.pod:389 msgid "-" msgstr "-" @@ -868,20 +868,17 @@ # type: textblock #: debhelper.pod:342 -#, fuzzy -msgid "" -"This is the recommended mode of operation. It does everything V4 does, plus:" +msgid "Changes from V4 are:" msgstr "" -"Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:" # type: textblock -#: debhelper.pod:349 +#: debhelper.pod:348 msgid "Comments are ignored in debhelper config files." msgstr "" "Se ignoran los comentarios en los ficheros de configuración de debhelper." # type: textblock -#: debhelper.pod:353 +#: debhelper.pod:352 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." @@ -891,37 +888,37 @@ "los símbolos." # type: textblock -#: debhelper.pod:358 +#: debhelper.pod:357 msgid "dh_installdocs skips installing empty files." msgstr "dh_installdocs no instala ficheros vacíos." # type: textblock -#: debhelper.pod:362 +#: debhelper.pod:361 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" # type: =item -#: debhelper.pod:366 +#: debhelper.pod:365 msgid "V6" msgstr "" # type: textblock -#: debhelper.pod:368 +#: debhelper.pod:367 #, fuzzy msgid "" -"This mode is still under development. Currently it has these differences " -"compared to V5:" -msgstr "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:" +"This is the recommended mode of operation. It does everything V5 does, plus:" +msgstr "" +"Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:" # type: textblock -#: debhelper.pod:375 +#: debhelper.pod:374 msgid "" "Commands that generate maintainer script fragements will order the " "fragements in reverse order for the prerm and postrm scripts." msgstr "" # type: textblock -#: debhelper.pod:380 +#: debhelper.pod:379 #, fuzzy msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " @@ -929,7 +926,7 @@ msgstr "dh_installwm - registra un gestor de ventanas" # type: textblock -#: debhelper.pod:386 +#: debhelper.pod:385 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 " @@ -937,19 +934,19 @@ msgstr "" # type: textblock -#: debhelper.pod:392 +#: debhelper.pod:391 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatability levels it silently refuses to do this." msgstr "" # type: =head2 -#: debhelper.pod:399 +#: debhelper.pod:398 msgid "Doc directory symlinks" msgstr "Enlaces a los directorios Doc" # type: textblock -#: debhelper.pod:401 +#: debhelper.pod:400 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 " @@ -971,12 +968,12 @@ "colgante y no tratará de instalar un fichero de copyright o changelog." # type: =head2 -#: debhelper.pod:410 +#: debhelper.pod:409 msgid "udebs" msgstr "udebs" # type: textblock -#: debhelper.pod:412 +#: debhelper.pod:411 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 " @@ -994,12 +991,12 @@ "preinst, postrm, prerm, y de configuración, etc." # type: =head2 -#: debhelper.pod:419 +#: debhelper.pod:418 msgid "Other notes" msgstr "Otras notas" # type: textblock -#: debhelper.pod:421 +#: debhelper.pod:420 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 " @@ -1015,13 +1012,13 @@ "archivos del menú, etc." # type: textblock -#: debhelper.pod:427 +#: debhelper.pod:426 #, fuzzy 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 " "of debhelper equal to (or greater than) the debhelper compatibility level " -"your package uses. So if your package used compatibility level 5:" +"your package uses. So if your package used compatibility level 6:" msgstr "" "Una vez que su paquete usa debhelper para construirse, asegurese de añadir " "debhelper a sus dependencias de construcción en debian/control. Debería " @@ -1030,27 +1027,27 @@ "paquete usa el nivel de compatibilidad 4:" # type: verbatim -#: debhelper.pod:433 +#: debhelper.pod:432 #, fuzzy, no-wrap msgid "" -" Build-Depends: debhelper (>= 5)\n" +" Build-Depends: debhelper (>= 6)\n" "\n" msgstr "" " Build-Depends: debhelper (>= 4)\n" "\n" # type: =head1 -#: debhelper.pod:435 +#: debhelper.pod:434 msgid "ENVIRONMENT" msgstr "ENTORNO" # type: =item -#: debhelper.pod:439 +#: debhelper.pod:438 msgid "DH_VERBOSE" msgstr "DH_VERBOSE" # type: textblock -#: debhelper.pod:441 +#: debhelper.pod:440 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." @@ -1060,12 +1057,12 @@ "construcción." # type: =item -#: debhelper.pod:444 +#: debhelper.pod:443 msgid "DH_COMPAT" msgstr "DH_COMPAT" # type: textblock -#: debhelper.pod:446 +#: debhelper.pod:445 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." @@ -1074,22 +1071,22 @@ "debhelper, ignorando cualquier valor en debian/compat." # type: =item -#: debhelper.pod:449 +#: debhelper.pod:448 msgid "DH_NO_ACT" msgstr "DH_NO_ACT" # type: textblock -#: debhelper.pod:451 +#: debhelper.pod:450 msgid "Set to 1 to enable no-act mode." msgstr "Poner a 1 para habilitar el modo no-act." # type: =item -#: debhelper.pod:453 +#: debhelper.pod:452 msgid "DH_OPTIONS" msgstr "DH_OPTIONS" # type: textblock -#: debhelper.pod:455 +#: debhelper.pod:454 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. This is useful in some situations, for example, if " @@ -1105,12 +1102,12 @@ "Lea la documentación de make para los detalles sobre como hacer esto." # type: =item -#: debhelper.pod:461 +#: debhelper.pod:460 msgid "DH_ALWAYS_EXCLUDE" msgstr "DH_ALWAYS_EXCLUDE" # type: textblock -#: debhelper.pod:463 +#: debhelper.pod:462 msgid "" "If set, this adds the value the variable is set to to the -X options of all " "commands that support the -X option. Moreover, dh_builddeb will rm -rf " @@ -1121,7 +1118,7 @@ "coincida con el valor en el árbol de construcción." # type: textblock -#: debhelper.pod:467 +#: debhelper.pod:466 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 " @@ -1138,7 +1135,7 @@ "sitio donde se construya el paquete." # type: textblock -#: debhelper.pod:474 +#: debhelper.pod:473 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" @@ -1147,69 +1144,69 @@ "puntos, p. ej.: DH_ALWAYS_EXCLUDE=CVS:.svn" # type: =head1 -#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 +#: debhelper.pod:478 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 #: dh_fixperms:110 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 #: dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 -#: dh_installdeb:94 dh_installdirs:83 dh_installdocs:236 dh_installemacsen:109 -#: dh_installexamples:102 dh_installinfo:103 dh_installinit:197 +#: dh_installdeb:94 dh_installdirs:83 dh_installdocs:237 dh_installemacsen:109 +#: dh_installexamples:103 dh_installinfo:103 dh_installinit:197 #: dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 #: dh_installman:229 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 #: dh_installpam:52 dh_install:251 dh_installppp:56 dh_installwm:107 -#: dh_installxfonts:86 dh_link:217 dh_listpackages:28 dh_makeshlibs:222 +#: dh_installxfonts:86 dh_link:223 dh_listpackages:28 dh_makeshlibs:222 #: dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 -#: dh_shlibdeps:150 dh_strip:222 dh_suidregister:117 dh_testdir:43 +#: dh_shlibdeps:159 dh_strip:222 dh_suidregister:117 dh_testdir:43 #: dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114 msgid "SEE ALSO" msgstr "VÉASE ADEMÁS" # type: =item -#: debhelper.pod:483 +#: debhelper.pod:482 msgid "F" msgstr "F" # type: textblock -#: debhelper.pod:485 +#: debhelper.pod:484 msgid "A set of example debian/rules files that use debhelper." msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper." # type: =item -#: debhelper.pod:487 +#: debhelper.pod:486 msgid "L" msgstr "L" # type: textblock -#: debhelper.pod:489 +#: debhelper.pod:488 msgid "Debhelper web site." msgstr "Web de Debhelper." # type: =head1 -#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 +#: debhelper.pod:492 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 #: dh_fixperms:116 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 #: dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 -#: dh_installdeb:100 dh_installdirs:89 dh_installdocs:242 -#: dh_installemacsen:115 dh_installexamples:108 dh_installinfo:109 +#: dh_installdeb:100 dh_installdirs:89 dh_installdocs:243 +#: dh_installemacsen:115 dh_installexamples:109 dh_installinfo:109 #: dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 #: dh_installmanpages:203 dh_installman:235 dh_installmenu:88 #: dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:257 -#: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:223 +#: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 #: dh_listpackages:34 dh_makeshlibs:228 dh_md5sums:92 dh_movefiles:168 -#: dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:156 dh_strip:228 +#: dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:165 dh_strip:228 #: dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 #: dh_undocumented:34 dh_usrlocal:120 msgid "AUTHOR" msgstr "AUTOR" # type: textblock -#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 +#: debhelper.pod:494 dh_builddeb:93 dh_clean:114 dh_compress:197 #: dh_fixperms:118 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 #: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 -#: dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 +#: dh_installdocs:245 dh_installemacsen:117 dh_installexamples:111 #: dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 #: dh_installmanpages:205 dh_installman:237 dh_installmenu:90 #: dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:259 -#: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:225 +#: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 #: dh_listpackages:36 dh_makeshlibs:230 dh_md5sums:94 dh_movefiles:170 -#: dh_shlibdeps:158 dh_strip:230 dh_suidregister:125 dh_testdir:51 +#: dh_shlibdeps:167 dh_strip:230 dh_suidregister:125 dh_testdir:51 #: dh_testroot:34 dh_testversion:82 dh_undocumented:36 msgid "Joey Hess " msgstr "Joey Hess " @@ -1299,11 +1296,11 @@ #: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:112 dh_gconf:92 #: dh_gencontrol:75 dh_installcatalogs:113 dh_installchangelogs:127 #: dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 -#: dh_installdocs:238 dh_installemacsen:111 dh_installexamples:104 +#: dh_installdocs:239 dh_installemacsen:111 dh_installexamples:105 #: dh_installinfo:105 dh_installinit:199 dh_installlogcheck:53 #: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:231 #: dh_installmime:87 dh_installmodules:118 dh_installpam:54 dh_install:253 -#: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:219 +#: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 #: dh_listpackages:30 dh_makeshlibs:224 dh_md5sums:88 dh_movefiles:164 #: dh_perl:142 dh_python:284 dh_strip:224 dh_suidregister:119 dh_testdir:45 #: dh_testroot:28 dh_testversion:76 dh_undocumented:30 dh_usrlocal:116 @@ -1313,14 +1310,14 @@ # type: textblock #: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:114 #: dh_gconf:94 dh_gencontrol:77 dh_installchangelogs:129 dh_installcron:65 -#: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:240 -#: dh_installemacsen:113 dh_installexamples:106 dh_installinfo:107 +#: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:241 +#: dh_installemacsen:113 dh_installexamples:107 dh_installinfo:107 #: dh_installinit:201 dh_installlogrotate:54 dh_installmanpages:201 #: dh_installman:233 dh_installmenu:86 dh_installmime:89 dh_installmodules:120 #: dh_installpam:56 dh_install:255 dh_installppp:60 dh_installwm:111 -#: dh_installxfonts:90 dh_link:221 dh_listpackages:32 dh_makeshlibs:226 +#: dh_installxfonts:90 dh_link:227 dh_listpackages:32 dh_makeshlibs:226 #: dh_md5sums:90 dh_movefiles:166 dh_perl:144 dh_python:286 dh_scrollkeeper:80 -#: dh_shlibdeps:154 dh_strip:226 dh_suidregister:121 dh_testdir:47 +#: dh_shlibdeps:163 dh_strip:226 dh_suidregister:121 dh_testdir:47 #: dh_testroot:30 dh_testversion:78 dh_undocumented:32 dh_usrlocal:118 msgid "This program is a part of debhelper." msgstr "Este programa es parte de debhelper." @@ -1725,10 +1722,11 @@ # type: textblock #: dh_gencontrol:22 +#, fuzzy msgid "" "This program is merely a wrapper around L, which calls " "it once for each package being acted on, and passes in some additional " -"useful flags including \"-isp\"." +"useful flags." msgstr "" "El programa es simplemente un envoltorio alrededor de L, " "al que llama una vez por cada programa sobre el que actúa, y le pasa algunas " @@ -2365,7 +2363,8 @@ msgstr "No modifica los scripts de postinst/prerm." # type: =item -#: dh_installdocs:64 dh_installexamples:43 dh_install:47 dh_movefiles:44 +#: dh_installdocs:64 dh_installexamples:43 dh_install:47 dh_link:57 +#: dh_movefiles:44 msgid "B<-Xitem>, B<--exclude=item>" msgstr "B<-Xelemento>, B<--exclude=elemento>" @@ -2389,7 +2388,7 @@ "actúe. (O en todos si se especifica B<-A>)." # type: =head1 -#: dh_installdocs:76 dh_link:65 dh_makeshlibs:82 dh_shlibdeps:65 +#: dh_installdocs:76 dh_link:70 dh_makeshlibs:82 dh_shlibdeps:66 msgid "EXAMPLES" msgstr "EJEMPLOS" @@ -3954,8 +3953,10 @@ # type: textblock #: dh_link:15 +#, fuzzy msgid "" -"B [S>] [B<-A>] [S>]" +"B [S>] [B<-A>] [B<-X>I] [S>]" msgstr "" "B [S>] [B<-A>] [S>]" @@ -4047,13 +4048,23 @@ "Crea cualquier enlace especificado por los parámetros de la linea de órdenes " "en TODOS los paquetes sobre los que se actúa, no solamente en el primero." +# type: textblock +#: dh_link:59 +#, fuzzy +msgid "" +"Do not correct symlinks that contain \"item\" anywhere in their filename " +"from being corrected to comply with debian policy." +msgstr "" +"Excluye ficheros que contienen \"elemento\" en cualquier lugar de su nombre, " +"de ser listados en el fichero md5sums." + # type: =item -#: dh_link:57 +#: dh_link:62 msgid "I" msgstr "I" # type: textblock -#: dh_link:59 +#: dh_link:64 msgid "" "Create a file named \"destination\" as a link to a file named \"source\". Do " "this in the package build directory of the first package acted on. (Or in " @@ -4065,7 +4076,7 @@ "especifica -A)." # type: verbatim -#: dh_link:67 +#: dh_link:72 #, no-wrap msgid "" " dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n" @@ -4075,12 +4086,12 @@ "\n" # type: textblock -#: dh_link:69 +#: dh_link:74 msgid "Make bar.1 be a symlink to foo.1" msgstr "Hace de bar.1 un enlace simbólico a foo.1" # type: verbatim -#: dh_link:71 +#: dh_link:76 #, fuzzy, no-wrap msgid "" " dh_link var/lib/foo usr/lib/foo \\\n" @@ -4092,7 +4103,7 @@ "\n" # type: textblock -#: dh_link:74 +#: dh_link:79 #, fuzzy msgid "" "Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the " @@ -4868,11 +4879,18 @@ # type: textblock #: dh_shlibdeps:45 msgid "" +"With recent versions of dpkg-shlibdeps, this option is generally not needed." +msgstr "" + +# type: textblock +#: dh_shlibdeps:48 +#, fuzzy +msgid "" "Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the " -"specified directory (or directories -- separate with colons). This is useful " -"for multi-binary packages where a library is built in one package and " -"another package contains binaries linked against said library. Relative " -"paths will be made absolute for the benefit of dpkg-shlibdeps." +"specified directory (or directories -- separate with colons). With recent " +"versions of dpkg-shlibdeps, this is mostly only useful for packages that " +"build multiple flavors of the same library, or other situations where the " +"library is installed into a directory not on the regular library search path." msgstr "" "Antes de ejecutarse dpkg-shlibdeps, se deberá añadir a LD_LIBRARY_PATH el " "directorio especificado (o directorios -- separados por dos puntos). Esto " @@ -4880,15 +4898,6 @@ "las bibliotecas indicadas. Las rutas relativas se convierten en absolutas " "para el beneficio de dpkg-shlibdeps." -# type: textblock -#: dh_shlibdeps:52 -msgid "" -"Note that the directory given should be the complete or relative path to a " -"directory that contains the library. See example below." -msgstr "" -"Nótese que el directorio especificado deberá ser la ruta completa o relativa " -"a un directorio que contiene la biblioteca. Vea un ejemplo abajo." - # type: =item #: dh_shlibdeps:55 msgid "B<-L>I, B<--libpackage=>I" @@ -4897,21 +4906,20 @@ # type: textblock #: dh_shlibdeps:57 msgid "" -"Use the shlibs file automatically generated by dh_makeshlibs for the named " -"package as a kind of automatically generated shlibs.local file. You can use " -"this switch in concert with the -l switch to make dpkg-shlibdeps find a " -"library built as part of the current package, and get the shlibs " -"information. See example below." -msgstr "" -"Usa el fichero shlibs generado automáticamente por dh_makeshlibs para el " -"paquete nombrado como un tipo de fichero shlibs.local generado " -"automáticamente. Usted puede usar este modificador en conjunto con el " -"modificador -l para hacer que dpkg-shlibdeps encuentre una biblioteca " -"construida como parte del paquete actual, y obtenga la información de " -"shlibs. Vea un ejemplo abajo." +"With recent versions of dpkg-shlibdeps, this option is generally not needed, " +"unless your package builds multiple flavors of the same library." +msgstr "" # type: textblock -#: dh_shlibdeps:67 +#: dh_shlibdeps:60 +msgid "" +"It tells dpkg-shlibdeps (via its -S parameter) to look first in the package " +"build directory for the specified package, when searching for libraries, " +"symbol files, and shlibs files." +msgstr "" + +# type: textblock +#: dh_shlibdeps:68 msgid "" "Suppose that your source package produces libfoo1, libfoo-dev, and libfoo-" "bin binary packages. libfoo-bin links against libfoo1, and should depend on " @@ -4923,11 +4931,11 @@ "dh_shlibdeps:" # type: verbatim -#: dh_shlibdeps:71 -#, no-wrap +#: dh_shlibdeps:72 +#, fuzzy, no-wrap msgid "" "\tdh_makeshlibs\n" -"\tdh_shlibdeps -L libfoo1 -l debian/libfoo1/usr/lib\n" +"\tdh_shlibdeps\n" "\n" msgstr "" "\tdh_makeshlibs\n" @@ -4935,7 +4943,7 @@ "\n" # type: textblock -#: dh_shlibdeps:74 +#: dh_shlibdeps:75 msgid "" "This will have the effect of generating automatically a shlibs file for " "libfoo1, and using that file and the libfoo1 library in the debian/libfoo1/" @@ -4946,7 +4954,26 @@ "calcular la información de dependencias en bibliotecas compartidas." # type: textblock -#: dh_shlibdeps:152 +#: dh_shlibdeps:80 +msgid "" +"If a libbar1 package is also produced, that is an alternate build of libfoo, " +"and is installed into /usr/lib/bar/, you can make libfoo-bin depend on " +"libbar1 as follows:" +msgstr "" + +# type: verbatim +#: dh_shlibdeps:84 +#, fuzzy, no-wrap +msgid "" +"\tdh_shlibdeps -Llibbar1 -l/usr/lib/bar\n" +"\n" +msgstr "" +"\tdh_makeshlibs\n" +"\tdh_shlibdeps -L libfoo1 -l debian/libfoo1/usr/lib\n" +"\n" + +# type: textblock +#: dh_shlibdeps:161 msgid "L, L" msgstr "L, L" @@ -5379,35 +5406,35 @@ msgstr "Andrew Stribblehill " # type: textblock -#: dh_fixperms:22 #, fuzzy -msgid "" -"dh_fixperms makes all files in usr/share/doc in the package build directory " -"(excluding files in the examples/ directory) be mode 644. It also changes " -"the permissions of all man pages to mode 644. It makes all files be owned by " -"root, and it removes group and other write permission from all files. It " -"removes execute permissions from any libraries that have it set. It makes " -"all files in bin/ directories, /usr/games/ and etc/init.d executable (since " -"v4). Finally, it removes the setuid and setgid bits from all files in the " -"package." -msgstr "" -"dh_fixperms hace que el modo de todos los ficheros en usr/share/doc en el " -"directorio de construcción del paquete (excluyendo los ficheros en el " -"directorio examples/) se 644. También cambia el modo de las páginas del " -"manual a 644. Hace que todos los ficheros pertenezcan al superusuario y " -"elimina los permisos de escritura del grupo y de otros. Elimina los permisos " -"de ejecución de cualquier biblioteca. Hace ejecutables todos los ficheros en " -"bin/, /usr/games/ y en etc/init.d (sólo v4). Finalmente, elimina los bit " -"setuid y setgid de todos los ficheros en el paquete." +#~ msgid "" +#~ "This mode is still under development. Currently it has these differences " +#~ "compared to V5:" +#~ msgstr "" +#~ "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:" # type: textblock -#: dh_makeshlibs:24 -msgid "" -"If a L symbol file is found in debian/package.symbols " -"(or debian/package.symbols.arch), dpkg-gensymbols will be called to process " -"and install the symbols file. Packages using symbols files should Build-" -"Depend on dpkg-dev (>= 1.14.8)." -msgstr "" +#~ msgid "" +#~ "Note that the directory given should be the complete or relative path to " +#~ "a directory that contains the library. See example below." +#~ msgstr "" +#~ "Nótese que el directorio especificado deberá ser la ruta completa o " +#~ "relativa a un directorio que contiene la biblioteca. Vea un ejemplo abajo." + +# type: textblock +#~ msgid "" +#~ "Use the shlibs file automatically generated by dh_makeshlibs for the " +#~ "named package as a kind of automatically generated shlibs.local file. You " +#~ "can use this switch in concert with the -l switch to make dpkg-shlibdeps " +#~ "find a library built as part of the current package, and get the shlibs " +#~ "information. See example below." +#~ msgstr "" +#~ "Usa el fichero shlibs generado automáticamente por dh_makeshlibs para el " +#~ "paquete nombrado como un tipo de fichero shlibs.local generado " +#~ "automáticamente. Usted puede usar este modificador en conjunto con el " +#~ "modificador -l para hacer que dpkg-shlibdeps encuentre una biblioteca " +#~ "construida como parte del paquete actual, y obtenga la información de " +#~ "shlibs. Vea un ejemplo abajo." # type: textblock #~ msgid "" diff -Nru /tmp/0VOBc4OhcD/debhelper-5.0.62ubuntu1/man/po4a/po/fr.po /tmp/RHfJTUCfBL/debhelper-6.0.3ubuntu1/man/po4a/po/fr.po --- debhelper-5.0.62ubuntu1/man/po4a/po/fr.po 2007-11-30 10:34:34.000000000 +0100 +++ debhelper-6.0.3ubuntu1/man/po4a/po/fr.po 2008-01-20 21:28:07.000000000 +0100 @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: debhelper manpages\n" -"POT-Creation-Date: 2007-11-29 12:11-0500\n" +"POT-Creation-Date: 2008-01-20 15:28-0500\n" "PO-Revision-Date: 2006-11-19 20:50+0100\n" "Last-Translator: Valery Perrin \n" "Language-Team: French \n" @@ -234,8 +234,8 @@ "indiquer divers types de S documentation, fichiers d'exemples à " "installer, fichiers à déplacer et ainsi de suite. Lorsque cela se justifie, " "dans des cas comme ceux-ci, il est possible d'employer les jokers (wildcard) " -"standard de l'interpréteur de commandes (shell) (S<« ? »>, S<« * »> et " -"S<« [..] »>)." +"standard de l'interpréteur de commandes (shell) (S<« ? »>, S<« * »> et S<« [..] " +"»>)." # type: textblock #: debhelper.pod:76 @@ -339,10 +339,10 @@ "quelques rares cas. Grâce à cette option, si le fichier de contrôle du " "paquet comporte le champ S<« Architecture: i386 »>, debhelper ne construira " "pas le paquet pour d'autres architectures. De cette façon, cette option " -"construit tous les paquets marqués S<«Architecture: any »> ainsi que tous " -"les paquets dont l'architecture mentionnée correspond à l'architecture " -"courante. Ce comportement est à l'opposé de l'option -a, qui construit " -"seulement les paquets qui ne sont pas indépendants de l'architecture." +"construit tous les paquets marqués S<«Architecture: any »> ainsi que tous les " +"paquets dont l'architecture mentionnée correspond à l'architecture courante. " +"Ce comportement est à l'opposé de l'option -a, qui construit seulement les " +"paquets qui ne sont pas indépendants de l'architecture." # type: =item #: debhelper.pod:117 @@ -546,8 +546,8 @@ "Certaines commandes de debhelper produisent automatiquement des lignes de " "codes de maintenance du paquet. Pour les inclure dans vos propres scripts de " "maintenance du paquet, il convient d'ajouter S<« #DEBHELPER# »> à l'endroit " -"où les lignes de code générées devront être insérées. S<« #DEBHELPER# »> " -"sera remplacé, par les lignes de code générées automatiquement, lors de " +"où les lignes de code générées devront être insérées. S<« #DEBHELPER# »> sera " +"remplacé, par les lignes de code générées automatiquement, lors de " "l'exécution de dh_installdeb." # type: textblock @@ -801,9 +801,9 @@ # type: =item #: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 -#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:347 -#: debhelper.pod:351 debhelper.pod:356 debhelper.pod:360 debhelper.pod:373 -#: debhelper.pod:378 debhelper.pod:384 debhelper.pod:390 +#: debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:346 +#: debhelper.pod:350 debhelper.pod:355 debhelper.pod:359 debhelper.pod:372 +#: debhelper.pod:377 debhelper.pod:383 debhelper.pod:389 msgid "-" msgstr "-" @@ -884,21 +884,19 @@ # type: textblock #: debhelper.pod:342 -msgid "" -"This is the recommended mode of operation. It does everything V4 does, plus:" -msgstr "" -"C'est la version dont l'usage est recommandé. Elle fait la même chose que la " -"version V4 S" +#, fuzzy +msgid "Changes from V4 are:" +msgstr "Les changements par rapport à la version 3 S" # type: textblock -#: debhelper.pod:349 +#: debhelper.pod:348 msgid "Comments are ignored in debhelper config files." msgstr "" "Les commentaires sont ignorés dans les fichiers de configuration de " "debhelper." # type: textblock -#: debhelper.pod:353 +#: debhelper.pod:352 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." @@ -908,38 +906,40 @@ "symboles." # type: textblock -#: debhelper.pod:358 +#: debhelper.pod:357 msgid "dh_installdocs skips installing empty files." msgstr "dh_installdocs saute l'installation des fichiers vides." # type: textblock -#: debhelper.pod:362 +#: debhelper.pod:361 msgid "dh_install errors out if wildcards expand to nothing." msgstr "" "dh_install génère des erreurs si les jokers (wildcards) ne correspondent à " "rien." # type: =item -#: debhelper.pod:366 +#: debhelper.pod:365 msgid "V6" msgstr "" # type: textblock -#: debhelper.pod:368 +#: debhelper.pod:367 +#, fuzzy msgid "" -"This mode is still under development. Currently it has these differences " -"compared to V5:" +"This is the recommended mode of operation. It does everything V5 does, plus:" msgstr "" +"C'est la version dont l'usage est recommandé. Elle fait la même chose que la " +"version V4 S" # type: textblock -#: debhelper.pod:375 +#: debhelper.pod:374 msgid "" "Commands that generate maintainer script fragements will order the " "fragements in reverse order for the prerm and postrm scripts." msgstr "" # type: textblock -#: debhelper.pod:380 +#: debhelper.pod:379 #, fuzzy msgid "" "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if " @@ -947,7 +947,7 @@ msgstr "dh_installwm - inscrit un gestionnaire de fenêtre (window manager)" # type: textblock -#: debhelper.pod:386 +#: debhelper.pod:385 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 " @@ -955,19 +955,19 @@ msgstr "" # type: textblock -#: debhelper.pod:392 +#: debhelper.pod:391 msgid "" "dh_installman allows overwriting existing man pages in the package build " "directory. In previous compatability levels it silently refuses to do this." msgstr "" # type: =head2 -#: debhelper.pod:399 +#: debhelper.pod:398 msgid "Doc directory symlinks" msgstr "Liens symboliques vers le répertoire de documentation" # type: textblock -#: debhelper.pod:401 +#: debhelper.pod:400 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 " @@ -986,16 +986,16 @@ "résultat, il suffit d'omettre l'installation du répertoire de documentation " "dans le paquet et d'employer dh_link pour générer le lien symbolique (ou le " "faire manuellement). Dans ce cas debhelper devrait se comporter " -"correctement, c'est-à-dire remarquer qu'il s'agit d'un lien symbolique S<« " -"en l'air »> et ne pas essayer d'installer un fichier copyright ou changelog." +"correctement, c'est-à-dire remarquer qu'il s'agit d'un lien symbolique S<« en " +"l'air »> et ne pas essayer d'installer un fichier copyright ou changelog." # type: =head2 -#: debhelper.pod:410 +#: debhelper.pod:409 msgid "udebs" msgstr "udebs" # type: textblock -#: debhelper.pod:412 +#: debhelper.pod:411 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 " @@ -1014,12 +1014,12 @@ "les scripts de configuration, etc." # type: =head2 -#: debhelper.pod:419 +#: debhelper.pod:418 msgid "Other notes" msgstr "Autres remarques" # type: textblock -#: debhelper.pod:421 +#: debhelper.pod:420 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 " @@ -1036,12 +1036,13 @@ "fichiers menu, etc." # type: textblock -#: debhelper.pod:427 +#: debhelper.pod:426 +#, fuzzy 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 " "of debhelper equal to (or greater than) the debhelper compatibility level " -"your package uses. So if your package used compatibility level 5:" +"your package uses. So if your package used compatibility level 6:" msgstr "" "Dès qu'un paquet emploie debhelper pour sa construction, il faut vérifier " "que debhelper a bien été ajouté à la ligne build-depend dans le fichier " @@ -1051,27 +1052,27 @@ "le paquet emploie le niveau 5 de S" # type: verbatim -#: debhelper.pod:433 -#, no-wrap +#: debhelper.pod:432 +#, fuzzy, no-wrap msgid "" -" Build-Depends: debhelper (>= 5)\n" +" Build-Depends: debhelper (>= 6)\n" "\n" msgstr "" " Build-Depends: debhelper (>= 5)\n" "\n" # type: =head1 -#: debhelper.pod:435 +#: debhelper.pod:434 msgid "ENVIRONMENT" msgstr "VARIABLES D'ENVIRONNEMENT" # type: =item -#: debhelper.pod:439 +#: debhelper.pod:438 msgid "DH_VERBOSE" msgstr "DH_VERBOSE" # type: textblock -#: debhelper.pod:441 +#: debhelper.pod:440 msgid "" "Set to 1 to enable verbose mode. Debhelper will output every command it runs " "that modifies files on the build system." @@ -1080,12 +1081,12 @@ "commande exécutée qui modifie des fichiers." # type: =item -#: debhelper.pod:444 +#: debhelper.pod:443 msgid "DH_COMPAT" msgstr "DH_COMPAT" # type: textblock -#: debhelper.pod:446 +#: debhelper.pod:445 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in debian/compat." @@ -1094,22 +1095,22 @@ "fonctionner. Cette valeur supplante la valeur précisée dans debian/compat." # type: =item -#: debhelper.pod:449 +#: debhelper.pod:448 msgid "DH_NO_ACT" msgstr "DH_NO_ACT" # type: textblock -#: debhelper.pod:451 +#: debhelper.pod:450 msgid "Set to 1 to enable no-act mode." msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)." # type: =item -#: debhelper.pod:453 +#: debhelper.pod:452 msgid "DH_OPTIONS" msgstr "DH_OPTIONS" # type: textblock -#: debhelper.pod:455 +#: debhelper.pod:454 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands. This is useful in some situations, for example, if " @@ -1126,12 +1127,12 @@ "cette méthode." # type: =item -#: debhelper.pod:461 +#: debhelper.pod:460 msgid "DH_ALWAYS_EXCLUDE" msgstr "DH_ALWAYS_EXCLUDE" # type: textblock -#: debhelper.pod:463 +#: debhelper.pod:462 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 " @@ -1143,7 +1144,7 @@ "construction de paquet." # type: textblock -#: debhelper.pod:467 +#: debhelper.pod:466 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 " @@ -1161,7 +1162,7 @@ "soit l'endroit où le paquet est construit." # type: textblock -#: debhelper.pod:474 +#: debhelper.pod:473 msgid "" "Multiple things to exclude can be separated with colons, as in " "DH_ALWAYS_EXCLUDE=CVS:.svn" @@ -1170,70 +1171,70 @@ "dans DH_ALWAYS_EXCLUDE=CVS:.svn" # type: =head1 -#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 +#: debhelper.pod:478 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 #: dh_fixperms:110 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 #: dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 -#: dh_installdeb:94 dh_installdirs:83 dh_installdocs:236 dh_installemacsen:109 -#: dh_installexamples:102 dh_installinfo:103 dh_installinit:197 +#: dh_installdeb:94 dh_installdirs:83 dh_installdocs:237 dh_installemacsen:109 +#: dh_installexamples:103 dh_installinfo:103 dh_installinit:197 #: dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 #: dh_installman:229 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 #: dh_installpam:52 dh_install:251 dh_installppp:56 dh_installwm:107 -#: dh_installxfonts:86 dh_link:217 dh_listpackages:28 dh_makeshlibs:222 +#: dh_installxfonts:86 dh_link:223 dh_listpackages:28 dh_makeshlibs:222 #: dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 -#: dh_shlibdeps:150 dh_strip:222 dh_suidregister:117 dh_testdir:43 +#: dh_shlibdeps:159 dh_strip:222 dh_suidregister:117 dh_testdir:43 #: dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114 msgid "SEE ALSO" msgstr "VOIR AUSSI" # type: =item -#: debhelper.pod:483 +#: debhelper.pod:482 msgid "F" msgstr "F" # type: textblock -#: debhelper.pod:485 +#: debhelper.pod:484 msgid "A set of example debian/rules files that use debhelper." msgstr "" "Un ensemble d'exemples de fichiers debian/rules qui utilisent debhelper." # type: =item -#: debhelper.pod:487 +#: debhelper.pod:486 msgid "L" msgstr "L" # type: textblock -#: debhelper.pod:489 +#: debhelper.pod:488 msgid "Debhelper web site." msgstr "Le site internet de debhelper." # type: =head1 -#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 +#: debhelper.pod:492 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 #: dh_fixperms:116 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 #: dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 -#: dh_installdeb:100 dh_installdirs:89 dh_installdocs:242 -#: dh_installemacsen:115 dh_installexamples:108 dh_installinfo:109 +#: dh_installdeb:100 dh_installdirs:89 dh_installdocs:243 +#: dh_installemacsen:115 dh_installexamples:109 dh_installinfo:109 #: dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 #: dh_installmanpages:203 dh_installman:235 dh_installmenu:88 #: dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:257 -#: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:223 +#: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 #: dh_listpackages:34 dh_makeshlibs:228 dh_md5sums:92 dh_movefiles:168 -#: dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:156 dh_strip:228 +#: dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:165 dh_strip:228 #: dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 #: dh_undocumented:34 dh_usrlocal:120 msgid "AUTHOR" msgstr "AUTEUR" # type: textblock -#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 +#: debhelper.pod:494 dh_builddeb:93 dh_clean:114 dh_compress:197 #: dh_fixperms:118 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 #: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 -#: dh_installdocs:244 dh_installemacsen:117 dh_installexamples:110 +#: dh_installdocs:245 dh_installemacsen:117 dh_installexamples:111 #: dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 #: dh_installmanpages:205 dh_installman:237 dh_installmenu:90 #: dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:259 -#: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:225 +#: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 #: dh_listpackages:36 dh_makeshlibs:230 dh_md5sums:94 dh_movefiles:170 -#: dh_shlibdeps:158 dh_strip:230 dh_suidregister:125 dh_testdir:51 +#: dh_shlibdeps:167 dh_strip:230 dh_suidregister:125 dh_testdir:51 #: dh_testroot:34 dh_testversion:82 dh_undocumented:36 msgid "Joey Hess " msgstr "Joey Hess " @@ -1324,11 +1325,11 @@ #: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:112 dh_gconf:92 #: dh_gencontrol:75 dh_installcatalogs:113 dh_installchangelogs:127 #: dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 -#: dh_installdocs:238 dh_installemacsen:111 dh_installexamples:104 +#: dh_installdocs:239 dh_installemacsen:111 dh_installexamples:105 #: dh_installinfo:105 dh_installinit:199 dh_installlogcheck:53 #: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:231 #: dh_installmime:87 dh_installmodules:118 dh_installpam:54 dh_install:253 -#: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:219 +#: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 #: dh_listpackages:30 dh_makeshlibs:224 dh_md5sums:88 dh_movefiles:164 #: dh_perl:142 dh_python:284 dh_strip:224 dh_suidregister:119 dh_testdir:45 #: dh_testroot:28 dh_testversion:76 dh_undocumented:30 dh_usrlocal:116 @@ -1338,14 +1339,14 @@ # type: textblock #: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:114 #: dh_gconf:94 dh_gencontrol:77 dh_installchangelogs:129 dh_installcron:65 -#: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:240 -#: dh_installemacsen:113 dh_installexamples:106 dh_installinfo:107 +#: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:241 +#: dh_installemacsen:113 dh_installexamples:107 dh_installinfo:107 #: dh_installinit:201 dh_installlogrotate:54 dh_installmanpages:201 #: dh_installman:233 dh_installmenu:86 dh_installmime:89 dh_installmodules:120 #: dh_installpam:56 dh_install:255 dh_installppp:60 dh_installwm:111 -#: dh_installxfonts:90 dh_link:221 dh_listpackages:32 dh_makeshlibs:226 +#: dh_installxfonts:90 dh_link:227 dh_listpackages:32 dh_makeshlibs:226 #: dh_md5sums:90 dh_movefiles:166 dh_perl:144 dh_python:286 dh_scrollkeeper:80 -#: dh_shlibdeps:154 dh_strip:226 dh_suidregister:121 dh_testdir:47 +#: dh_shlibdeps:163 dh_strip:226 dh_suidregister:121 dh_testdir:47 #: dh_testroot:30 dh_testversion:78 dh_undocumented:32 dh_usrlocal:118 msgid "This program is a part of debhelper." msgstr "Ce programme fait partie de debhelper." @@ -1524,11 +1525,11 @@ "exclude. You can accomplish the same thing by using a debian/compress file, " "but this is easier." msgstr "" -"Permet d'exclure de la compression les fichiers qui comportent S<« élément " -"»> n'importe où dans leur nom. Par exemple, -X.jpeg exclura de la " -"compression les fichiers d'extension .jpeg. Cette option peut être employée " -"plusieurs fois afin d'exclure une liste d'éléments. Le même résultat peut " -"être obtenu avec un fichier debian/compress, mais -X est plus simple." +"Permet d'exclure de la compression les fichiers qui comportent S<« élément »> " +"n'importe où dans leur nom. Par exemple, -X.jpeg exclura de la compression " +"les fichiers d'extension .jpeg. Cette option peut être employée plusieurs " +"fois afin d'exclure une liste d'éléments. Le même résultat peut être obtenu " +"avec un fichier debian/compress, mais -X est plus simple." # type: textblock #: dh_compress:52 @@ -1761,10 +1762,11 @@ # type: textblock #: dh_gencontrol:22 +#, fuzzy msgid "" "This program is merely a wrapper around L, which calls " "it once for each package being acted on, and passes in some additional " -"useful flags including \"-isp\"." +"useful flags." msgstr "" "Ce programme est simplement une encapsulation de L. " "dh_gencontrol l'invoque pour chacun des paquets construits, et lui transmet " @@ -1972,11 +1974,10 @@ "package refers to the changelog file." msgstr "" "Conserve le nom original du journal amont. Ce résultat est obtenu en " -"installant le journal amont sous le nom S<« changelog »> et en créant un " -"lien symbolique portant le nom d'origine et pointant sur le fichier S<« " -"changelog »>. Cela peut être utile si le journal amont porte un nom " -"inhabituel ou si d'autres éléments de documentation du paquet se réfèrent à " -"ce fichier." +"installant le journal amont sous le nom S<« changelog »> et en créant un lien " +"symbolique portant le nom d'origine et pointant sur le fichier S<« changelog " +"»>. Cela peut être utile si le journal amont porte un nom inhabituel ou si " +"d'autres éléments de documentation du paquet se réfèrent à ce fichier." # type: =item #: dh_installchangelogs:52 @@ -2203,12 +2204,12 @@ "Les scripts de maintenance postinst, preinst, postrm et prerm sont gérés de " "manière S s'il existe un fichier nommé debian/I." "I