]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1805: releasing version 5.0.0 5.0.0
authorjoey <joey>
Wed, 2 Nov 2005 19:33:18 +0000 (19:33 +0000)
committerjoey <joey>
Wed, 2 Nov 2005 19:33:18 +0000 (19:33 +0000)
Debian/Debhelper/Dh_Lib.pm
debhelper.pod
debian/changelog
dh_install
doc/TODO
po/debhelper.pot
po/es.po
po/fr.po

index 85a77886b3a0cdb82bcf6cef1af054a12c8a0b1f..f1b39226be061c4e7fa86475202f0885138b4e21 100644 (file)
@@ -271,8 +271,8 @@ sub dirname {
                        }
                }
 
-               if ($c < 3 && ! $warned_compat) {
-                       warning("Compatibility levels before 3 are deprecated.");
+               if ($c < 4 && ! $warned_compat) {
+                       warning("Compatibility levels before 4 are deprecated.");
                        $warned_compat=1;
                }
        
index 76ee5eb6b8dcc5759a217dcf76b3496fd8effeb9..546528b0c69a67359fd3d35884c2f09332bc4810 100644 (file)
@@ -245,9 +245,16 @@ introduced. You tell debhelper which compatibility level it should use, and
 it modifies its behavior in various ways.
 
 Tell debhelper what compatibility level to use by writing a number to
-debian/compat. For example, to turn on V4 mode:
+debian/compat. For example, to turn on V5 mode:
 
-  % echo 4 > debian/compat
+  % echo 5 > debian/compat
+
+Unless otherwise indicated, all debhelper documentation assumes that you
+are using the most recent compatability level, and in most cases does not
+indicate if the behavior is different in an earlier compatability level, so
+if you are not using the most recent compatability level, you're advised to
+read below for notes about what is different in earlier compatability
+levels.
 
 These are the available compatibility levels:
 
@@ -290,10 +297,11 @@ Every file in etc/ is automatically flagged as a conffile by dh_installdeb.
 
 =back
 
+This mode is deprecated.
+
 =item V4
 
-This is the recommended mode of operation. It does everything V3 does,
-plus:
+Changes from V3 are:
 
 =over 8
 
@@ -320,7 +328,8 @@ dh_link will correct existing links to conform with policy.
 
 =item V5
 
-This mode is still under development. Its changes from V4 are:
+This is the recommended mode of operation. It does everything V4 does,
+plus:
 
 =over 8
 
@@ -373,9 +382,9 @@ Once your package uses debhelper to build, be sure to add
 debhelper to your Build-Depends line in debian/control. You should
 build-depend on a version of debhelper equal to (or greater than) the
 debhelper compatibility level your package uses. So if your package used
-compatibility level 4:
+compatibility level 5:
 
-  Build-Depends: debhelper (>= 4)
+  Build-Depends: debhelper (>= 5)
 
 =head1 ENVIRONMENT
 
index 24eac9465fd686230b9639c5d71f805356737f33..50e2df9b32f69a2846d3f148a3a0f7ff99bd09aa 100644 (file)
@@ -1,3 +1,18 @@
+debhelper (5.0.0) unstable; urgency=low
+
+  * debhelper v5 mode is finalised and the new recommended compatability
+    level. Unless your package uses dh_strip --dbg-package, switching to v5
+    is 99.999% unlikely to change anything in a package, and it allows
+    adding comments to all your debhelper config files, so I recommend making
+    the switch as soon as this version reaches testing.
+  * debhelper.1: Explicitly document that docs describe latest compat
+    level and changes from earlier levels are concentrated in the
+    "Debhelper compatibility levels" section of debhelper.1. Closes: #336906
+  * Deprecate v3.
+  * dh_install: Add package name to missing files error. Closes: #336908 
+
+ -- Joey Hess <joeyh@debian.org>  Tue,  1 Nov 2005 18:54:29 -0500
+
 debhelper (4.9.15) unstable; urgency=low
 
   * Patches from Ghe Rivero to fix outdated paths in French and Spanish
@@ -295,8 +310,8 @@ debhelper (4.2.19) unstable; urgency=HIGH
 
 debhelper (4.2.18) unstable; urgency=low
 
-  * Add dh_shlibdeps see also. Closes: #261367a
-  * Update dh_gconf man page for new schema location. Closes: #264378a
+  * Add dh_shlibdeps see also. Closes: #261367
+  * Update dh_gconf man page for new schema location. Closes: #264378
   * debhelper.7 man page typo fix. Closes: #265603
 
  -- Joey Hess <joeyh@debian.org>  Fri, 13 Aug 2004 19:16:51 -0300
@@ -439,7 +454,7 @@ debhelper (4.2.1) unstable; urgency=low
     - Remove DTD changes since docbook-xml not supports xml catalogs.
     - Bump scrollkeeper dep to 0.3.14-5.
   * dh_installinfo: remove info stuff on update as well as remove.
-    Policy is unclear/wrong. Closes: #231937a
+    Policy is unclear/wrong. Closes: #231937
 
  -- Joey Hess <joeyh@debian.org>  Mon,  9 Feb 2004 18:20:40 -0500
 
index 4ae155325da8c49d0c819d9a80ec123d2533d9a1..4bd584b54f7c3439ce8ef5fbd85681a01ca898b8 100755 (executable)
@@ -141,7 +141,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                if (! compat(4)) { # check added in v5
                        # glob now, relative to srcdir
                        if (! map { glob "$srcdir/$_" } @$set) {
-                               error("missing files (@$set), aborting");
+                               error("$package missing files (@$set), aborting");
                        }
                }
                foreach my $src (map { glob "$srcdir/$_" } @$set) { 
index 3b69f5828e97557f39f900a7ec114b52569ef0f9..e644df5b2eb90df7399b92099b6a68fc145db3a8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -34,7 +34,7 @@ Wishlist items:
   --section is not given. So I should be able to stop parsing it myself for
   section, after dpkg 1.10 has been around long enough.
 
-v5:
+v6:
 
 * escaping in config files (for whitespace)?
 * make dh_installman set up slave links, always assuming wm and man page
index 65b7b5105df1d3f20c360e936ac99cec335afa4e..b3d18da69786fabb1f9abf33def49bb134aaa43b 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-10-25 19:52-0400\n"
+"POT-Creation-Date: 2005-11-02 14:25-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"
@@ -72,7 +72,7 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: dh_installpam:52 dh_installemacsen:108 dh_installinfo:122 dh_strip:221 dh_installppp:56 dh_compress:189 dh_md5sums:86 dh_installexamples:102 dh_installcron:61 dh_installinit:188 dh_usrlocal:113 dh_gconf:58 dh_installmodules:102 dh_installmenu:79 dh_installlogrotate:50 debhelper.pod:424 dh_clean:109 dh_undocumented:28 dh_testversion:74 dh_testdir:43 dh_shlibdeps:148 dh_scrollkeeper:75 dh_installdirs:87 dh_link:206 dh_installdebconf:135 dh_installmime:84 dh_installwm:94 dh_installdeb:93 dh_builddeb:78 dh_gencontrol:73 dh_install:251 dh_makeshlibs:183 dh_perl:140 dh_fixperms:107 dh_listpackages:28 dh_installman:210 dh_testroot:26 dh_movefiles:162 dh_desktop:43 dh_suidregister:117 dh_installchangelogs:125 dh_python:266 dh_installdocs:232 dh_installcatalogs:105 dh_installmanpages:197 dh_installxfonts:83 dh_installlogcheck:51
+#: dh_installpam:52 dh_installemacsen:108 dh_installinfo:122 dh_strip:221 dh_installppp:56 dh_compress:189 dh_md5sums:86 dh_installexamples:102 dh_installcron:61 dh_installinit:188 dh_usrlocal:113 dh_gconf:58 dh_installmodules:102 dh_installmenu:79 dh_installlogrotate:50 debhelper.pod:433 dh_clean:109 dh_undocumented:28 dh_testversion:74 dh_testdir:43 dh_shlibdeps:148 dh_scrollkeeper:75 dh_installdirs:87 dh_link:206 dh_installdebconf:135 dh_installmime:84 dh_installwm:94 dh_installdeb:93 dh_builddeb:78 dh_gencontrol:73 dh_install:251 dh_makeshlibs:183 dh_perl:140 dh_fixperms:107 dh_listpackages:28 dh_installman:210 dh_testroot:26 dh_movefiles:162 dh_desktop:43 dh_suidregister:117 dh_installchangelogs:125 dh_python:266 dh_installdocs:232 dh_installcatalogs:105 dh_installmanpages:197 dh_installxfonts:83 dh_installlogcheck:51
 msgid "SEE ALSO"
 msgstr ""
 
@@ -87,12 +87,12 @@ msgid "This program is a part of debhelper."
 msgstr ""
 
 # type: =head1
-#: dh_installpam:58 dh_installemacsen:114 dh_installinfo:128 dh_strip:227 dh_installppp:62 dh_compress:195 dh_md5sums:92 dh_installexamples:108 dh_installcron:67 dh_installinit:194 dh_usrlocal:119 dh_gconf:64 dh_installmodules:108 dh_installmenu:87 dh_installlogrotate:56 debhelper.pod:438 dh_clean:115 dh_undocumented:34 dh_testversion:80 dh_testdir:49 dh_shlibdeps:154 dh_scrollkeeper:81 dh_installdirs:93 dh_link:212 dh_installdebconf:141 dh_installmime:90 dh_installwm:100 dh_installdeb:99 dh_builddeb:84 dh_gencontrol:79 dh_install:257 dh_makeshlibs:189 dh_perl:146 dh_fixperms:113 dh_listpackages:34 dh_installman:216 dh_testroot:32 dh_movefiles:168 dh_desktop:49 dh_suidregister:123 dh_installchangelogs:131 dh_python:272 dh_installdocs:238 dh_installcatalogs:111 dh_installmanpages:203 dh_installxfonts:89 dh_installlogcheck:57
+#: dh_installpam:58 dh_installemacsen:114 dh_installinfo:128 dh_strip:227 dh_installppp:62 dh_compress:195 dh_md5sums:92 dh_installexamples:108 dh_installcron:67 dh_installinit:194 dh_usrlocal:119 dh_gconf:64 dh_installmodules:108 dh_installmenu:87 dh_installlogrotate:56 debhelper.pod:447 dh_clean:115 dh_undocumented:34 dh_testversion:80 dh_testdir:49 dh_shlibdeps:154 dh_scrollkeeper:81 dh_installdirs:93 dh_link:212 dh_installdebconf:141 dh_installmime:90 dh_installwm:100 dh_installdeb:99 dh_builddeb:84 dh_gencontrol:79 dh_install:257 dh_makeshlibs:189 dh_perl:146 dh_fixperms:113 dh_listpackages:34 dh_installman:216 dh_testroot:32 dh_movefiles:168 dh_desktop:49 dh_suidregister:123 dh_installchangelogs:131 dh_python:272 dh_installdocs:238 dh_installcatalogs:111 dh_installmanpages:203 dh_installxfonts:89 dh_installlogcheck:57
 msgid "AUTHOR"
 msgstr ""
 
 # type: textblock
-#: dh_installpam:60 dh_installemacsen:116 dh_installinfo:130 dh_strip:229 dh_installppp:64 dh_compress:197 dh_md5sums:94 dh_installexamples:110 dh_installcron:69 dh_installinit:196 dh_installmodules:110 dh_installmenu:89 dh_installlogrotate:58 debhelper.pod:440 dh_clean:117 dh_undocumented:36 dh_testversion:82 dh_testdir:51 dh_shlibdeps:156 dh_installdirs:95 dh_link:214 dh_installdebconf:143 dh_installmime:92 dh_installwm:102 dh_installdeb:101 dh_builddeb:86 dh_gencontrol:81 dh_install:259 dh_makeshlibs:191 dh_fixperms:115 dh_listpackages:36 dh_installman:218 dh_testroot:34 dh_movefiles:170 dh_suidregister:125 dh_installchangelogs:133 dh_installdocs:240 dh_installmanpages:205 dh_installxfonts:91
+#: dh_installpam:60 dh_installemacsen:116 dh_installinfo:130 dh_strip:229 dh_installppp:64 dh_compress:197 dh_md5sums:94 dh_installexamples:110 dh_installcron:69 dh_installinit:196 dh_installmodules:110 dh_installmenu:89 dh_installlogrotate:58 debhelper.pod:449 dh_clean:117 dh_undocumented:36 dh_testversion:82 dh_testdir:51 dh_shlibdeps:156 dh_installdirs:95 dh_link:214 dh_installdebconf:143 dh_installmime:92 dh_installwm:102 dh_installdeb:101 dh_builddeb:86 dh_gencontrol:81 dh_install:259 dh_makeshlibs:191 dh_fixperms:115 dh_listpackages:36 dh_installman:218 dh_testroot:34 dh_movefiles:170 dh_suidregister:125 dh_installchangelogs:133 dh_installdocs:240 dh_installmanpages:205 dh_installxfonts:91
 msgid "Joey Hess <joeyh@debian.org>"
 msgstr ""
 
@@ -1434,29 +1434,40 @@ msgstr ""
 #: debhelper.pod:247
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
-"debian/compat. For example, to turn on V4 mode:"
+"debian/compat. For example, to turn on V5 mode:"
 msgstr ""
 
 # type: verbatim
 #: debhelper.pod:250
 #, no-wrap
 msgid ""
-"  % echo 4 > debian/compat\n"
+"  % echo 5 > debian/compat\n"
 "\n"
 msgstr ""
 
 # type: textblock
 #: debhelper.pod:252
+msgid ""
+"Unless otherwise indicated, all debhelper documentation assumes that you are "
+"using the most recent compatability level, and in most cases does not "
+"indicate if the behavior is different in an earlier compatability level, so "
+"if you are not using the most recent compatability level, you're advised to "
+"read below for notes about what is different in earlier compatability "
+"levels."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:259
 msgid "These are the available compatibility levels:"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:256
+#: debhelper.pod:263
 msgid "V1"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:265
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -1465,124 +1476,124 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:263 debhelper.pod:270
+#: debhelper.pod:270 debhelper.pod:277 debhelper.pod:300
 msgid "This mode is deprecated."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:265
+#: debhelper.pod:272
 msgid "V2"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:267
+#: debhelper.pod:274
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:272
+#: debhelper.pod:279
 msgid "V3"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:274
+#: debhelper.pod:281
 msgid "This mode works like V2, with the following additions:"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:278 debhelper.pod:283 debhelper.pod:287 debhelper.pod:300 debhelper.pod:305 debhelper.pod:310 debhelper.pod:315 debhelper.pod:327 debhelper.pod:331 debhelper.pod:336
+#: debhelper.pod:285 debhelper.pod:290 debhelper.pod:294 debhelper.pod:308 debhelper.pod:313 debhelper.pod:318 debhelper.pod:323 debhelper.pod:336 debhelper.pod:340 debhelper.pod:345
 msgid "-"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:280
+#: debhelper.pod:287
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:285
+#: debhelper.pod:292
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:296
 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:293
+#: debhelper.pod:302
 msgid "V4"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:295
-msgid "This is the recommended mode of operation. It does everything V3 does, plus:"
+#: debhelper.pod:304
+msgid "Changes from V3 are:"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:310
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:307
+#: debhelper.pod:315
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:320
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:317
+#: debhelper.pod:325
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:321
+#: debhelper.pod:329
 msgid "V5"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:323
-msgid "This mode is still under development. Its changes from V4 are:"
+#: debhelper.pod:331
+msgid "This is the recommended mode of operation. It does everything V4 does, plus:"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:329
+#: debhelper.pod:338
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:342
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:347
 msgid "dh_installdocs skips installing empty files."
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:344
+#: debhelper.pod:353
 msgid "Doc directory symlinks"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:346
+#: debhelper.pod:355
 msgid ""
 "Sometimes it is useful to make a package not contain a "
 "/usr/share/doc/package directory at all, instead placing just a dangling "
@@ -1596,12 +1607,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:355
+#: debhelper.pod:364
 msgid "udebs"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:357
+#: debhelper.pod:366
 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 "
@@ -1612,12 +1623,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:364
+#: debhelper.pod:373
 msgid "Other notes"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:366
+#: debhelper.pod:375
 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 "
@@ -1628,68 +1639,68 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:381
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
 "Build-Depends line in debian/control. You should build-depend on a version "
 "of debhelper equal to (or greater than) the debhelper compatibility level "
-"your package uses. So if your package used compatibility level 4:"
+"your package uses. So if your package used compatibility level 5:"
 msgstr ""
 
 # type: verbatim
-#: debhelper.pod:378
+#: debhelper.pod:387
 #, no-wrap
 msgid ""
-"  Build-Depends: debhelper (>= 4)\n"
+"  Build-Depends: debhelper (>= 5)\n"
 "\n"
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:380
+#: debhelper.pod:389
 msgid "ENVIRONMENT"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:384
+#: debhelper.pod:393
 msgid "DH_VERBOSE"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:395
 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:389
+#: debhelper.pod:398
 msgid "DH_COMPAT"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:400
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:394
+#: debhelper.pod:403
 msgid "DH_NO_ACT"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:405
 msgid "Set to 1 to enable no-act mode."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:398
+#: debhelper.pod:407
 msgid "DH_OPTIONS"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:409
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands. This is useful in some situations, for example, if "
@@ -1699,12 +1710,12 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: debhelper.pod:406
+#: debhelper.pod:415
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:408
+#: debhelper.pod:417
 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 "
@@ -1712,7 +1723,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:421
 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 "
@@ -1723,29 +1734,29 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:419
+#: debhelper.pod:428
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:428
+#: debhelper.pod:437
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:430
+#: debhelper.pod:439
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:432
+#: debhelper.pod:441
 msgid "L<http://kitenet.net/programs/debhelper/>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:434
+#: debhelper.pod:443
 msgid "Debhelper web site."
 msgstr ""
 
index e3baab9d5906a4dcf6ef242d0405716883af989d..436efc1709da8c4d29f7baaa05d9244c984468c3 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-10-22 13:43-0400\n"
+"POT-Creation-Date: 2005-11-01 18:19-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"
@@ -127,7 +127,7 @@ msgstr ""
 #: dh_installppp:56 dh_compress:189 dh_md5sums:86 dh_installexamples:102
 #: dh_installcron:61 dh_installinit:188 dh_usrlocal:113 dh_gconf:58
 #: dh_installmodules:102 dh_installmenu:79 dh_installlogrotate:50
-#: debhelper.pod:424 dh_clean:109 dh_undocumented:28 dh_testversion:74
+#: debhelper.pod:433 dh_clean:109 dh_undocumented:28 dh_testversion:74
 #: dh_testdir:43 dh_shlibdeps:148 dh_scrollkeeper:75 dh_installdirs:87
 #: dh_link:206 dh_installdebconf:135 dh_installmime:84 dh_installwm:94
 #: dh_installdeb:93 dh_builddeb:78 dh_gencontrol:73 dh_install:251
@@ -175,7 +175,7 @@ msgstr "Este programa es parte de debhelper."
 #: dh_installppp:62 dh_compress:195 dh_md5sums:92 dh_installexamples:108
 #: dh_installcron:67 dh_installinit:194 dh_usrlocal:119 dh_gconf:64
 #: dh_installmodules:108 dh_installmenu:87 dh_installlogrotate:56
-#: debhelper.pod:438 dh_clean:115 dh_undocumented:34 dh_testversion:80
+#: debhelper.pod:447 dh_clean:115 dh_undocumented:34 dh_testversion:80
 #: dh_testdir:49 dh_shlibdeps:154 dh_scrollkeeper:81 dh_installdirs:93
 #: dh_link:212 dh_installdebconf:141 dh_installmime:90 dh_installwm:100
 #: dh_installdeb:99 dh_builddeb:84 dh_gencontrol:79 dh_install:257
@@ -191,7 +191,7 @@ msgstr "AUTOR"
 #: dh_installpam:60 dh_installemacsen:116 dh_installinfo:130 dh_strip:229
 #: dh_installppp:64 dh_compress:197 dh_md5sums:94 dh_installexamples:110
 #: dh_installcron:69 dh_installinit:196 dh_installmodules:110
-#: dh_installmenu:89 dh_installlogrotate:58 debhelper.pod:440 dh_clean:117
+#: dh_installmenu:89 dh_installlogrotate:58 debhelper.pod:449 dh_clean:117
 #: dh_undocumented:36 dh_testversion:82 dh_testdir:51 dh_shlibdeps:156
 #: dh_installdirs:95 dh_link:214 dh_installdebconf:143 dh_installmime:92
 #: dh_installwm:102 dh_installdeb:101 dh_builddeb:86 dh_gencontrol:81
@@ -1319,8 +1319,8 @@ msgid ""
 "share/menu/package in the package build directory. This is a debian menu "
 "file. See L<menufile(5)> for its format."
 msgstr ""
-"Si existe el fichero llamado debian/paquete.menu, se instala en usr/share/menu/"
-"paquete en el directorio de construcción. Este es un fichero de menú de "
+"Si existe el fichero llamado debian/paquete.menu, se instala en usr/share/"
+"menu/paquete en el directorio de construcción. Este es un fichero de menú de "
 "Debian. Lea L<menufile(5)> para detalles acerca del formato."
 
 # type: textblock
@@ -1973,18 +1973,19 @@ msgstr ""
 
 # type: textblock
 #: debhelper.pod:247
+#, fuzzy
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to debian/"
-"compat. For example, to turn on V4 mode:"
+"compat. For example, to turn on V5 mode:"
 msgstr ""
 "Para especificar un nivel de compatibilidad debes de escribir un número en "
 "debian/compat. Por ejemplo, para activar el modo V4:"
 
 # type: verbatim
 #: debhelper.pod:250
-#, no-wrap
+#, fuzzy, no-wrap
 msgid ""
-"  % echo 4 > debian/compat\n"
+"  % echo 5 > debian/compat\n"
 "\n"
 msgstr ""
 "  % echo 4 > debian/compat\n"
@@ -1992,16 +1993,26 @@ msgstr ""
 
 # type: textblock
 #: debhelper.pod:252
+msgid ""
+"Unless otherwise indicated, all debhelper documentation assumes that you are "
+"using the most recent compatability level, and in most cases does not "
+"indicate if the behavior is different in an earlier compatability level, so "
+"if you are not using the most recent compatability level, you're advised to "
+"read below for notes about what is different in earlier compatability levels."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:259
 msgid "These are the available compatibility levels:"
 msgstr "Los niveles de compatibilidad disponibles son:"
 
 # type: =item
-#: debhelper.pod:256
+#: debhelper.pod:263
 msgid "V1"
 msgstr "V1"
 
 # type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:265
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -2014,17 +2025,17 @@ msgstr ""
 "fichero de control. Se desaconseja su uso."
 
 # type: textblock
-#: debhelper.pod:263 debhelper.pod:270
+#: debhelper.pod:270 debhelper.pod:277 debhelper.pod:300
 msgid "This mode is deprecated."
 msgstr "Este modo está desaconsejado."
 
 # type: =item
-#: debhelper.pod:265
+#: debhelper.pod:272
 msgid "V2"
 msgstr "V2"
 
 # type: textblock
-#: debhelper.pod:267
+#: debhelper.pod:274
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
@@ -2033,24 +2044,24 @@ msgstr ""
 "árbol de directorios para cada paquete que se construya."
 
 # type: =item
-#: debhelper.pod:272
+#: debhelper.pod:279
 msgid "V3"
 msgstr "V3"
 
 # type: textblock
-#: debhelper.pod:274
+#: debhelper.pod:281
 msgid "This mode works like V2, with the following additions:"
 msgstr "Este modo funciona como el V2 con los siguientes añadidos:"
 
 # type: =item
-#: debhelper.pod:278 debhelper.pod:283 debhelper.pod:287 debhelper.pod:300
-#: debhelper.pod:305 debhelper.pod:310 debhelper.pod:315 debhelper.pod:327
-#: debhelper.pod:331 debhelper.pod:336
+#: debhelper.pod:285 debhelper.pod:290 debhelper.pod:294 debhelper.pod:308
+#: debhelper.pod:313 debhelper.pod:318 debhelper.pod:323 debhelper.pod:336
+#: debhelper.pod:340 debhelper.pod:345
 msgid "-"
 msgstr "-"
 
 # type: textblock
-#: debhelper.pod:280
+#: debhelper.pod:287
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
@@ -2060,13 +2071,13 @@ msgstr ""
 "prefijo una barra invertida."
 
 # type: textblock
-#: debhelper.pod:285
+#: debhelper.pod:292
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 "dh_makeshlibs hace que los scripts postinst y postrm ejecuten ldconfig."
 
 # type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:296
 msgid ""
 "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
@@ -2074,19 +2085,17 @@ msgstr ""
 "conffiles."
 
 # type: =item
-#: debhelper.pod:293
+#: debhelper.pod:302
 msgid "V4"
 msgstr "V4"
 
 # type: textblock
-#: debhelper.pod:295
-msgid ""
-"This is the recommended mode of operation. It does everything V3 does, plus:"
+#: debhelper.pod:304
+msgid "Changes from V3 are:"
 msgstr ""
-"Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:"
 
 # type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:310
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
@@ -2095,7 +2104,7 @@ msgstr ""
 "generado en la línea de dependencias del fichero shlibs."
 
 # type: textblock
-#: debhelper.pod:307
+#: debhelper.pod:315
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
@@ -2104,7 +2113,7 @@ msgstr ""
 "reemplazar el campo ${shlibs:Depends}."
 
 # type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:320
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
@@ -2113,30 +2122,33 @@ msgstr ""
 "etc/init.d."
 
 # type: textblock
-#: debhelper.pod:317
+#: debhelper.pod:325
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 "dh_link corregirá los enlaces existentes para ajustarse a la política de "
 "debian."
 
 # type: =item
-#: debhelper.pod:321
+#: debhelper.pod:329
 msgid "V5"
 msgstr "V5"
 
 # type: textblock
-#: debhelper.pod:323
-msgid "This mode is still under development. Its changes from V4 are:"
-msgstr "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:"
+#: debhelper.pod:331
+#, fuzzy
+msgid ""
+"This is the recommended mode of operation. It does everything V4 does, plus:"
+msgstr ""
+"Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:"
 
 # type: textblock
-#: debhelper.pod:329
+#: debhelper.pod:338
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Se ignoran los comentarios en los ficheros de configuración de debhelper."
 
 # type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:342
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
@@ -2146,17 +2158,17 @@ msgstr ""
 "los símbolos."
 
 # type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:347
 msgid "dh_installdocs skips installing empty files."
 msgstr "dh_installdocs no instala ficheros vacíos."
 
 # type: =head2
-#: debhelper.pod:344
+#: debhelper.pod:353
 msgid "Doc directory symlinks"
 msgstr "Enlaces a los directorios Doc"
 
 # type: textblock
-#: debhelper.pod:346
+#: debhelper.pod:355
 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 "
@@ -2178,12 +2190,12 @@ msgstr ""
 "colgante y no tratará de instalar un fichero de copyright o changelog."
 
 # type: =head2
-#: debhelper.pod:355
+#: debhelper.pod:364
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
-#: debhelper.pod:357
+#: debhelper.pod:366
 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 "
@@ -2201,12 +2213,12 @@ msgstr ""
 "preinst, postrm, prerm, y de configuración, etc."
 
 # type: =head2
-#: debhelper.pod:364
+#: debhelper.pod:373
 msgid "Other notes"
 msgstr "Otras notas"
 
 # type: textblock
-#: debhelper.pod:366
+#: debhelper.pod:375
 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 "
@@ -2222,12 +2234,13 @@ msgstr ""
 "archivos del menú, etc."
 
 # type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:381
+#, fuzzy
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
 "Build-Depends line in debian/control. You should build-depend on a version "
 "of debhelper equal to (or greater than) the debhelper compatibility level "
-"your package uses. So if your package used compatibility level 4:"
+"your package uses. So if your package used compatibility level 5:"
 msgstr ""
 "Una vez que su paquete usa debhelper para construirse, asegurese de añadir "
 "debhelper a sus dependencias de construcción en debian/control.  Debería "
@@ -2236,27 +2249,27 @@ msgstr ""
 "paquete usa el nivel de compatibilidad 4:"
 
 # type: verbatim
-#: debhelper.pod:378
-#, no-wrap
+#: debhelper.pod:387
+#, fuzzy, no-wrap
 msgid ""
-"  Build-Depends: debhelper (>= 4)\n"
+"  Build-Depends: debhelper (>= 5)\n"
 "\n"
 msgstr ""
 "  Build-Depends: debhelper (>= 4)\n"
 "\n"
 
 # type: =head1
-#: debhelper.pod:380
+#: debhelper.pod:389
 msgid "ENVIRONMENT"
 msgstr "ENTORNO"
 
 # type: =item
-#: debhelper.pod:384
+#: debhelper.pod:393
 msgid "DH_VERBOSE"
 msgstr "DH_VERBOSE"
 
 # type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:395
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
@@ -2266,12 +2279,12 @@ msgstr ""
 "construcción."
 
 # type: =item
-#: debhelper.pod:389
+#: debhelper.pod:398
 msgid "DH_COMPAT"
 msgstr "DH_COMPAT"
 
 # type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:400
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
@@ -2280,22 +2293,22 @@ msgstr ""
 "debhelper, ignorando cualquier valor en debian/compat."
 
 # type: =item
-#: debhelper.pod:394
+#: debhelper.pod:403
 msgid "DH_NO_ACT"
 msgstr "DH_NO_ACT"
 
 # type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:405
 msgid "Set to 1 to enable no-act mode."
 msgstr "Poner a 1 para habilitar el modo no-act."
 
 # type: =item
-#: debhelper.pod:398
+#: debhelper.pod:407
 msgid "DH_OPTIONS"
 msgstr "DH_OPTIONS"
 
 # type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:409
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands. This is useful in some situations, for example, if "
@@ -2311,12 +2324,12 @@ msgstr ""
 "Lea la documentación de make para los detalles sobre como hacer esto."
 
 # type: =item
-#: debhelper.pod:406
+#: debhelper.pod:415
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr "DH_ALWAYS_EXCLUDE"
 
 # type: textblock
-#: debhelper.pod:408
+#: debhelper.pod:417
 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 "
@@ -2327,7 +2340,7 @@ msgstr ""
 "coincida con el valor en el árbol de construcción."
 
 # type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:421
 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 "
@@ -2344,7 +2357,7 @@ msgstr ""
 "sitio donde se construya el paquete."
 
 # type: textblock
-#: debhelper.pod:419
+#: debhelper.pod:428
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -2353,22 +2366,22 @@ msgstr ""
 "puntos, p. ej.: DH_ALWAYS_EXCLUDE=CVS:.svn"
 
 # type: =item
-#: debhelper.pod:428
+#: debhelper.pod:437
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
-#: debhelper.pod:430
+#: debhelper.pod:439
 msgid "A set of example debian/rules files that use debhelper."
 msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper."
 
 # type: =item
-#: debhelper.pod:432
+#: debhelper.pod:441
 msgid "L<http://kitenet.net/programs/debhelper/>"
 msgstr "L<http://kitenet.net/programs/debhelper/>"
 
 # type: textblock
-#: debhelper.pod:434
+#: debhelper.pod:443
 msgid "Debhelper web site."
 msgstr "Web de Debhelper."
 
@@ -5189,3 +5202,8 @@ msgstr ""
 #: dh_installlogcheck:59
 msgid "Jon Middleton <jjm@debian.org>"
 msgstr "Jon Middleton <jjm@debian.org>"
+
+# type: textblock
+#~ msgid "This mode is still under development. Its changes from V4 are:"
+#~ msgstr ""
+#~ "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:"
index ed2659b14cfdae48e1f582d03c64d2e5f1d0649f..7b0dfc2668fb1d2875f8907eec9d8a7eb2bc7228 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: fr\n"
-"POT-Creation-Date: 2005-10-22 13:43-0400\n"
+"POT-Creation-Date: 2005-11-01 18:19-0500\n"
 "PO-Revision-Date: 2005-10-22 11:54+0200\n"
 "Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
 "Language-Team: Français <debian-l10n-french@lists.debian.org>\n"
@@ -129,7 +129,7 @@ msgstr ""
 #: dh_installppp:56 dh_compress:189 dh_md5sums:86 dh_installexamples:102
 #: dh_installcron:61 dh_installinit:188 dh_usrlocal:113 dh_gconf:58
 #: dh_installmodules:102 dh_installmenu:79 dh_installlogrotate:50
-#: debhelper.pod:424 dh_clean:109 dh_undocumented:28 dh_testversion:74
+#: debhelper.pod:433 dh_clean:109 dh_undocumented:28 dh_testversion:74
 #: dh_testdir:43 dh_shlibdeps:148 dh_scrollkeeper:75 dh_installdirs:87
 #: dh_link:206 dh_installdebconf:135 dh_installmime:84 dh_installwm:94
 #: dh_installdeb:93 dh_builddeb:78 dh_gencontrol:73 dh_install:251
@@ -177,7 +177,7 @@ msgstr "Ce programme fait partie de debhelper."
 #: dh_installppp:62 dh_compress:195 dh_md5sums:92 dh_installexamples:108
 #: dh_installcron:67 dh_installinit:194 dh_usrlocal:119 dh_gconf:64
 #: dh_installmodules:108 dh_installmenu:87 dh_installlogrotate:56
-#: debhelper.pod:438 dh_clean:115 dh_undocumented:34 dh_testversion:80
+#: debhelper.pod:447 dh_clean:115 dh_undocumented:34 dh_testversion:80
 #: dh_testdir:49 dh_shlibdeps:154 dh_scrollkeeper:81 dh_installdirs:93
 #: dh_link:212 dh_installdebconf:141 dh_installmime:90 dh_installwm:100
 #: dh_installdeb:99 dh_builddeb:84 dh_gencontrol:79 dh_install:257
@@ -193,7 +193,7 @@ msgstr "AUTEUR"
 #: dh_installpam:60 dh_installemacsen:116 dh_installinfo:130 dh_strip:229
 #: dh_installppp:64 dh_compress:197 dh_md5sums:94 dh_installexamples:110
 #: dh_installcron:69 dh_installinit:196 dh_installmodules:110
-#: dh_installmenu:89 dh_installlogrotate:58 debhelper.pod:440 dh_clean:117
+#: dh_installmenu:89 dh_installlogrotate:58 debhelper.pod:449 dh_clean:117
 #: dh_undocumented:36 dh_testversion:82 dh_testdir:51 dh_shlibdeps:156
 #: dh_installdirs:95 dh_link:214 dh_installdebconf:143 dh_installmime:92
 #: dh_installwm:102 dh_installdeb:101 dh_builddeb:86 dh_gencontrol:81
@@ -1371,8 +1371,8 @@ msgid ""
 "menu method file."
 msgstr ""
 "S'il existe un fichier nommé debian/paquet.menu-method, il est installé, "
-"dans le répertoire de construction du paquet, sous etc/menu-methods/"
-"paquet, en tant que fichier de méthode de menu Debian."
+"dans le répertoire de construction du paquet, sous etc/menu-methods/paquet, "
+"en tant que fichier de méthode de menu Debian."
 
 # type: textblock
 #: dh_installmenu:81
@@ -2021,18 +2021,19 @@ msgstr ""
 
 # type: textblock
 #: debhelper.pod:247
+#, fuzzy
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to debian/"
-"compat. For example, to turn on V4 mode:"
+"compat. For example, to turn on V5 mode:"
 msgstr ""
 "Indique à debhelper le niveau de compatibilité à employer en écrivant un "
 "nombre dans debian/compat. Par exemple, pour imposer la S<version V4 :>"
 
 # type: verbatim
 #: debhelper.pod:250
-#, no-wrap
+#, fuzzy, no-wrap
 msgid ""
-"  % echo 4 > debian/compat\n"
+"  % echo 5 > debian/compat\n"
 "\n"
 msgstr ""
 " echo 4 > debian/compat\n"
@@ -2040,16 +2041,26 @@ msgstr ""
 
 # type: textblock
 #: debhelper.pod:252
+msgid ""
+"Unless otherwise indicated, all debhelper documentation assumes that you are "
+"using the most recent compatability level, and in most cases does not "
+"indicate if the behavior is different in an earlier compatability level, so "
+"if you are not using the most recent compatability level, you're advised to "
+"read below for notes about what is different in earlier compatability levels."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:259
 msgid "These are the available compatibility levels:"
 msgstr "Les niveaux de compatibilité sont les S<suivants :>"
 
 # type: =item
-#: debhelper.pod:256
+#: debhelper.pod:263
 msgid "V1"
 msgstr "V1"
 
 # type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:265
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -2062,17 +2073,17 @@ msgstr ""
 "et debian/I<paquet> pour tous les autres. Ce mode est déconseillé."
 
 # type: textblock
-#: debhelper.pod:263 debhelper.pod:270
+#: debhelper.pod:270 debhelper.pod:277 debhelper.pod:300
 msgid "This mode is deprecated."
 msgstr "Ce mode est déconseillé."
 
 # type: =item
-#: debhelper.pod:265
+#: debhelper.pod:272
 msgid "V2"
 msgstr "V2"
 
 # type: textblock
-#: debhelper.pod:267
+#: debhelper.pod:274
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
@@ -2081,24 +2092,24 @@ msgstr ""
 "répertoire de l'arborescence de chaque paquet construit."
 
 # type: =item
-#: debhelper.pod:272
+#: debhelper.pod:279
 msgid "V3"
 msgstr "V3"
 
 # type: textblock
-#: debhelper.pod:274
+#: debhelper.pod:281
 msgid "This mode works like V2, with the following additions:"
 msgstr "Ce mode fonctionne comme V2 mais avec les ajouts S<suivants :>"
 
 # type: =item
-#: debhelper.pod:278 debhelper.pod:283 debhelper.pod:287 debhelper.pod:300
-#: debhelper.pod:305 debhelper.pod:310 debhelper.pod:315 debhelper.pod:327
-#: debhelper.pod:331 debhelper.pod:336
+#: debhelper.pod:285 debhelper.pod:290 debhelper.pod:294 debhelper.pod:308
+#: debhelper.pod:313 debhelper.pod:318 debhelper.pod:323 debhelper.pod:336
+#: debhelper.pod:340 debhelper.pod:345
 msgid "-"
 msgstr "-"
 
 # type: textblock
-#: debhelper.pod:280
+#: debhelper.pod:287
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
@@ -2109,14 +2120,14 @@ msgstr ""
 "oblique (backslash)."
 
 # type: textblock
-#: debhelper.pod:285
+#: debhelper.pod:292
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 "Les scripts de maintenance du paquet (postinst et postrm) feront appel à "
 "ldconfig quand dh_makeshlibs sera lancé."
 
 # type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:296
 msgid ""
 "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
@@ -2124,20 +2135,17 @@ msgstr ""
 "fichier de configuration."
 
 # type: =item
-#: debhelper.pod:293
+#: debhelper.pod:302
 msgid "V4"
 msgstr "V4"
 
 # type: textblock
-#: debhelper.pod:295
-msgid ""
-"This is the recommended mode of operation. It does everything V3 does, plus:"
+#: debhelper.pod:304
+msgid "Changes from V3 are:"
 msgstr ""
-"C'est la version dont l'usage est recommandé. Elle fait la même chose que la "
-"version V3 S<plus :>"
 
 # type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:310
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
@@ -2146,7 +2154,7 @@ msgstr ""
 "ligne de dépendance produite dans le fichier shlibs."
 
 # type: textblock
-#: debhelper.pod:307
+#: debhelper.pod:315
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
@@ -2155,7 +2163,7 @@ msgstr ""
 "control pour compléter ${shlibs:Depends}."
 
 # type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:320
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
@@ -2164,33 +2172,35 @@ msgstr ""
 "init.d."
 
 # type: textblock
-#: debhelper.pod:317
+#: debhelper.pod:325
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 "dh_link corrigera les liens existants pour les rendre conformes à la Charte "
 "Debian."
 
 # type: =item
-#: debhelper.pod:321
+#: debhelper.pod:329
 msgid "V5"
 msgstr "V5"
 
 # type: textblock
-#: debhelper.pod:323
-msgid "This mode is still under development. Its changes from V4 are:"
+#: debhelper.pod:331
+#, fuzzy
+msgid ""
+"This is the recommended mode of operation. It does everything V4 does, plus:"
 msgstr ""
-"Ce mode est en cours de développement. Les changements par rapport à la "
-"version v4 sont les S<suivants :>"
+"C'est la version dont l'usage est recommandé. Elle fait la même chose que la "
+"version V3 S<plus :>"
 
 # type: textblock
-#: debhelper.pod:329
+#: debhelper.pod:338
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Les commentaires sont ignorés dans les fichiers de configuration de "
 "debhelper."
 
 # type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:342
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
@@ -2200,17 +2210,17 @@ msgstr ""
 "symboles."
 
 # type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:347
 msgid "dh_installdocs skips installing empty files."
 msgstr "dh_installdocs saute l'installation des fichiers vides."
 
 # type: =head2
-#: debhelper.pod:344
+#: debhelper.pod:353
 msgid "Doc directory symlinks"
 msgstr "Liens symboliques vers le répertoire de documentation"
 
 # type: textblock
-#: debhelper.pod:346
+#: debhelper.pod:355
 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 "
@@ -2233,12 +2243,12 @@ msgstr ""
 "en l'air »> et ne pas essayer d'installer un fichier copyright ou changelog."
 
 # type: =head2
-#: debhelper.pod:355
+#: debhelper.pod:364
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
-#: debhelper.pod:357
+#: debhelper.pod:366
 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 "
@@ -2257,12 +2267,12 @@ msgstr ""
 "les scripts de configuration, etc."
 
 # type: =head2
-#: debhelper.pod:364
+#: debhelper.pod:373
 msgid "Other notes"
 msgstr "Autres remarques"
 
 # type: textblock
-#: debhelper.pod:366
+#: debhelper.pod:375
 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 "
@@ -2279,12 +2289,13 @@ msgstr ""
 "fichiers menu, etc."
 
 # type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:381
+#, fuzzy
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
 "Build-Depends line in debian/control. You should build-depend on a version "
 "of debhelper equal to (or greater than) the debhelper compatibility level "
-"your package uses. So if your package used compatibility level 4:"
+"your package uses. So if your package used compatibility level 5:"
 msgstr ""
 "Dès qu'un paquet emploie debhelper pour sa construction, il faut vérifier "
 "que debhelper a bien été ajouté à la ligne build-depend dans le fichier "
@@ -2294,27 +2305,27 @@ msgstr ""
 "le paquet emploie le niveau 4 de S<compatibilité :>"
 
 # type: verbatim
-#: debhelper.pod:378
-#, no-wrap
+#: debhelper.pod:387
+#, fuzzy, no-wrap
 msgid ""
-"  Build-Depends: debhelper (>= 4)\n"
+"  Build-Depends: debhelper (>= 5)\n"
 "\n"
 msgstr ""
 " Build-Depends: debhelper (>= 4)\n"
 "\n"
 
 # type: =head1
-#: debhelper.pod:380
+#: debhelper.pod:389
 msgid "ENVIRONMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # type: =item
-#: debhelper.pod:384
+#: debhelper.pod:393
 msgid "DH_VERBOSE"
 msgstr "DH_VERBOSE"
 
 # type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:395
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
@@ -2323,12 +2334,12 @@ msgstr ""
 "commande exécutée qui modifie des fichiers."
 
 # type: =item
-#: debhelper.pod:389
+#: debhelper.pod:398
 msgid "DH_COMPAT"
 msgstr "DH_COMPAT"
 
 # type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:400
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
@@ -2337,22 +2348,22 @@ msgstr ""
 "fonctionner. Cette valeur supplante la valeur précisée dans debian/compat."
 
 # type: =item
-#: debhelper.pod:394
+#: debhelper.pod:403
 msgid "DH_NO_ACT"
 msgstr "DH_NO_ACT"
 
 # type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:405
 msgid "Set to 1 to enable no-act mode."
 msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)."
 
 # type: =item
-#: debhelper.pod:398
+#: debhelper.pod:407
 msgid "DH_OPTIONS"
 msgstr "DH_OPTIONS"
 
 # type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:409
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands. This is useful in some situations, for example, if "
@@ -2369,12 +2380,12 @@ msgstr ""
 "méthode."
 
 # type: =item
-#: debhelper.pod:406
+#: debhelper.pod:415
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr "DH_ALWAYS_EXCLUDE"
 
 # type: textblock
-#: debhelper.pod:408
+#: debhelper.pod:417
 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 "
@@ -2386,7 +2397,7 @@ msgstr ""
 "construction de paquet."
 
 # type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:421
 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 "
@@ -2404,7 +2415,7 @@ msgstr ""
 "soit l'endroit où le paquet est construit."
 
 # type: textblock
-#: debhelper.pod:419
+#: debhelper.pod:428
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -2413,23 +2424,23 @@ msgstr ""
 "dans DH_ALWAYS_EXCLUDE=CVS:.svn"
 
 # type: =item
-#: debhelper.pod:428
+#: debhelper.pod:437
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
-#: debhelper.pod:430
+#: debhelper.pod:439
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 "Un ensemble d'exemples de fichiers debian/rules qui utilisent debhelper."
 
 # type: =item
-#: debhelper.pod:432
+#: debhelper.pod:441
 msgid "L<http://kitenet.net/programs/debhelper/>"
 msgstr "L<http://kitenet.net/programs/debhelper/>"
 
 # type: textblock
-#: debhelper.pod:434
+#: debhelper.pod:443
 msgid "Debhelper web site."
 msgstr "Le site internet de debhelper."
 
@@ -5314,3 +5325,9 @@ msgstr ""
 #: dh_installlogcheck:59
 msgid "Jon Middleton <jjm@debian.org>"
 msgstr "Jon Middleton <jjm@debian.org>"
+
+# type: textblock
+#~ msgid "This mode is still under development. Its changes from V4 are:"
+#~ msgstr ""
+#~ "Ce mode est en cours de développement. Les changements par rapport à la "
+#~ "version v4 sont les S<suivants :>"