summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-11-29 12:25:32 -0500
committerJoey Hess <joey@kitenet.net>2007-11-29 12:25:32 -0500
commit98188af0f226355ecaff2c67d80bea055bdd59a9 (patch)
tree613f5f2a720f0636c8b8cb047b753fb5acdb4454
parent6206746ec32b51b962da453ce4831312bae3bdfd (diff)
* dh_makeshlibs: Use new -I flag to specify symbol files, necessary to
properly support includes. Closes: #452717 * Increase dpkg-dev dependency to 1.14.12 to ensure that dh_makeshlibs isn't used with an old dpkg-gensymbols that doesn't support -I.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rwxr-xr-xdh_makeshlibs11
-rw-r--r--man/po4a/po/debhelper.pot67
-rw-r--r--man/po4a/po/es.po77
-rw-r--r--man/po4a/po/fr.po77
6 files changed, 119 insertions, 123 deletions
diff --git a/debian/changelog b/debian/changelog
index 631fd8cf..9bd1dccd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-debhelper (5.0.62) UNRELEASED; urgency=low
+debhelper (5.0.62) unstable; urgency=low
* Remove execute bit from desktop files in /usr/share/applications.
Closes: #452337
* Fix man page names of translated debhelper(7) man pages.
Patch from Frédéric Bothamy. Closes: 453051
+ * dh_makeshlibs: Use new -I flag to specify symbol files, necessary to
+ properly support includes. Closes: #452717
+ * Increase dpkg-dev dependency to 1.14.12 to ensure that dh_makeshlibs
+ isn't used with an old dpkg-gensymbols that doesn't support -I.
- -- Joey Hess <joeyh@debian.org> Wed, 21 Nov 2007 19:34:39 -0500
+ -- Joey Hess <joeyh@debian.org> Thu, 29 Nov 2007 12:04:59 -0500
debhelper (5.0.61) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8e1a413a..fcc75066 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://kitenet.net/~joey/code/debhelper/
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, binutils, po-debconf
+Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.14.12), 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 --git a/dh_makeshlibs b/dh_makeshlibs
index 7da87b32..642393d1 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -23,8 +23,7 @@ V3 mode and above only) to any packages in which it finds shared libraries.
If a L<dpkg-gensymbols(1)> 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).
+to process and install the symbols file.
=head1 OPTIONS
@@ -208,15 +207,11 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# dpkg-gensymbols files
my $symbols=pkgfile($package, "symbols");
if (-e $symbols) {
- # This is done rather than using dpkg-gensymbols
+ # -I is used rather than using dpkg-gensymbols
# own search for symbols files, since that search
# is not 100% compatible with debhelper. (For example,
# this supports --ignore being used.)
- if (! -d "$tmp/DEBIAN") {
- doit("install","-d","$tmp/DEBIAN");
- }
- doit("cp", $symbols, "$tmp/DEBIAN/symbols");
- doit("dpkg-gensymbols", "-p$package", "-O$tmp/DEBIAN/symbols",
+ doit("dpkg-gensymbols", "-p$package", "-I$symbols",
"-P$tmp", @{$dh{U_PARAMS}});
if (-s "$tmp/DEBIAN/symbols" == 0) {
doit("rm", "-f", "$tmp/DEBIAN/symbols");
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 711189fe..b893dc21 100644
--- a/man/po4a/po/debhelper.pot
+++ b/man/po4a/po/debhelper.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2007-11-19 14:23-0500\n"
+"POT-Creation-Date: 2007-11-29 12:11-0500\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"
@@ -321,7 +321,7 @@ msgid "Do not modify postinst/postrm/etc scripts."
msgstr ""
# type: =item
-#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:67 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<item>, B<--exclude=>I<item>"
msgstr ""
@@ -866,7 +866,7 @@ msgid ""
msgstr ""
# type: =head1
-#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 dh_installdeb: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:227 dh_md5sums:86 dh_movefiles:162 dh_perl:140 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:150 dh_strip:222 dh_suidregister:117 dh_testdir:43 dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47 dh_fixperms: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
msgid "SEE ALSO"
msgstr ""
@@ -891,12 +891,12 @@ msgid "Debhelper web site."
msgstr ""
# type: =head1
-#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 dh_installdeb: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:233 dh_md5sums:92 dh_movefiles:168 dh_perl:146 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:156 dh_strip:228 dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53 dh_fixperms: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
msgid "AUTHOR"
msgstr ""
# type: textblock
-#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 dh_installdebconf:126 dh_installdeb: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:235 dh_md5sums:94 dh_movefiles:170 dh_shlibdeps:158 dh_strip:230 dh_suidregister:125 dh_testdir:51 dh_testroot:34 dh_testversion:82 dh_undocumented:36
+#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197 dh_fixperms: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
msgid "Joey Hess <joeyh@debian.org>"
msgstr ""
@@ -920,7 +920,7 @@ msgid ""
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:29 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 ""
@@ -954,7 +954,7 @@ msgid "B<-u>I<params>"
msgstr ""
# type: =item
-#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67 dh_makeshlibs:77 dh_shlibdeps:32
+#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67 dh_makeshlibs:76 dh_shlibdeps:32
msgid "B<--> I<params>"
msgstr ""
@@ -964,12 +964,12 @@ msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
msgstr ""
# type: textblock
-#: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:108 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:229 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: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
msgid "L<debhelper(7)>"
msgstr ""
# type: textblock
-#: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:110 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:231 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: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
msgid "This program is a part of debhelper."
msgstr ""
@@ -1191,10 +1191,10 @@ msgid ""
"(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."
+"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."
msgstr ""
# type: =item
@@ -1360,7 +1360,7 @@ msgid ""
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:63 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 ""
@@ -1776,7 +1776,7 @@ msgid ""
msgstr ""
# type: =head1
-#: dh_installdocs:76 dh_link:65 dh_makeshlibs:83 dh_shlibdeps:65
+#: dh_installdocs:76 dh_link:65 dh_makeshlibs:82 dh_shlibdeps:65
msgid "EXAMPLES"
msgstr ""
@@ -2439,7 +2439,7 @@ msgid ""
msgstr ""
# type: textblock
-#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:65 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 ""
@@ -3107,17 +3107,16 @@ msgstr ""
msgid ""
"If a L<dpkg-gensymbols(1)> 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)."
+"and install the symbols file."
msgstr ""
# type: =item
-#: dh_makeshlibs:33
+#: dh_makeshlibs:32
msgid "B<-m>I<major>, B<--major=>I<major>"
msgstr ""
# type: textblock
-#: dh_makeshlibs:35
+#: dh_makeshlibs:34
msgid ""
"Instead of trying to guess the major number of the library with objdump, use "
"the major number specified after the -m parameter. This is much less useful "
@@ -3126,17 +3125,17 @@ msgid ""
msgstr ""
# type: =item
-#: dh_makeshlibs:40
+#: dh_makeshlibs:39
msgid "B<-V>, B<-V>I<dependencies>"
msgstr ""
# type: =item
-#: dh_makeshlibs:42
+#: dh_makeshlibs:41
msgid "B<--version-info>, B<--version-info=>I<dependencies>"
msgstr ""
# type: textblock
-#: dh_makeshlibs:44
+#: dh_makeshlibs:43
msgid ""
"By default, the shlibs file generated by this program does not make packages "
"depend on any particular version of the package containing the shared "
@@ -3151,7 +3150,7 @@ msgid ""
msgstr ""
# type: textblock
-#: dh_makeshlibs:55
+#: dh_makeshlibs:54
msgid ""
"Beware of using -V without any parameters; this is a conservative setting "
"that always ensures that other packages' shared library dependencies are at "
@@ -3162,19 +3161,19 @@ msgid ""
msgstr ""
# type: textblock
-#: dh_makeshlibs:69
+#: dh_makeshlibs:68
msgid ""
"Exclude files that contain \"item\" anywhere in their filename or directory "
"from being treated as shared libraries."
msgstr ""
# type: =item
-#: dh_makeshlibs:72
+#: dh_makeshlibs:71
msgid "B<--add-udeb=>I<udeb>"
msgstr ""
# type: textblock
-#: dh_makeshlibs:74
+#: dh_makeshlibs:73
msgid ""
"Create an additional line for udebs in the shlibs file and use \"udeb\" as "
"the package name for udebs to depend on instead of the regular library "
@@ -3182,17 +3181,17 @@ msgid ""
msgstr ""
# type: textblock
-#: dh_makeshlibs:79
+#: dh_makeshlibs:78
msgid "Pass \"params\" to L<dpkg-gensymbols(1)>."
msgstr ""
# type: =item
-#: dh_makeshlibs:87
+#: dh_makeshlibs:86
msgid "dh_makeshlibs"
msgstr ""
# type: verbatim
-#: dh_makeshlibs:89
+#: dh_makeshlibs:88
#, no-wrap
msgid ""
"Assuming this is a package named libfoobar1, generates a shlibs file that\n"
@@ -3202,12 +3201,12 @@ msgid ""
msgstr ""
# type: =item
-#: dh_makeshlibs:93
+#: dh_makeshlibs:92
msgid "dh_makeshlibs -V"
msgstr ""
# type: verbatim
-#: dh_makeshlibs:95
+#: dh_makeshlibs:94
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -3217,12 +3216,12 @@ msgid ""
msgstr ""
# type: =item
-#: dh_makeshlibs:99
+#: dh_makeshlibs:98
msgid "dh_makeshlibs -V 'libfoobar1 (>= 1.0)'"
msgstr ""
# type: verbatim
-#: dh_makeshlibs:101
+#: dh_makeshlibs:100
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index 995c20b9..9e65b23e 100644
--- a/man/po4a/po/es.po
+++ b/man/po4a/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2007-11-19 14:23-0500\n"
+"POT-Creation-Date: 2007-11-29 12:11-0500\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"
@@ -437,7 +437,7 @@ msgid "Do not modify postinst/postrm/etc scripts."
msgstr "No modificar los scripts postinst/postrm/etc."
# type: =item
-#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:67 dh_md5sums:37
+#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:66 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>"
@@ -1148,14 +1148,14 @@ msgstr ""
# type: =head1
#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47
-#: dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111
+#: dh_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:227
+#: 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
@@ -1184,7 +1184,7 @@ msgstr "Web de Debhelper."
# type: =head1
#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53
-#: dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117
+#: dh_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
@@ -1192,7 +1192,7 @@ msgstr "Web de Debhelper."
#: 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:233 dh_md5sums:92 dh_movefiles:168
+#: 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
@@ -1201,14 +1201,14 @@ msgstr "AUTOR"
# type: textblock
#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197
-#: dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69
+#: dh_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:235 dh_md5sums:94 dh_movefiles:170
+#: 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
msgid "Joey Hess <joeyh@debian.org>"
@@ -1245,7 +1245,7 @@ msgstr ""
#: 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:29 dh_md5sums:28 dh_movefiles:32 dh_perl:28 dh_python:39
+#: 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"
@@ -1286,7 +1286,7 @@ msgstr "B<-u>I<parámetros>"
# type: =item
#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67
-#: dh_makeshlibs:77 dh_shlibdeps:32
+#: dh_makeshlibs:76 dh_shlibdeps:32
msgid "B<--> I<params>"
msgstr "B<--> I<parámetros>"
@@ -1296,7 +1296,7 @@ msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
msgstr "Pasa I<parámetros> a L<dpkg-deb(1)> cuando se construye el paquete."
# type: textblock
-#: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:108 dh_gconf:92
+#: 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
@@ -1304,21 +1304,21 @@ msgstr "Pasa I<parámetros> a L<dpkg-deb(1)> cuando se construye el paquete."
#: 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:229 dh_md5sums:88 dh_movefiles:164
+#: 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<debhelper(7)>"
msgstr "L<debhelper(7)>"
# type: textblock
-#: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:110
+#: 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:231
+#: 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
@@ -1601,10 +1601,10 @@ msgid ""
"(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."
+"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."
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 "
@@ -1820,7 +1820,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:63
+#: 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 "B<-n>, B<--noscripts>"
@@ -2389,7 +2389,7 @@ msgstr ""
"actúe. (O en todos si se especifica B<-A>)."
# type: =head1
-#: dh_installdocs:76 dh_link:65 dh_makeshlibs:83 dh_shlibdeps:65
+#: dh_installdocs:76 dh_link:65 dh_makeshlibs:82 dh_shlibdeps:65
msgid "EXAMPLES"
msgstr "EJEMPLOS"
@@ -3271,7 +3271,7 @@ msgstr ""
"un fichero de método de menú de Debian."
# type: textblock
-#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:65
+#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:64
#: dh_python:62
msgid "Do not modify postinst/postrm scripts."
msgstr "No modifica los scripts postinst/postrm."
@@ -4169,17 +4169,16 @@ msgstr ""
msgid ""
"If a L<dpkg-gensymbols(1)> 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)."
+"and install the symbols file."
msgstr ""
# type: =item
-#: dh_makeshlibs:33
+#: dh_makeshlibs:32
msgid "B<-m>I<major>, B<--major=>I<major>"
msgstr "B<-m>I<mayor>, B<--major=>I<mayor>"
# type: textblock
-#: dh_makeshlibs:35
+#: dh_makeshlibs:34
msgid ""
"Instead of trying to guess the major number of the library with objdump, use "
"the major number specified after the -m parameter. This is much less useful "
@@ -4192,17 +4191,17 @@ msgstr ""
"nombres de fichero de las bibliotecas en lugar de usar objdump."
# type: =item
-#: dh_makeshlibs:40
+#: dh_makeshlibs:39
msgid "B<-V>, B<-V>I<dependencies>"
msgstr "B<-V>, B<-V>I<dependencias>"
# type: =item
-#: dh_makeshlibs:42
+#: dh_makeshlibs:41
msgid "B<--version-info>, B<--version-info=>I<dependencies>"
msgstr "B<--version-info>, B<--version-info=>I<dependencias>"
# type: textblock
-#: dh_makeshlibs:44
+#: dh_makeshlibs:43
msgid ""
"By default, the shlibs file generated by this program does not make packages "
"depend on any particular version of the package containing the shared "
@@ -4228,7 +4227,7 @@ msgstr ""
"de dependencia exacta requerida (asegúrese de incluir el nombre del paquete)."
# type: textblock
-#: dh_makeshlibs:55
+#: dh_makeshlibs:54
msgid ""
"Beware of using -V without any parameters; this is a conservative setting "
"that always ensures that other packages' shared library dependencies are at "
@@ -4247,7 +4246,7 @@ msgstr ""
"actualización."
# type: textblock
-#: dh_makeshlibs:69
+#: dh_makeshlibs:68
msgid ""
"Exclude files that contain \"item\" anywhere in their filename or directory "
"from being treated as shared libraries."
@@ -4256,13 +4255,13 @@ msgstr ""
"o directorio de ser tratados como bibliotecas compartidas."
# type: =item
-#: dh_makeshlibs:72
+#: dh_makeshlibs:71
#, fuzzy
msgid "B<--add-udeb=>I<udeb>"
msgstr "B<--name=>I<nombre>"
# type: textblock
-#: dh_makeshlibs:74
+#: dh_makeshlibs:73
msgid ""
"Create an additional line for udebs in the shlibs file and use \"udeb\" as "
"the package name for udebs to depend on instead of the regular library "
@@ -4270,18 +4269,18 @@ msgid ""
msgstr ""
# type: textblock
-#: dh_makeshlibs:79
+#: dh_makeshlibs:78
#, fuzzy
msgid "Pass \"params\" to L<dpkg-gensymbols(1)>."
msgstr "Pasa \"parámetros\" a L<dpkg-gencontrol(1)>."
# type: =item
-#: dh_makeshlibs:87
+#: dh_makeshlibs:86
msgid "dh_makeshlibs"
msgstr "dh_makeshlibs"
# type: verbatim
-#: dh_makeshlibs:89
+#: dh_makeshlibs:88
#, no-wrap
msgid ""
"Assuming this is a package named libfoobar1, generates a shlibs file that\n"
@@ -4295,12 +4294,12 @@ msgstr ""
"\n"
# type: =item
-#: dh_makeshlibs:93
+#: dh_makeshlibs:92
msgid "dh_makeshlibs -V"
msgstr "dh_makeshlibs -V"
# type: verbatim
-#: dh_makeshlibs:95
+#: dh_makeshlibs:94
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -4314,12 +4313,12 @@ msgstr ""
"\n"
# type: =item
-#: dh_makeshlibs:99
+#: dh_makeshlibs:98
msgid "dh_makeshlibs -V 'libfoobar1 (>= 1.0)'"
msgstr "dh_makeshlibs -V 'libfoobar1 (>= 1.0)'"
# type: verbatim
-#: dh_makeshlibs:101
+#: dh_makeshlibs:100
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 5f85419b..471786f2 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2007-11-19 14:23-0500\n"
+"POT-Creation-Date: 2007-11-29 12:11-0500\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"
@@ -441,7 +441,7 @@ msgstr ""
"etc.)."
# type: =item
-#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:67 dh_md5sums:37
+#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:66 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>"
@@ -1171,14 +1171,14 @@ msgstr ""
# type: =head1
#: debhelper.pod:479 dh_builddeb:85 dh_clean:106 dh_compress:189 dh_desktop:47
-#: dh_fixperms:106 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111
+#: dh_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:227
+#: 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
@@ -1208,7 +1208,7 @@ msgstr "Le site internet de debhelper."
# type: =head1
#: debhelper.pod:493 dh_builddeb:91 dh_clean:112 dh_compress:195 dh_desktop:53
-#: dh_fixperms:112 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117
+#: dh_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
@@ -1216,7 +1216,7 @@ msgstr "Le site internet de debhelper."
#: 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:233 dh_md5sums:92 dh_movefiles:168
+#: 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
@@ -1225,14 +1225,14 @@ msgstr "AUTEUR"
# type: textblock
#: debhelper.pod:495 dh_builddeb:93 dh_clean:114 dh_compress:197
-#: dh_fixperms:114 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69
+#: dh_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:235 dh_md5sums:94 dh_movefiles:170
+#: 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
msgid "Joey Hess <joeyh@debian.org>"
@@ -1269,7 +1269,7 @@ msgstr ""
#: 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:29 dh_md5sums:28 dh_movefiles:32 dh_perl:28 dh_python:39
+#: 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"
@@ -1310,7 +1310,7 @@ msgstr "B<-u> I<paramètres>"
# type: =item
#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67
-#: dh_makeshlibs:77 dh_shlibdeps:32
+#: dh_makeshlibs:76 dh_shlibdeps:32
msgid "B<--> I<params>"
msgstr "B<--> I<paramètres>"
@@ -1321,7 +1321,7 @@ msgstr ""
"Fournit les I<paramètres> à L<dpkg-deb(1)> lors de la construction du paquet."
# type: textblock
-#: dh_builddeb:87 dh_clean:108 dh_compress:191 dh_fixperms:108 dh_gconf:92
+#: 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
@@ -1329,21 +1329,21 @@ msgstr ""
#: 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:229 dh_md5sums:88 dh_movefiles:164
+#: 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<debhelper(7)>"
msgstr "L<debhelper(7)>"
# type: textblock
-#: dh_builddeb:89 dh_clean:110 dh_compress:193 dh_desktop:51 dh_fixperms:110
+#: 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:231
+#: 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
@@ -1628,10 +1628,10 @@ msgid ""
"(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."
+"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."
msgstr ""
"dh_fixperms règle à 644 les droits sur tous les fichiers de usr/share/doc à "
"l'exclusion de ceux contenus dans le répertoire examples/. Il règle "
@@ -1856,7 +1856,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:63
+#: 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 "B<-n>, B<--noscripts>"
@@ -2435,7 +2435,7 @@ msgstr ""
"traité (ou de tous les paquets traités si -A est indiqué)."
# type: =head1
-#: dh_installdocs:76 dh_link:65 dh_makeshlibs:83 dh_shlibdeps:65
+#: dh_installdocs:76 dh_link:65 dh_makeshlibs:82 dh_shlibdeps:65
msgid "EXAMPLES"
msgstr "EXEMPLES"
@@ -3345,7 +3345,7 @@ msgstr ""
"en tant que fichier de méthode de menu Debian."
# type: textblock
-#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:65
+#: dh_installmenu:40 dh_installmime:37 dh_installmodules:45 dh_makeshlibs:64
#: dh_python:62
msgid "Do not modify postinst/postrm scripts."
msgstr "Empêche la modification des scripts de maintenance postinst et postrm."
@@ -4261,17 +4261,16 @@ msgstr ""
msgid ""
"If a L<dpkg-gensymbols(1)> 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)."
+"and install the symbols file."
msgstr ""
# type: =item
-#: dh_makeshlibs:33
+#: dh_makeshlibs:32
msgid "B<-m>I<major>, B<--major=>I<major>"
msgstr "B<-m>I<numéro-majeur>, B<--major=>I<numéro-majeur>"
# type: textblock
-#: dh_makeshlibs:35
+#: dh_makeshlibs:34
msgid ""
"Instead of trying to guess the major number of the library with objdump, use "
"the major number specified after the -m parameter. This is much less useful "
@@ -4284,17 +4283,17 @@ msgstr ""
"bibliothèque et non sur l'utilisation d'objdump."
# type: =item
-#: dh_makeshlibs:40
+#: dh_makeshlibs:39
msgid "B<-V>, B<-V>I<dependencies>"
msgstr "B<-V>, B<-V>I<dépendances>"
# type: =item
-#: dh_makeshlibs:42
+#: dh_makeshlibs:41
msgid "B<--version-info>, B<--version-info=>I<dependencies>"
msgstr "B<--version-info>, B<--version-info=>I<dépendances>"
# type: textblock
-#: dh_makeshlibs:44
+#: dh_makeshlibs:43
msgid ""
"By default, the shlibs file generated by this program does not make packages "
"depend on any particular version of the package containing the shared "
@@ -4319,7 +4318,7 @@ msgstr ""
"exacte (inclure absolument le nom de paquet)."
# type: textblock
-#: dh_makeshlibs:55
+#: dh_makeshlibs:54
msgid ""
"Beware of using -V without any parameters; this is a conservative setting "
"that always ensures that other packages' shared library dependencies are at "
@@ -4338,7 +4337,7 @@ msgstr ""
"serait difficile de les mettre à jour."
# type: textblock
-#: dh_makeshlibs:69
+#: dh_makeshlibs:68
msgid ""
"Exclude files that contain \"item\" anywhere in their filename or directory "
"from being treated as shared libraries."
@@ -4347,12 +4346,12 @@ msgstr ""
"comportent S<« élément »> n'importe où dans leur nom. "
# type: =item
-#: dh_makeshlibs:72
+#: dh_makeshlibs:71
msgid "B<--add-udeb=>I<udeb>"
msgstr "B<--add-udeb=>I<udeb>"
# type: textblock
-#: dh_makeshlibs:74
+#: dh_makeshlibs:73
msgid ""
"Create an additional line for udebs in the shlibs file and use \"udeb\" as "
"the package name for udebs to depend on instead of the regular library "
@@ -4363,18 +4362,18 @@ msgstr ""
"soient dépendants du paquet normal de la bibliothèque."
# type: textblock
-#: dh_makeshlibs:79
+#: dh_makeshlibs:78
#, fuzzy
msgid "Pass \"params\" to L<dpkg-gensymbols(1)>."
msgstr "Fournit S<« paramètres »> à L<dpkg-gencontrol(1)>."
# type: =item
-#: dh_makeshlibs:87
+#: dh_makeshlibs:86
msgid "dh_makeshlibs"
msgstr "dh_makeshlibs"
# type: verbatim
-#: dh_makeshlibs:89
+#: dh_makeshlibs:88
#, no-wrap
msgid ""
"Assuming this is a package named libfoobar1, generates a shlibs file that\n"
@@ -4387,12 +4386,12 @@ msgstr ""
"\n"
# type: =item
-#: dh_makeshlibs:93
+#: dh_makeshlibs:92
msgid "dh_makeshlibs -V"
msgstr "dh_makeshlibs -V"
# type: verbatim
-#: dh_makeshlibs:95
+#: dh_makeshlibs:94
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -4405,12 +4404,12 @@ msgstr ""
"\n"
# type: =item
-#: dh_makeshlibs:99
+#: dh_makeshlibs:98
msgid "dh_makeshlibs -V 'libfoobar1 (>= 1.0)'"
msgstr "dh_makeshlibs -V 'libtoto1 (>= 1.0)'"
# type: verbatim
-#: dh_makeshlibs:101
+#: dh_makeshlibs:100
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"