summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-14 16:17:40 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-14 16:17:40 -0400
commit6c60efca68cc8e3b548c188da7ab54318af2bbfa (patch)
tree53015fedc7c631c276c2d465a05df1ae9f28854e
parentf80b0ff42a05879170a84b2c63e05e5c3742910d (diff)
releasing version 7.4.2
-rw-r--r--debian/changelog4
-rw-r--r--man/po4a/po/debhelper.pot176
-rw-r--r--man/po4a/po/es.po292
-rw-r--r--man/po4a/po/fr.po294
4 files changed, 424 insertions, 342 deletions
diff --git a/debian/changelog b/debian/changelog
index 70891051..869226f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debhelper (7.4.2) UNRELEASED; urgency=low
+debhelper (7.4.2) unstable; urgency=low
* Man page typo. Closes: #545443
* dh: Remove duplicate dh_installcatalogs list. Closes: #545483
@@ -14,7 +14,7 @@ debhelper (7.4.2) UNRELEASED; urgency=low
to rules.d/<priority>-<name>, the same as debian/<name>.udev
is installed for the first package. Closes: #546337
- -- Joey Hess <joeyh@debian.org> Mon, 07 Sep 2009 12:48:39 -0400
+ -- Joey Hess <joeyh@debian.org> Mon, 14 Sep 2009 15:46:49 -0400
debhelper (7.4.1) unstable; urgency=low
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 3c778d54..c131763a 100644
--- a/man/po4a/po/debhelper.pot
+++ b/man/po4a/po/debhelper.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-09-06 18:44-0300\n"
+"POT-Creation-Date: 2009-09-14 15:47-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -333,7 +333,7 @@ msgid "Do not modify postinst/postrm/etc scripts."
msgstr ""
#. type: =item
-#: debhelper.pod:161 dh_compress:49 dh_makeshlibs:76 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
+#: debhelper.pod:161 dh_compress:51 dh_makeshlibs:76 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr ""
@@ -345,7 +345,7 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:166 dh_compress:57 dh_installdirs:35 dh_installdocs:64 dh_installexamples:36 dh_installinfo:35 dh_installman:62 dh_link:53
+#: debhelper.pod:166 dh_compress:59 dh_installdirs:35 dh_installdocs:64 dh_installexamples:36 dh_installinfo:35 dh_installman:64 dh_link:55
msgid "B<-A>, B<--all>"
msgstr ""
@@ -440,7 +440,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:92 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:79 dh_installmime:51 dh_installmodules:60 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:110 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
msgid "NOTES"
msgstr ""
@@ -841,30 +841,11 @@ msgstr ""
#. type: =head2
#: debhelper.pod:474
-msgid "Doc directory symlinks"
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:476
-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."
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:485
msgid "udebs"
msgstr ""
#. type: textblock
-#: debhelper.pod:487
+#: debhelper.pod:476
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 "
@@ -875,12 +856,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:494
+#: debhelper.pod:483
msgid "Other notes"
msgstr ""
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:485
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 "
@@ -891,7 +872,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:502
+#: debhelper.pod:491
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 "
@@ -900,7 +881,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:508
+#: debhelper.pod:497
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -908,51 +889,51 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:510
+#: debhelper.pod:499
msgid "ENVIRONMENT"
msgstr ""
#. type: =item
-#: debhelper.pod:514
+#: debhelper.pod:503
msgid "DH_VERBOSE"
msgstr ""
#. type: textblock
-#: debhelper.pod:516
+#: debhelper.pod:505
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:519
+#: debhelper.pod:508
msgid "DH_COMPAT"
msgstr ""
#. type: textblock
-#: debhelper.pod:521
+#: debhelper.pod:510
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in debian/compat."
msgstr ""
#. type: =item
-#: debhelper.pod:524
+#: debhelper.pod:513
msgid "DH_NO_ACT"
msgstr ""
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:515
msgid "Set to 1 to enable no-act mode."
msgstr ""
#. type: =item
-#: debhelper.pod:528
+#: debhelper.pod:517
msgid "DH_OPTIONS"
msgstr ""
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:519
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands. Command-specific options will be ignored by commands "
@@ -960,7 +941,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:534
+#: debhelper.pod:523
msgid ""
"This is useful in some situations, for example, if you need to pass -p to "
"all debhelper commands that will be run. One good way to set DH_OPTIONS is "
@@ -969,12 +950,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:539
+#: debhelper.pod:528
msgid "DH_ALWAYS_EXCLUDE"
msgstr ""
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:530
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 "
@@ -982,7 +963,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:534
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 "
@@ -993,44 +974,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:552
+#: debhelper.pod:541
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"DH_ALWAYS_EXCLUDE=CVS:.svn"
msgstr ""
#. type: =head1
-#: debhelper.pod:557 dh_builddeb:88 dh_clean:138 dh_compress:198 dh_desktop:31 dh_fixperms:122 dh_gconf:110 dh_gencontrol:79 dh_installcatalogs:116 dh_installchangelogs:159 dh_installcron:77 dh_installdebconf:129 dh_installdeb:108 dh_installdirs:86 dh_installdocs:235 dh_installemacsen:124 dh_installexamples:106 dh_installinfo:77 dh_installinit:276 dh_installlogcheck:64 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_install:274 dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:224 dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170 dh_perl:145 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:546 dh_builddeb:88 dh_clean:138 dh_compress:200 dh_desktop:31 dh_fixperms:122 dh_gconf:110 dh_gencontrol:79 dh_installcatalogs:116 dh_installchangelogs:169 dh_installcron:77 dh_installdebconf:129 dh_installdeb:108 dh_installdirs:86 dh_installdocs:298 dh_installemacsen:124 dh_installexamples:106 dh_installinfo:77 dh_installinit:276 dh_installlogcheck:66 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:253 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_install:274 dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:226 dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170 dh_perl:145 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
msgid "SEE ALSO"
msgstr ""
#. type: =item
-#: debhelper.pod:561
+#: debhelper.pod:550
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:563
+#: debhelper.pod:552
msgid "A set of example debian/rules files that use debhelper."
msgstr ""
#. type: =item
-#: debhelper.pod:565
+#: debhelper.pod:554
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:567
+#: debhelper.pod:556
msgid "Debhelper web site."
msgstr ""
#. type: =head1
-#: debhelper.pod:571 dh_builddeb:94 dh_clean:144 dh_compress:204 dh_desktop:37 dh_fixperms:128 dh_gconf:116 dh_gencontrol:85 dh_installcatalogs:122 dh_installchangelogs:165 dh_installcron:83 dh_installdebconf:135 dh_installdeb:114 dh_installdirs:92 dh_installdocs:241 dh_installemacsen:130 dh_installexamples:112 dh_installinfo:83 dh_installlogcheck:70 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_install:280 dh_installppp:71 dh_installwm:114 dh_installxfonts:92 dh_link:230 dh_listpackages:35 dh_makeshlibs:243 dh_md5sums:95 dh_movefiles:176 dh_perl:151 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:560 dh_builddeb:94 dh_clean:144 dh_compress:206 dh_desktop:37 dh_fixperms:128 dh_gconf:116 dh_gencontrol:85 dh_installcatalogs:122 dh_installchangelogs:175 dh_installcron:83 dh_installdebconf:135 dh_installdeb:114 dh_installdirs:92 dh_installdocs:304 dh_installemacsen:130 dh_installexamples:112 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:259 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_install:280 dh_installppp:71 dh_installwm:114 dh_installxfonts:92 dh_link:232 dh_listpackages:35 dh_makeshlibs:243 dh_md5sums:95 dh_movefiles:176 dh_perl:151 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
msgid "AUTHOR"
msgstr ""
#. type: textblock
-#: debhelper.pod:573 dh_builddeb:96 dh_clean:146 dh_compress:206 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:167 dh_installcron:85 dh_installdebconf:137 dh_installdeb:116 dh_installdirs:94 dh_installdocs:243 dh_installemacsen:132 dh_installexamples:114 dh_installinfo:85 dh_installinit:284 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_install:282 dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:232 dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
+#: debhelper.pod:562 dh_builddeb:96 dh_clean:146 dh_compress:208 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:177 dh_installcron:85 dh_installdebconf:137 dh_installdeb:116 dh_installdirs:94 dh_installdocs:306 dh_installemacsen:132 dh_installexamples:114 dh_installinfo:85 dh_installinit:284 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:261 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_install:282 dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:234 dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
msgid "Joey Hess <joeyh@debian.org>"
msgstr ""
@@ -1054,7 +1035,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: dh_builddeb:21 dh_clean:41 dh_compress:45 dh_fixperms:31 dh_gconf:45 dh_gencontrol:26 dh_installcatalogs:49 dh_installchangelogs:56 dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:60 dh_installemacsen:48 dh_installexamples:22 dh_installexamples:32 dh_installinfo:31 dh_installinit:48 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:58 dh_installmenu:41 dh_installmime:41 dh_installmodules:44 dh_installpam:31 dh_install:54 dh_installppp:35 dh_installwm:34 dh_link:49 dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
+#: dh_builddeb:21 dh_clean:41 dh_compress:47 dh_fixperms:31 dh_gconf:45 dh_gencontrol:26 dh_installcatalogs:49 dh_installchangelogs:56 dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:60 dh_installemacsen:48 dh_installexamples:32 dh_installinfo:31 dh_installinit:48 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:60 dh_installmenu:41 dh_installmime:41 dh_installmodules:44 dh_installpam:31 dh_install:54 dh_installppp:35 dh_installwm:34 dh_link:51 dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
msgid "OPTIONS"
msgstr ""
@@ -1098,12 +1079,12 @@ msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
msgstr ""
#. type: textblock
-#: dh_builddeb:90 dh_clean:140 dh_compress:200 dh_fixperms:124 dh_gconf:112 dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:161 dh_installcron:79 dh_installdebconf:131 dh_installdeb:110 dh_installdirs:88 dh_installdocs:237 dh_installemacsen:126 dh_installexamples:108 dh_installinfo:79 dh_installinit:278 dh_installlogcheck:66 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_install:276 dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:226 dh_listpackages:31 dh_makeshlibs:239 dh_md5sums:91 dh_movefiles:172 dh_perl:147 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
+#: dh_builddeb:90 dh_clean:140 dh_compress:202 dh_fixperms:124 dh_gconf:112 dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:171 dh_installcron:79 dh_installdebconf:131 dh_installdeb:110 dh_installdirs:88 dh_installdocs:300 dh_installemacsen:126 dh_installexamples:108 dh_installinfo:79 dh_installinit:278 dh_installlogcheck:68 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:255 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_install:276 dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:239 dh_md5sums:91 dh_movefiles:172 dh_perl:147 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
msgid "L<debhelper(7)>"
msgstr ""
#. type: textblock
-#: dh_builddeb:92 dh_clean:142 dh_compress:202 dh_desktop:35 dh_fixperms:126 dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:163 dh_installcron:81 dh_installdebconf:133 dh_installdeb:112 dh_installdirs:90 dh_installdocs:239 dh_installemacsen:128 dh_installexamples:110 dh_installinfo:81 dh_installinit:280 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_install:278 dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:228 dh_listpackages:33 dh_makeshlibs:241 dh_md5sums:93 dh_movefiles:174 dh_perl:149 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
+#: dh_builddeb:92 dh_clean:142 dh_compress:204 dh_desktop:35 dh_fixperms:126 dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:173 dh_installcron:81 dh_installdebconf:133 dh_installdeb:112 dh_installdirs:90 dh_installdocs:302 dh_installemacsen:128 dh_installexamples:110 dh_installinfo:81 dh_installinit:280 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:257 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_install:278 dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:230 dh_listpackages:33 dh_makeshlibs:241 dh_md5sums:93 dh_movefiles:174 dh_perl:149 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
msgid "This program is a part of debhelper."
msgstr ""
@@ -1150,7 +1131,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: dh_clean:31 dh_compress:32 dh_gconf:27 dh_installcatalogs:35 dh_installchangelogs:32 dh_installcron:21 dh_installdebconf:34 dh_installdeb:22 dh_installdirs:21 dh_installdocs:21 dh_installemacsen:27 dh_installinfo:21 dh_installinit:27 dh_installlogcheck:21 dh_installman:50 dh_installmenu:25 dh_installmime:25 dh_installmodules:29 dh_installpam:21 dh_install:38 dh_installppp:21 dh_installwm:24 dh_link:39 dh_makeshlibs:24 dh_movefiles:26
+#: dh_clean:31 dh_compress:32 dh_gconf:27 dh_installcatalogs:35 dh_installchangelogs:32 dh_installcron:21 dh_installdebconf:34 dh_installdeb:22 dh_installdirs:21 dh_installdocs:21 dh_installemacsen:27 dh_installexamples:22 dh_installinfo:21 dh_installinit:27 dh_installlogcheck:21 dh_installman:50 dh_installmenu:25 dh_installmime:25 dh_installmodules:29 dh_installpam:21 dh_install:38 dh_installppp:21 dh_installwm:24 dh_link:39 dh_makeshlibs:24 dh_movefiles:26
msgid "FILES"
msgstr ""
@@ -1200,7 +1181,7 @@ msgid ""
msgstr ""
#. type: =item
-#: dh_clean:60 dh_compress:62 dh_installdocs:74 dh_installexamples:46 dh_installinfo:40 dh_installmanpages:44 dh_movefiles:55 dh_testdir:27
+#: dh_clean:60 dh_compress:64 dh_installdocs:92 dh_installexamples:46 dh_installinfo:40 dh_installmanpages:44 dh_movefiles:55 dh_testdir:27
msgid "I<file ...>"
msgstr ""
@@ -1258,7 +1239,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_compress:51
+#: dh_compress:53
msgid ""
"Exclude files that contain \"item\" anywhere in their filename from being "
"compressed. For example, -X.tiff will exclude tiff files from compression. "
@@ -1268,24 +1249,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_compress:59
+#: dh_compress:61
msgid ""
"Compress all files specified by command line parameters in ALL packages "
"acted on."
msgstr ""
#. type: textblock
-#: dh_compress:64
+#: dh_compress:66
msgid "Add these files to the list of files to compress."
msgstr ""
#. type: =head1
-#: dh_compress:68 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
+#: dh_compress:70 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
msgid "CONFORMS TO"
msgstr ""
#. type: textblock
-#: dh_compress:70
+#: dh_compress:72
msgid "Debian policy, version 3.0"
msgstr ""
@@ -1545,7 +1526,7 @@ msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts."
msgstr ""
#. type: textblock
-#: dh_installcatalogs:61 dh_installdocs:98 dh_installemacsen:69 dh_installinit:135 dh_installmime:53 dh_installmodules:62 dh_installwm:56 dh_usrlocal:51
+#: dh_installcatalogs:61 dh_installdocs:116 dh_installemacsen:69 dh_installinit:135 dh_installmime:53 dh_installmodules:62 dh_installwm:56 dh_usrlocal:51
msgid ""
"Note that this command is not idempotent. L<dh_prep(1)> should be called "
"between invocations of this command. Otherwise, it may cause multiple "
@@ -1653,7 +1634,7 @@ msgid ""
msgstr ""
#. type: =item
-#: dh_installchangelogs:68 dh_installdocs:69 dh_installexamples:41 dh_install:76 dh_link:58 dh_movefiles:50
+#: dh_installchangelogs:68 dh_installdocs:69 dh_installexamples:41 dh_install:76 dh_link:60 dh_movefiles:50
msgid "B<-Xitem>, B<--exclude=item>"
msgstr ""
@@ -2064,7 +2045,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_installdocs:66 dh_installinfo:37 dh_installman:64
+#: dh_installdocs:66 dh_installinfo:37 dh_installman:66
msgid ""
"Install all files specified by command line parameters in ALL packages acted "
"on."
@@ -2077,25 +2058,58 @@ msgid ""
"installed. Note that this includes doc-base files."
msgstr ""
+#. type: =item
+#: dh_installdocs:74
+msgid "B<--link-doc=>I<package>"
+msgstr ""
+
#. type: textblock
#: dh_installdocs:76
msgid ""
+"Make the documentation directory of all packages acted on be a symlink to "
+"the documentation directory of I<package>. This has no effect when acting on "
+"I<package> itself, or if the documentation directory to be created already "
+"exists when B<dh_installdocs> is run. To comply with policy, I<package> must "
+"be a binary package that comes from the same source package."
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:82
+msgid ""
+"debhelper will try to avoid installing files into linked documentation "
+"directories that would cause conflicts with the linked package. The B<-A> "
+"option will have no effect on packages with linked documentation "
+"directories, and copyright, changelog, README.Debian, and TODO files will "
+"not be installed."
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:88
+msgid ""
+"(An older method to accomplish the same thing, which is still supported, is "
+"to make the documentation directory of a package be a dangling symlink, "
+"before calling dh_installdocs.)"
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:94
+msgid ""
"Install these files as documentation into the first package acted on. (Or in "
"all packages if B<-A> is specified)."
msgstr ""
#. type: =head1
-#: dh_installdocs:81 dh_link:71 dh_makeshlibs:92 dh_shlibdeps:66
+#: dh_installdocs:99 dh_link:73 dh_makeshlibs:92 dh_shlibdeps:66
msgid "EXAMPLES"
msgstr ""
#. type: textblock
-#: dh_installdocs:83
+#: dh_installdocs:101
msgid "This is an example of a debian/package.docs file:"
msgstr ""
#. type: verbatim
-#: dh_installdocs:85
+#: dh_installdocs:103
#, no-wrap
msgid ""
" README\n"
@@ -2108,7 +2122,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_installdocs:94
+#: dh_installdocs:112
msgid ""
"Note that dh_installdocs will happily copy entire directory hierarchies if "
"you ask it to (similar to cp -a). If it is asked to install a directory, it "
@@ -2578,7 +2592,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh_installlogcheck:68
+#: dh_installlogcheck:70
#, no-wrap
msgid ""
"This program is a part of debhelper.\n"
@@ -2586,7 +2600,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_installlogcheck:72
+#: dh_installlogcheck:74
msgid "Jon Middleton <jjm@debian.org>"
msgstr ""
@@ -2773,31 +2787,31 @@ msgid "Lists man pages to be installed."
msgstr ""
#. type: =item
-#: dh_installman:67
+#: dh_installman:69
msgid "B<--language>=ll"
msgstr ""
#. type: textblock
-#: dh_installman:69
+#: dh_installman:71
msgid ""
"Use this to specify that the man pages being acted on are written in the "
"specified language."
msgstr ""
#. type: =item
-#: dh_installman:72
+#: dh_installman:74
msgid "I<manpage ...>"
msgstr ""
#. type: textblock
-#: dh_installman:74
+#: dh_installman:76
msgid ""
"Install these man pages into the first package acted on. (Or in all packages "
"if -A is specified)."
msgstr ""
#. type: textblock
-#: dh_installman:81
+#: dh_installman:83
msgid ""
"An older version of this program, L<dh_installmanpages(1)>, is still used by "
"some packages, and so is still included in debhelper. It is, however, "
@@ -3462,26 +3476,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_link:55
+#: dh_link:57
msgid ""
"Create any links specified by command line parameters in ALL packages acted "
"on, not just the first."
msgstr ""
#. type: textblock
-#: dh_link:60
+#: dh_link:62
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:63
+#: dh_link:65
msgid "I<source destination ...>"
msgstr ""
#. type: textblock
-#: dh_link:65
+#: dh_link:67
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 "
@@ -3489,7 +3503,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh_link:73
+#: dh_link:75
#, no-wrap
msgid ""
" dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
@@ -3497,12 +3511,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_link:75
+#: dh_link:77
msgid "Make bar.1 be a symlink to foo.1"
msgstr ""
#. type: verbatim
-#: dh_link:77
+#: dh_link:79
#, no-wrap
msgid ""
" dh_link var/lib/foo usr/lib/foo \\\n"
@@ -3511,7 +3525,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_link:80
+#: dh_link:82
msgid ""
"Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the "
"foo.1"
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index f997ca70..672114f2 100644
--- a/man/po4a/po/es.po
+++ b/man/po4a/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-09-06 18:44-0300\n"
+"POT-Creation-Date: 2009-09-14 15:47-0300\n"
"PO-Revision-Date: 2005-09-18 00:11+0200\n"
"Last-Translator: Rubén Porras Campo <debian-l10n-spanish@lists.debian.org>\n"
"Language-Team: SPANISH <debian-l10n-spanish@lists.debian.org>\n"
@@ -491,7 +491,7 @@ msgstr "No modificar los scripts postinst/postrm/etc."
# type: =item
#. type: =item
-#: debhelper.pod:161 dh_compress:49 dh_makeshlibs:76 dh_md5sums:37
+#: debhelper.pod:161 dh_compress:51 dh_makeshlibs:76 dh_md5sums:37
#: dh_shlibdeps:36 dh_strip:39
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr "B<-X>I<elemento>, B<--exclude=>I<elemento>"
@@ -508,8 +508,8 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:166 dh_compress:57 dh_installdirs:35 dh_installdocs:64
-#: dh_installexamples:36 dh_installinfo:35 dh_installman:62 dh_link:53
+#: debhelper.pod:166 dh_compress:59 dh_installdirs:35 dh_installdocs:64
+#: dh_installexamples:36 dh_installinfo:35 dh_installman:64 dh_link:55
msgid "B<-A>, B<--all>"
msgstr "B<-A>, B<--all>"
@@ -616,9 +616,9 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:92
+#: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:110
#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
-#: dh_installman:79 dh_installmime:51 dh_installmodules:60 dh_installwm:54
+#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installwm:54
#: dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
msgid "NOTES"
msgstr "NOTAS"
@@ -1180,41 +1180,12 @@ msgstr ""
# type: =head2
#. type: =head2
#: debhelper.pod:474
-msgid "Doc directory symlinks"
-msgstr "Enlaces a los directorios Doc"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:476
-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."
-msgstr ""
-"A veces es útil hacer que un paquete no tenga un directorio /usr/share/doc/"
-"paquete, en vez de esto se hará un enlace colgando en el paquete binario que "
-"apunte a otro directorio de documentación. La política de Debian permite "
-"esto mientras mientras el paquete dependa del paquete al que pertenece el "
-"directorio de documentación que está usando. Para conseguir esto, lo único "
-"que hay que hacer es no decirle a debhelper que cree ningún directorio con "
-"documentación y usar dh_link para crear el enlace (o crear el enlace a "
-"mano), y debhelper hará lo correcto: se dará cuenta de que es un enlace "
-"colgante y no tratará de instalar un fichero de copyright o changelog."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:485
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:487
+#: debhelper.pod:476
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 "
@@ -1233,13 +1204,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:494
+#: debhelper.pod:483
msgid "Other notes"
msgstr "Otras notas"
# type: textblock
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:485
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 "
@@ -1256,7 +1227,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:502
+#: debhelper.pod:491
#, fuzzy
msgid ""
"Once your package uses debhelper to build, be sure to add debhelper to your "
@@ -1272,7 +1243,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:508
+#: debhelper.pod:497
#, fuzzy, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1283,19 +1254,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:510
+#: debhelper.pod:499
msgid "ENVIRONMENT"
msgstr "ENTORNO"
# type: =item
#. type: =item
-#: debhelper.pod:514
+#: debhelper.pod:503
msgid "DH_VERBOSE"
msgstr "DH_VERBOSE"
# type: textblock
#. type: textblock
-#: debhelper.pod:516
+#: debhelper.pod:505
msgid ""
"Set to 1 to enable verbose mode. Debhelper will output every command it runs "
"that modifies files on the build system."
@@ -1306,13 +1277,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:519
+#: debhelper.pod:508
msgid "DH_COMPAT"
msgstr "DH_COMPAT"
# type: textblock
#. type: textblock
-#: debhelper.pod:521
+#: debhelper.pod:510
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in debian/compat."
@@ -1322,25 +1293,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:524
+#: debhelper.pod:513
msgid "DH_NO_ACT"
msgstr "DH_NO_ACT"
# type: textblock
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:515
msgid "Set to 1 to enable no-act mode."
msgstr "Poner a 1 para habilitar el modo no-act."
# type: =item
#. type: =item
-#: debhelper.pod:528
+#: debhelper.pod:517
msgid "DH_OPTIONS"
msgstr "DH_OPTIONS"
# type: textblock
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:519
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands. Command-specific options will be ignored by commands "
@@ -1349,7 +1320,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:534
+#: debhelper.pod:523
#, fuzzy
msgid ""
"This is useful in some situations, for example, if you need to pass -p to "
@@ -1366,13 +1337,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:539
+#: debhelper.pod:528
msgid "DH_ALWAYS_EXCLUDE"
msgstr "DH_ALWAYS_EXCLUDE"
# type: textblock
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:530
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 "
@@ -1384,7 +1355,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:534
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 "
@@ -1402,7 +1373,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:552
+#: debhelper.pod:541
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -1412,15 +1383,15 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:557 dh_builddeb:88 dh_clean:138 dh_compress:198 dh_desktop:31
+#: debhelper.pod:546 dh_builddeb:88 dh_clean:138 dh_compress:200 dh_desktop:31
#: dh_fixperms:122 dh_gconf:110 dh_gencontrol:79 dh_installcatalogs:116
-#: dh_installchangelogs:159 dh_installcron:77 dh_installdebconf:129
-#: dh_installdeb:108 dh_installdirs:86 dh_installdocs:235
+#: dh_installchangelogs:169 dh_installcron:77 dh_installdebconf:129
+#: dh_installdeb:108 dh_installdirs:86 dh_installdocs:298
#: dh_installemacsen:124 dh_installexamples:106 dh_installinfo:77
-#: dh_installinit:276 dh_installlogcheck:64 dh_installlogrotate:50
-#: dh_installmanpages:197 dh_installman:251 dh_installmenu:87
+#: dh_installinit:276 dh_installlogcheck:66 dh_installlogrotate:50
+#: dh_installmanpages:197 dh_installman:253 dh_installmenu:87
#: dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_install:274
-#: dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:224
+#: dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:226
#: dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170
#: dh_perl:145 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227
#: dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75
@@ -1430,39 +1401,39 @@ msgstr "VÉASE ADEMÁS"
# type: =item
#. type: =item
-#: debhelper.pod:561
+#: debhelper.pod:550
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:563
+#: debhelper.pod:552
msgid "A set of example debian/rules files that use debhelper."
msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper."
# type: =item
#. type: =item
-#: debhelper.pod:565
+#: debhelper.pod:554
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:567
+#: debhelper.pod:556
msgid "Debhelper web site."
msgstr "Web de Debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:571 dh_builddeb:94 dh_clean:144 dh_compress:204 dh_desktop:37
+#: debhelper.pod:560 dh_builddeb:94 dh_clean:144 dh_compress:206 dh_desktop:37
#: dh_fixperms:128 dh_gconf:116 dh_gencontrol:85 dh_installcatalogs:122
-#: dh_installchangelogs:165 dh_installcron:83 dh_installdebconf:135
-#: dh_installdeb:114 dh_installdirs:92 dh_installdocs:241
+#: dh_installchangelogs:175 dh_installcron:83 dh_installdebconf:135
+#: dh_installdeb:114 dh_installdirs:92 dh_installdocs:304
#: dh_installemacsen:130 dh_installexamples:112 dh_installinfo:83
-#: dh_installlogcheck:70 dh_installlogrotate:56 dh_installmanpages:203
-#: dh_installman:257 dh_installmenu:95 dh_installmime:101
+#: dh_installlogcheck:72 dh_installlogrotate:56 dh_installmanpages:203
+#: dh_installman:259 dh_installmenu:95 dh_installmime:101
#: dh_installmodules:130 dh_installpam:65 dh_install:280 dh_installppp:71
-#: dh_installwm:114 dh_installxfonts:92 dh_link:230 dh_listpackages:35
+#: dh_installwm:114 dh_installxfonts:92 dh_link:232 dh_listpackages:35
#: dh_makeshlibs:243 dh_md5sums:95 dh_movefiles:176 dh_perl:151 dh_python:288
#: dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123
#: dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34
@@ -1472,14 +1443,14 @@ msgstr "AUTOR"
# type: textblock
#. type: textblock
-#: debhelper.pod:573 dh_builddeb:96 dh_clean:146 dh_compress:206
-#: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:167 dh_installcron:85
+#: debhelper.pod:562 dh_builddeb:96 dh_clean:146 dh_compress:208
+#: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:177 dh_installcron:85
#: dh_installdebconf:137 dh_installdeb:116 dh_installdirs:94
-#: dh_installdocs:243 dh_installemacsen:132 dh_installexamples:114
+#: dh_installdocs:306 dh_installemacsen:132 dh_installexamples:114
#: dh_installinfo:85 dh_installinit:284 dh_installlogrotate:58
-#: dh_installmanpages:205 dh_installman:259 dh_installmenu:97
+#: dh_installmanpages:205 dh_installman:261 dh_installmenu:97
#: dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_install:282
-#: dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:232
+#: dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:234
#: dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178
#: dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52
#: dh_testroot:35 dh_testversion:83 dh_undocumented:36
@@ -1516,16 +1487,15 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_builddeb:21 dh_clean:41 dh_compress:45 dh_fixperms:31 dh_gconf:45
+#: dh_builddeb:21 dh_clean:41 dh_compress:47 dh_fixperms:31 dh_gconf:45
#: dh_gencontrol:26 dh_installcatalogs:49 dh_installchangelogs:56
#: dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:60
-#: dh_installemacsen:48 dh_installexamples:22 dh_installexamples:32
-#: dh_installinfo:31 dh_installinit:48 dh_installlogrotate:22
-#: dh_installmanpages:40 dh_installman:58 dh_installmenu:41 dh_installmime:41
-#: dh_installmodules:44 dh_installpam:31 dh_install:54 dh_installppp:35
-#: dh_installwm:34 dh_link:49 dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38
-#: dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23
-#: dh_testversion:34 dh_usrlocal:39
+#: dh_installemacsen:48 dh_installexamples:32 dh_installinfo:31
+#: dh_installinit:48 dh_installlogrotate:22 dh_installmanpages:40
+#: dh_installman:60 dh_installmenu:41 dh_installmime:41 dh_installmodules:44
+#: dh_installpam:31 dh_install:54 dh_installppp:35 dh_installwm:34 dh_link:51
+#: dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_python:39
+#: dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
msgid "OPTIONS"
msgstr "OPCIONES"
@@ -1582,14 +1552,14 @@ msgstr "Pasa I<parámetros> a L<dpkg-deb(1)> cuando se construye el paquete."
# type: textblock
#. type: textblock
-#: dh_builddeb:90 dh_clean:140 dh_compress:200 dh_fixperms:124 dh_gconf:112
-#: dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:161
+#: dh_builddeb:90 dh_clean:140 dh_compress:202 dh_fixperms:124 dh_gconf:112
+#: dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:171
#: dh_installcron:79 dh_installdebconf:131 dh_installdeb:110 dh_installdirs:88
-#: dh_installdocs:237 dh_installemacsen:126 dh_installexamples:108
-#: dh_installinfo:79 dh_installinit:278 dh_installlogcheck:66
-#: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253
+#: dh_installdocs:300 dh_installemacsen:126 dh_installexamples:108
+#: dh_installinfo:79 dh_installinit:278 dh_installlogcheck:68
+#: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:255
#: dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_install:276
-#: dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:226
+#: dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:228
#: dh_listpackages:31 dh_makeshlibs:239 dh_md5sums:91 dh_movefiles:172
#: dh_perl:147 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46
#: dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
@@ -1598,14 +1568,14 @@ msgstr "L<debhelper(7)>"
# type: textblock
#. type: textblock
-#: dh_builddeb:92 dh_clean:142 dh_compress:202 dh_desktop:35 dh_fixperms:126
-#: dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:163 dh_installcron:81
+#: dh_builddeb:92 dh_clean:142 dh_compress:204 dh_desktop:35 dh_fixperms:126
+#: dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:173 dh_installcron:81
#: dh_installdebconf:133 dh_installdeb:112 dh_installdirs:90
-#: dh_installdocs:239 dh_installemacsen:128 dh_installexamples:110
+#: dh_installdocs:302 dh_installemacsen:128 dh_installexamples:110
#: dh_installinfo:81 dh_installinit:280 dh_installlogrotate:54
-#: dh_installmanpages:201 dh_installman:255 dh_installmenu:93
+#: dh_installmanpages:201 dh_installman:257 dh_installmenu:93
#: dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_install:278
-#: dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:228
+#: dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:230
#: dh_listpackages:33 dh_makeshlibs:241 dh_md5sums:93 dh_movefiles:174
#: dh_perl:149 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231
#: dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79
@@ -1669,10 +1639,10 @@ msgstr ""
#: dh_clean:31 dh_compress:32 dh_gconf:27 dh_installcatalogs:35
#: dh_installchangelogs:32 dh_installcron:21 dh_installdebconf:34
#: dh_installdeb:22 dh_installdirs:21 dh_installdocs:21 dh_installemacsen:27
-#: dh_installinfo:21 dh_installinit:27 dh_installlogcheck:21 dh_installman:50
-#: dh_installmenu:25 dh_installmime:25 dh_installmodules:29 dh_installpam:21
-#: dh_install:38 dh_installppp:21 dh_installwm:24 dh_link:39 dh_makeshlibs:24
-#: dh_movefiles:26
+#: dh_installexamples:22 dh_installinfo:21 dh_installinit:27
+#: dh_installlogcheck:21 dh_installman:50 dh_installmenu:25 dh_installmime:25
+#: dh_installmodules:29 dh_installpam:21 dh_install:38 dh_installppp:21
+#: dh_installwm:24 dh_link:39 dh_makeshlibs:24 dh_movefiles:26
msgid "FILES"
msgstr ""
@@ -1739,7 +1709,7 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_clean:60 dh_compress:62 dh_installdocs:74 dh_installexamples:46
+#: dh_clean:60 dh_compress:64 dh_installdocs:92 dh_installexamples:46
#: dh_installinfo:40 dh_installmanpages:44 dh_movefiles:55 dh_testdir:27
msgid "I<file ...>"
msgstr "I<fichero ...>"
@@ -1828,7 +1798,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_compress:51
+#: dh_compress:53
#, fuzzy
msgid ""
"Exclude files that contain \"item\" anywhere in their filename from being "
@@ -1844,7 +1814,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_compress:59
+#: dh_compress:61
msgid ""
"Compress all files specified by command line parameters in ALL packages "
"acted on."
@@ -1854,19 +1824,19 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_compress:64
+#: dh_compress:66
msgid "Add these files to the list of files to compress."
msgstr "Añade estos ficheros a la lista de ficheros a comprimir."
# type: =head1
#. type: =head1
-#: dh_compress:68 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
+#: dh_compress:70 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
msgid "CONFORMS TO"
msgstr "CONFORME A"
# type: textblock
#. type: textblock
-#: dh_compress:70
+#: dh_compress:72
msgid "Debian policy, version 3.0"
msgstr "Normas de Debian, versión 3.0"
@@ -2226,7 +2196,7 @@ msgstr "No modifica los scripts de F<postinst>/F<postrm>/F<prerm>."
# type: textblock
#. type: textblock
-#: dh_installcatalogs:61 dh_installdocs:98 dh_installemacsen:69
+#: dh_installcatalogs:61 dh_installdocs:116 dh_installemacsen:69
#: dh_installinit:135 dh_installmime:53 dh_installmodules:62 dh_installwm:56
#: dh_usrlocal:51
#, fuzzy
@@ -2375,7 +2345,7 @@ msgstr ""
# type: =item
#. type: =item
#: dh_installchangelogs:68 dh_installdocs:69 dh_installexamples:41
-#: dh_install:76 dh_link:58 dh_movefiles:50
+#: dh_install:76 dh_link:60 dh_movefiles:50
msgid "B<-Xitem>, B<--exclude=item>"
msgstr "B<-Xelemento>, B<--exclude=elemento>"
@@ -2902,7 +2872,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installdocs:66 dh_installinfo:37 dh_installman:64
+#: dh_installdocs:66 dh_installinfo:37 dh_installman:66
msgid ""
"Install all files specified by command line parameters in ALL packages acted "
"on."
@@ -2921,10 +2891,45 @@ msgstr ""
"Excluye ficheros que contienen \"elemento\" en cualquier lugar de su nombre, "
"de ser listados en el fichero md5sums."
-# type: textblock
+# type: =item
+#. type: =item
+#: dh_installdocs:74
+#, fuzzy
+msgid "B<--link-doc=>I<package>"
+msgstr "B<--mainpackage=>I<paquete>"
+
#. type: textblock
#: dh_installdocs:76
msgid ""
+"Make the documentation directory of all packages acted on be a symlink to "
+"the documentation directory of I<package>. This has no effect when acting on "
+"I<package> itself, or if the documentation directory to be created already "
+"exists when B<dh_installdocs> is run. To comply with policy, I<package> must "
+"be a binary package that comes from the same source package."
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:82
+msgid ""
+"debhelper will try to avoid installing files into linked documentation "
+"directories that would cause conflicts with the linked package. The B<-A> "
+"option will have no effect on packages with linked documentation "
+"directories, and copyright, changelog, README.Debian, and TODO files will "
+"not be installed."
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:88
+msgid ""
+"(An older method to accomplish the same thing, which is still supported, is "
+"to make the documentation directory of a package be a dangling symlink, "
+"before calling dh_installdocs.)"
+msgstr ""
+
+# type: textblock
+#. type: textblock
+#: dh_installdocs:94
+msgid ""
"Install these files as documentation into the first package acted on. (Or in "
"all packages if B<-A> is specified)."
msgstr ""
@@ -2933,20 +2938,20 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_installdocs:81 dh_link:71 dh_makeshlibs:92 dh_shlibdeps:66
+#: dh_installdocs:99 dh_link:73 dh_makeshlibs:92 dh_shlibdeps:66
msgid "EXAMPLES"
msgstr "EJEMPLOS"
# type: textblock
#. type: textblock
-#: dh_installdocs:83
+#: dh_installdocs:101
msgid "This is an example of a debian/package.docs file:"
msgstr ""
"A continuación se muestra un ejemplo de un fichero debian/paquete.docs:"
# type: verbatim
#. type: verbatim
-#: dh_installdocs:85
+#: dh_installdocs:103
#, no-wrap
msgid ""
" README\n"
@@ -2967,7 +2972,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installdocs:94
+#: dh_installdocs:112
msgid ""
"Note that dh_installdocs will happily copy entire directory hierarchies if "
"you ask it to (similar to cp -a). If it is asked to install a directory, it "
@@ -3594,7 +3599,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_installlogcheck:68
+#: dh_installlogcheck:70
#, no-wrap
msgid ""
"This program is a part of debhelper.\n"
@@ -3605,7 +3610,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installlogcheck:72
+#: dh_installlogcheck:74
msgid "Jon Middleton <jjm@debian.org>"
msgstr "Jon Middleton <jjm@debian.org>"
@@ -3882,13 +3887,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_installman:67
+#: dh_installman:69
msgid "B<--language>=ll"
msgstr ""
# type: textblock
#. type: textblock
-#: dh_installman:69
+#: dh_installman:71
msgid ""
"Use this to specify that the man pages being acted on are written in the "
"specified language."
@@ -3896,13 +3901,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_installman:72
+#: dh_installman:74
msgid "I<manpage ...>"
msgstr "I<página ...>"
# type: textblock
#. type: textblock
-#: dh_installman:74
+#: dh_installman:76
msgid ""
"Install these man pages into the first package acted on. (Or in all packages "
"if -A is specified)."
@@ -3912,7 +3917,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installman:81
+#: dh_installman:83
msgid ""
"An older version of this program, L<dh_installmanpages(1)>, is still used by "
"some packages, and so is still included in debhelper. It is, however, "
@@ -4863,7 +4868,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:55
+#: dh_link:57
msgid ""
"Create any links specified by command line parameters in ALL packages acted "
"on, not just the first."
@@ -4873,7 +4878,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:60
+#: dh_link:62
#, fuzzy
msgid ""
"Do not correct symlinks that contain \"item\" anywhere in their filename "
@@ -4884,13 +4889,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_link:63
+#: dh_link:65
msgid "I<source destination ...>"
msgstr "I<origen destino ...>"
# type: textblock
#. type: textblock
-#: dh_link:65
+#: dh_link:67
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 "
@@ -4903,7 +4908,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_link:73
+#: dh_link:75
#, no-wrap
msgid ""
" dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
@@ -4914,13 +4919,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:75
+#: dh_link:77
msgid "Make bar.1 be a symlink to foo.1"
msgstr "Hace de bar.1 un enlace simbólico a foo.1"
# type: verbatim
#. type: verbatim
-#: dh_link:77
+#: dh_link:79
#, fuzzy, no-wrap
msgid ""
" dh_link var/lib/foo usr/lib/foo \\\n"
@@ -4933,7 +4938,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:80
+#: dh_link:82
#, fuzzy
msgid ""
"Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the "
@@ -6373,6 +6378,33 @@ msgstr "Normas de Debian, versión 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+# type: =head2
+#~ msgid "Doc directory symlinks"
+#~ msgstr "Enlaces a los directorios Doc"
+
+# type: textblock
+#~ 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."
+#~ msgstr ""
+#~ "A veces es útil hacer que un paquete no tenga un directorio /usr/share/"
+#~ "doc/paquete, en vez de esto se hará un enlace colgando en el paquete "
+#~ "binario que apunte a otro directorio de documentación. La política de "
+#~ "Debian permite esto mientras mientras el paquete dependa del paquete al "
+#~ "que pertenece el directorio de documentación que está usando. Para "
+#~ "conseguir esto, lo único que hay que hacer es no decirle a debhelper que "
+#~ "cree ningún directorio con documentación y usar dh_link para crear el "
+#~ "enlace (o crear el enlace a mano), y debhelper hará lo correcto: se dará "
+#~ "cuenta de que es un enlace colgante y no tratará de instalar un fichero "
+#~ "de copyright o changelog."
+
# type: textblock
#~ msgid ""
#~ "dh_installchangelogs determines if the package is a debian native "
@@ -6457,7 +6489,8 @@ msgstr "Andrew Stribblehill <ads@debian.org>"
# type: verbatim
#, fuzzy
#~ msgid ""
-#~ "dh_installdeb automatically installs the following files from debian/ into\n"
+#~ "dh_installdeb automatically installs the following files from debian/ "
+#~ "into\n"
#~ "the DEBIAN directory:\n"
#~ " package.postinst\n"
#~ " package.preinst\n"
@@ -6468,7 +6501,8 @@ msgstr "Andrew Stribblehill <ads@debian.org>"
#~ " package.triggers\n"
#~ "\n"
#~ msgstr ""
-#~ "dh_installdeb instala automáticamente los siguientes ficheros de debian/ en\n"
+#~ "dh_installdeb instala automáticamente los siguientes ficheros de debian/ "
+#~ "en\n"
#~ "el directorio DEBIAN:\n"
#~ " paquete.postinst\n"
#~ " paquete.preinst\n"
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index fe08d156..91b64742 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2009-09-06 18:44-0300\n"
+"POT-Creation-Date: 2009-09-14 15:47-0300\n"
"PO-Revision-Date: 2006-11-19 20:50+0100\n"
"Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -495,7 +495,7 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:161 dh_compress:49 dh_makeshlibs:76 dh_md5sums:37
+#: debhelper.pod:161 dh_compress:51 dh_makeshlibs:76 dh_md5sums:37
#: dh_shlibdeps:36 dh_strip:39
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr "B<-X>I<élément>, B<--exclude=>I<élément>"
@@ -512,8 +512,8 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:166 dh_compress:57 dh_installdirs:35 dh_installdocs:64
-#: dh_installexamples:36 dh_installinfo:35 dh_installman:62 dh_link:53
+#: debhelper.pod:166 dh_compress:59 dh_installdirs:35 dh_installdocs:64
+#: dh_installexamples:36 dh_installinfo:35 dh_installman:64 dh_link:55
msgid "B<-A>, B<--all>"
msgstr "B<-A>, B<--all>"
@@ -620,9 +620,9 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:92
+#: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:110
#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
-#: dh_installman:79 dh_installmime:51 dh_installmodules:60 dh_installwm:54
+#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installwm:54
#: dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
msgid "NOTES"
msgstr "REMARQUES"
@@ -1204,42 +1204,12 @@ msgstr ""
# type: =head2
#. type: =head2
#: debhelper.pod:474
-msgid "Doc directory symlinks"
-msgstr "Liens symboliques vers le répertoire de documentation"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:476
-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."
-msgstr ""
-"Parfois il est utile de construire un paquet qui ne contient pas de "
-"répertoire /usr/share/doc/paquet. On peut, à la place, créer un lien "
-"symbolique S<« en l'air »> qui pointe sur un autre répertoire de "
-"documentation. La Charte Debian indique que c'est autorisé si le paquet "
-"construit dépend du paquet comportant la documentation. Pour obtenir ce "
-"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."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:485
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:487
+#: debhelper.pod:476
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 "
@@ -1259,13 +1229,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:494
+#: debhelper.pod:483
msgid "Other notes"
msgstr "Autres remarques"
# type: textblock
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:485
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 "
@@ -1283,7 +1253,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:502
+#: debhelper.pod:491
#, fuzzy
msgid ""
"Once your package uses debhelper to build, be sure to add debhelper to your "
@@ -1300,7 +1270,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:508
+#: debhelper.pod:497
#, fuzzy, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1311,19 +1281,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:510
+#: debhelper.pod:499
msgid "ENVIRONMENT"
msgstr "VARIABLES D'ENVIRONNEMENT"
# type: =item
#. type: =item
-#: debhelper.pod:514
+#: debhelper.pod:503
msgid "DH_VERBOSE"
msgstr "DH_VERBOSE"
# type: textblock
#. type: textblock
-#: debhelper.pod:516
+#: debhelper.pod:505
msgid ""
"Set to 1 to enable verbose mode. Debhelper will output every command it runs "
"that modifies files on the build system."
@@ -1333,13 +1303,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:519
+#: debhelper.pod:508
msgid "DH_COMPAT"
msgstr "DH_COMPAT"
# type: textblock
#. type: textblock
-#: debhelper.pod:521
+#: debhelper.pod:510
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in debian/compat."
@@ -1349,25 +1319,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:524
+#: debhelper.pod:513
msgid "DH_NO_ACT"
msgstr "DH_NO_ACT"
# type: textblock
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:515
msgid "Set to 1 to enable no-act mode."
msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)."
# type: =item
#. type: =item
-#: debhelper.pod:528
+#: debhelper.pod:517
msgid "DH_OPTIONS"
msgstr "DH_OPTIONS"
# type: textblock
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:519
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands. Command-specific options will be ignored by commands "
@@ -1376,7 +1346,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:534
+#: debhelper.pod:523
#, fuzzy
msgid ""
"This is useful in some situations, for example, if you need to pass -p to "
@@ -1394,13 +1364,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:539
+#: debhelper.pod:528
msgid "DH_ALWAYS_EXCLUDE"
msgstr "DH_ALWAYS_EXCLUDE"
# type: textblock
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:530
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 "
@@ -1413,7 +1383,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:534
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 "
@@ -1432,7 +1402,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:552
+#: debhelper.pod:541
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -1442,15 +1412,15 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:557 dh_builddeb:88 dh_clean:138 dh_compress:198 dh_desktop:31
+#: debhelper.pod:546 dh_builddeb:88 dh_clean:138 dh_compress:200 dh_desktop:31
#: dh_fixperms:122 dh_gconf:110 dh_gencontrol:79 dh_installcatalogs:116
-#: dh_installchangelogs:159 dh_installcron:77 dh_installdebconf:129
-#: dh_installdeb:108 dh_installdirs:86 dh_installdocs:235
+#: dh_installchangelogs:169 dh_installcron:77 dh_installdebconf:129
+#: dh_installdeb:108 dh_installdirs:86 dh_installdocs:298
#: dh_installemacsen:124 dh_installexamples:106 dh_installinfo:77
-#: dh_installinit:276 dh_installlogcheck:64 dh_installlogrotate:50
-#: dh_installmanpages:197 dh_installman:251 dh_installmenu:87
+#: dh_installinit:276 dh_installlogcheck:66 dh_installlogrotate:50
+#: dh_installmanpages:197 dh_installman:253 dh_installmenu:87
#: dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_install:274
-#: dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:224
+#: dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:226
#: dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170
#: dh_perl:145 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227
#: dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75
@@ -1460,40 +1430,40 @@ msgstr "VOIR AUSSI"
# type: =item
#. type: =item
-#: debhelper.pod:561
+#: debhelper.pod:550
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:563
+#: debhelper.pod:552
msgid "A set of example debian/rules files that use debhelper."
msgstr ""
"Un ensemble d'exemples de fichiers debian/rules qui utilisent debhelper."
# type: =item
#. type: =item
-#: debhelper.pod:565
+#: debhelper.pod:554
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:567
+#: debhelper.pod:556
msgid "Debhelper web site."
msgstr "Le site internet de debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:571 dh_builddeb:94 dh_clean:144 dh_compress:204 dh_desktop:37
+#: debhelper.pod:560 dh_builddeb:94 dh_clean:144 dh_compress:206 dh_desktop:37
#: dh_fixperms:128 dh_gconf:116 dh_gencontrol:85 dh_installcatalogs:122
-#: dh_installchangelogs:165 dh_installcron:83 dh_installdebconf:135
-#: dh_installdeb:114 dh_installdirs:92 dh_installdocs:241
+#: dh_installchangelogs:175 dh_installcron:83 dh_installdebconf:135
+#: dh_installdeb:114 dh_installdirs:92 dh_installdocs:304
#: dh_installemacsen:130 dh_installexamples:112 dh_installinfo:83
-#: dh_installlogcheck:70 dh_installlogrotate:56 dh_installmanpages:203
-#: dh_installman:257 dh_installmenu:95 dh_installmime:101
+#: dh_installlogcheck:72 dh_installlogrotate:56 dh_installmanpages:203
+#: dh_installman:259 dh_installmenu:95 dh_installmime:101
#: dh_installmodules:130 dh_installpam:65 dh_install:280 dh_installppp:71
-#: dh_installwm:114 dh_installxfonts:92 dh_link:230 dh_listpackages:35
+#: dh_installwm:114 dh_installxfonts:92 dh_link:232 dh_listpackages:35
#: dh_makeshlibs:243 dh_md5sums:95 dh_movefiles:176 dh_perl:151 dh_python:288
#: dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123
#: dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34
@@ -1503,14 +1473,14 @@ msgstr "AUTEUR"
# type: textblock
#. type: textblock
-#: debhelper.pod:573 dh_builddeb:96 dh_clean:146 dh_compress:206
-#: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:167 dh_installcron:85
+#: debhelper.pod:562 dh_builddeb:96 dh_clean:146 dh_compress:208
+#: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:177 dh_installcron:85
#: dh_installdebconf:137 dh_installdeb:116 dh_installdirs:94
-#: dh_installdocs:243 dh_installemacsen:132 dh_installexamples:114
+#: dh_installdocs:306 dh_installemacsen:132 dh_installexamples:114
#: dh_installinfo:85 dh_installinit:284 dh_installlogrotate:58
-#: dh_installmanpages:205 dh_installman:259 dh_installmenu:97
+#: dh_installmanpages:205 dh_installman:261 dh_installmenu:97
#: dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_install:282
-#: dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:232
+#: dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:234
#: dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178
#: dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52
#: dh_testroot:35 dh_testversion:83 dh_undocumented:36
@@ -1547,16 +1517,15 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_builddeb:21 dh_clean:41 dh_compress:45 dh_fixperms:31 dh_gconf:45
+#: dh_builddeb:21 dh_clean:41 dh_compress:47 dh_fixperms:31 dh_gconf:45
#: dh_gencontrol:26 dh_installcatalogs:49 dh_installchangelogs:56
#: dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:60
-#: dh_installemacsen:48 dh_installexamples:22 dh_installexamples:32
-#: dh_installinfo:31 dh_installinit:48 dh_installlogrotate:22
-#: dh_installmanpages:40 dh_installman:58 dh_installmenu:41 dh_installmime:41
-#: dh_installmodules:44 dh_installpam:31 dh_install:54 dh_installppp:35
-#: dh_installwm:34 dh_link:49 dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38
-#: dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23
-#: dh_testversion:34 dh_usrlocal:39
+#: dh_installemacsen:48 dh_installexamples:32 dh_installinfo:31
+#: dh_installinit:48 dh_installlogrotate:22 dh_installmanpages:40
+#: dh_installman:60 dh_installmenu:41 dh_installmime:41 dh_installmodules:44
+#: dh_installpam:31 dh_install:54 dh_installppp:35 dh_installwm:34 dh_link:51
+#: dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_python:39
+#: dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
msgid "OPTIONS"
msgstr "OPTIONS"
@@ -1614,14 +1583,14 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_builddeb:90 dh_clean:140 dh_compress:200 dh_fixperms:124 dh_gconf:112
-#: dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:161
+#: dh_builddeb:90 dh_clean:140 dh_compress:202 dh_fixperms:124 dh_gconf:112
+#: dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:171
#: dh_installcron:79 dh_installdebconf:131 dh_installdeb:110 dh_installdirs:88
-#: dh_installdocs:237 dh_installemacsen:126 dh_installexamples:108
-#: dh_installinfo:79 dh_installinit:278 dh_installlogcheck:66
-#: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253
+#: dh_installdocs:300 dh_installemacsen:126 dh_installexamples:108
+#: dh_installinfo:79 dh_installinit:278 dh_installlogcheck:68
+#: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:255
#: dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_install:276
-#: dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:226
+#: dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:228
#: dh_listpackages:31 dh_makeshlibs:239 dh_md5sums:91 dh_movefiles:172
#: dh_perl:147 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46
#: dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
@@ -1630,14 +1599,14 @@ msgstr "L<debhelper(7)>"
# type: textblock
#. type: textblock
-#: dh_builddeb:92 dh_clean:142 dh_compress:202 dh_desktop:35 dh_fixperms:126
-#: dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:163 dh_installcron:81
+#: dh_builddeb:92 dh_clean:142 dh_compress:204 dh_desktop:35 dh_fixperms:126
+#: dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:173 dh_installcron:81
#: dh_installdebconf:133 dh_installdeb:112 dh_installdirs:90
-#: dh_installdocs:239 dh_installemacsen:128 dh_installexamples:110
+#: dh_installdocs:302 dh_installemacsen:128 dh_installexamples:110
#: dh_installinfo:81 dh_installinit:280 dh_installlogrotate:54
-#: dh_installmanpages:201 dh_installman:255 dh_installmenu:93
+#: dh_installmanpages:201 dh_installman:257 dh_installmenu:93
#: dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_install:278
-#: dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:228
+#: dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:230
#: dh_listpackages:33 dh_makeshlibs:241 dh_md5sums:93 dh_movefiles:174
#: dh_perl:149 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231
#: dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79
@@ -1697,10 +1666,10 @@ msgstr ""
#: dh_clean:31 dh_compress:32 dh_gconf:27 dh_installcatalogs:35
#: dh_installchangelogs:32 dh_installcron:21 dh_installdebconf:34
#: dh_installdeb:22 dh_installdirs:21 dh_installdocs:21 dh_installemacsen:27
-#: dh_installinfo:21 dh_installinit:27 dh_installlogcheck:21 dh_installman:50
-#: dh_installmenu:25 dh_installmime:25 dh_installmodules:29 dh_installpam:21
-#: dh_install:38 dh_installppp:21 dh_installwm:24 dh_link:39 dh_makeshlibs:24
-#: dh_movefiles:26
+#: dh_installexamples:22 dh_installinfo:21 dh_installinit:27
+#: dh_installlogcheck:21 dh_installman:50 dh_installmenu:25 dh_installmime:25
+#: dh_installmodules:29 dh_installpam:21 dh_install:38 dh_installppp:21
+#: dh_installwm:24 dh_link:39 dh_makeshlibs:24 dh_movefiles:26
msgid "FILES"
msgstr ""
@@ -1768,7 +1737,7 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_clean:60 dh_compress:62 dh_installdocs:74 dh_installexamples:46
+#: dh_clean:60 dh_compress:64 dh_installdocs:92 dh_installexamples:46
#: dh_installinfo:40 dh_installmanpages:44 dh_movefiles:55 dh_testdir:27
msgid "I<file ...>"
msgstr "I<fichier ...>"
@@ -1860,7 +1829,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_compress:51
+#: dh_compress:53
#, fuzzy
msgid ""
"Exclude files that contain \"item\" anywhere in their filename from being "
@@ -1877,7 +1846,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_compress:59
+#: dh_compress:61
msgid ""
"Compress all files specified by command line parameters in ALL packages "
"acted on."
@@ -1887,19 +1856,19 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_compress:64
+#: dh_compress:66
msgid "Add these files to the list of files to compress."
msgstr "Ajoute ces fichiers à la liste des fichiers à comprimer."
# type: =head1
#. type: =head1
-#: dh_compress:68 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
+#: dh_compress:70 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
msgid "CONFORMS TO"
msgstr "CONFORMITÉ"
# type: textblock
#. type: textblock
-#: dh_compress:70
+#: dh_compress:72
msgid "Debian policy, version 3.0"
msgstr "Charte Debian, version 3.0"
@@ -2270,7 +2239,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installcatalogs:61 dh_installdocs:98 dh_installemacsen:69
+#: dh_installcatalogs:61 dh_installdocs:116 dh_installemacsen:69
#: dh_installinit:135 dh_installmime:53 dh_installmodules:62 dh_installwm:56
#: dh_usrlocal:51
#, fuzzy
@@ -2418,7 +2387,7 @@ msgstr ""
# type: =item
#. type: =item
#: dh_installchangelogs:68 dh_installdocs:69 dh_installexamples:41
-#: dh_install:76 dh_link:58 dh_movefiles:50
+#: dh_install:76 dh_link:60 dh_movefiles:50
msgid "B<-Xitem>, B<--exclude=item>"
msgstr "B<-Xélément>, B<--exclude=élément>"
@@ -2955,7 +2924,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installdocs:66 dh_installinfo:37 dh_installman:64
+#: dh_installdocs:66 dh_installinfo:37 dh_installman:66
msgid ""
"Install all files specified by command line parameters in ALL packages acted "
"on."
@@ -2973,10 +2942,45 @@ msgstr ""
"Exclut les fichiers qui comportent S<« élément »>, n'importe où dans leur "
"nom, de l'installation. Il est à noter que cela inclut les fichiers doc-base."
-# type: textblock
+# type: =item
+#. type: =item
+#: dh_installdocs:74
+#, fuzzy
+msgid "B<--link-doc=>I<package>"
+msgstr "B<--mainpackage=>I<paquet>"
+
#. type: textblock
#: dh_installdocs:76
msgid ""
+"Make the documentation directory of all packages acted on be a symlink to "
+"the documentation directory of I<package>. This has no effect when acting on "
+"I<package> itself, or if the documentation directory to be created already "
+"exists when B<dh_installdocs> is run. To comply with policy, I<package> must "
+"be a binary package that comes from the same source package."
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:82
+msgid ""
+"debhelper will try to avoid installing files into linked documentation "
+"directories that would cause conflicts with the linked package. The B<-A> "
+"option will have no effect on packages with linked documentation "
+"directories, and copyright, changelog, README.Debian, and TODO files will "
+"not be installed."
+msgstr ""
+
+#. type: textblock
+#: dh_installdocs:88
+msgid ""
+"(An older method to accomplish the same thing, which is still supported, is "
+"to make the documentation directory of a package be a dangling symlink, "
+"before calling dh_installdocs.)"
+msgstr ""
+
+# type: textblock
+#. type: textblock
+#: dh_installdocs:94
+msgid ""
"Install these files as documentation into the first package acted on. (Or in "
"all packages if B<-A> is specified)."
msgstr ""
@@ -2985,19 +2989,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_installdocs:81 dh_link:71 dh_makeshlibs:92 dh_shlibdeps:66
+#: dh_installdocs:99 dh_link:73 dh_makeshlibs:92 dh_shlibdeps:66
msgid "EXAMPLES"
msgstr "EXEMPLES"
# type: textblock
#. type: textblock
-#: dh_installdocs:83
+#: dh_installdocs:101
msgid "This is an example of a debian/package.docs file:"
msgstr "Voici un exemple de fichier S<debian/paquet.docs :>"
# type: verbatim
#. type: verbatim
-#: dh_installdocs:85
+#: dh_installdocs:103
#, no-wrap
msgid ""
" README\n"
@@ -3018,7 +3022,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installdocs:94
+#: dh_installdocs:112
msgid ""
"Note that dh_installdocs will happily copy entire directory hierarchies if "
"you ask it to (similar to cp -a). If it is asked to install a directory, it "
@@ -3661,7 +3665,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_installlogcheck:68
+#: dh_installlogcheck:70
#, no-wrap
msgid ""
"This program is a part of debhelper.\n"
@@ -3672,7 +3676,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installlogcheck:72
+#: dh_installlogcheck:74
msgid "Jon Middleton <jjm@debian.org>"
msgstr "Jon Middleton <jjm@debian.org>"
@@ -3953,13 +3957,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_installman:67
+#: dh_installman:69
msgid "B<--language>=ll"
msgstr "B<--language>=ll"
# type: textblock
#. type: textblock
-#: dh_installman:69
+#: dh_installman:71
msgid ""
"Use this to specify that the man pages being acted on are written in the "
"specified language."
@@ -3969,13 +3973,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_installman:72
+#: dh_installman:74
msgid "I<manpage ...>"
msgstr "I<page-de-manuel ...>"
# type: textblock
#. type: textblock
-#: dh_installman:74
+#: dh_installman:76
msgid ""
"Install these man pages into the first package acted on. (Or in all packages "
"if -A is specified)."
@@ -3985,7 +3989,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_installman:81
+#: dh_installman:83
msgid ""
"An older version of this program, L<dh_installmanpages(1)>, is still used by "
"some packages, and so is still included in debhelper. It is, however, "
@@ -4956,7 +4960,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:55
+#: dh_link:57
msgid ""
"Create any links specified by command line parameters in ALL packages acted "
"on, not just the first."
@@ -4966,7 +4970,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:60
+#: dh_link:62
#, fuzzy
msgid ""
"Do not correct symlinks that contain \"item\" anywhere in their filename "
@@ -4977,13 +4981,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_link:63
+#: dh_link:65
msgid "I<source destination ...>"
msgstr "I<source destination ...>"
# type: textblock
#. type: textblock
-#: dh_link:65
+#: dh_link:67
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 "
@@ -4995,7 +4999,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_link:73
+#: dh_link:75
#, no-wrap
msgid ""
" dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
@@ -5006,13 +5010,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:75
+#: dh_link:77
msgid "Make bar.1 be a symlink to foo.1"
msgstr "Produira un lien titi.1 pointant vers toto.1"
# type: verbatim
#. type: verbatim
-#: dh_link:77
+#: dh_link:79
#, no-wrap
msgid ""
" dh_link var/lib/foo usr/lib/foo \\\n"
@@ -5025,7 +5029,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_link:80
+#: dh_link:82
msgid ""
"Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the "
"foo.1"
@@ -6493,6 +6497,34 @@ msgstr "Charte Debian, version 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+# type: =head2
+#~ msgid "Doc directory symlinks"
+#~ msgstr "Liens symboliques vers le répertoire de documentation"
+
+# type: textblock
+#~ 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."
+#~ msgstr ""
+#~ "Parfois il est utile de construire un paquet qui ne contient pas de "
+#~ "répertoire /usr/share/doc/paquet. On peut, à la place, créer un lien "
+#~ "symbolique S<« en l'air »> qui pointe sur un autre répertoire de "
+#~ "documentation. La Charte Debian indique que c'est autorisé si le paquet "
+#~ "construit dépend du paquet comportant la documentation. Pour obtenir ce "
+#~ "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."
+
# type: textblock
#~ msgid ""
#~ "The gconf-schemas and update-gconf-defaults scripts are provided by the "
@@ -6585,7 +6617,8 @@ msgstr "Andrew Stribblehill <ads@debian.org>"
# type: verbatim
#, fuzzy
#~ msgid ""
-#~ "dh_installdeb automatically installs the following files from debian/ into\n"
+#~ "dh_installdeb automatically installs the following files from debian/ "
+#~ "into\n"
#~ "the DEBIAN directory:\n"
#~ " package.postinst\n"
#~ " package.preinst\n"
@@ -6596,7 +6629,8 @@ msgstr "Andrew Stribblehill <ads@debian.org>"
#~ " package.triggers\n"
#~ "\n"
#~ msgstr ""
-#~ "dh_installdeb automatise l'installation, depuis le répertoire debian/ vers le répertoire DEBIAN, des fichiers S<suivants :>\n"
+#~ "dh_installdeb automatise l'installation, depuis le répertoire debian/ "
+#~ "vers le répertoire DEBIAN, des fichiers S<suivants :>\n"
#~ " paquet.postinst\n"
#~ " paquet.preinst\n"
#~ " paquet.postrm\n"