]> git.donarmstrong.com Git - debhelper.git/blobdiff - man/po4a/po/debhelper.pot
Merge branch 'master' into buildsystems
[debhelper.git] / man / po4a / po / debhelper.pot
index adf3e982decab7dc6c29cbb1e8007dc345a63ed5..ff53fb509fbd2f26ba7e2168a503c6e718a06868 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-04-20 16:15-0300\n"
+"POT-Creation-Date: 2009-07-01 15:31-0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -136,14 +136,15 @@ msgstr ""
 #: debhelper.pod:64
 msgid ""
 "In some rare cases, you may want to have different versions of these files "
-"for different architectures. If files named debian/package.foo.arch exist, "
-"where \"arch\" is the same as the output of \"dpkg-architecture "
-"-qDEB_HOST_ARCH\", then they will be used in preference to other, more "
+"for different architectures or OSes. If files named debian/package.foo.ARCH "
+"or debian/package.foo.OS exist, where \"ARCH\" and \"OS\" are the same as "
+"the output of \"dpkg-architecture -qDEB_HOST_ARCH\" / \"dpkg-architecture "
+"-qDEB_HOST_ARCH_OS\", then they will be used in preference to other, more "
 "general files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:70
+#: debhelper.pod:71
 msgid ""
 "In many cases, these config files are used to specify various types of "
 "files. Documentation or example files to install, files to move, and so on.  "
@@ -152,83 +153,83 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:75
+#: debhelper.pod:76
 msgid ""
 "You can also put comments in these files; lines beginning with \"#\" are "
 "ignored."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:78
+#: debhelper.pod:79
 msgid "SHARED DEBHELPER OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:80
+#: debhelper.pod:81
 msgid "The following command line options are supported by all debhelper programs."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:84
+#: debhelper.pod:85
 msgid "B<-v>, B<--verbose>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:86
+#: debhelper.pod:87
 msgid "Verbose mode: show all commands that modify the package build directory."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:88
+#: debhelper.pod:89
 msgid "B<--no-act>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:90
+#: debhelper.pod:91
 msgid ""
 "Do not really do anything. If used with -v, the result is that the command "
 "will output what it would have done."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:93
+#: debhelper.pod:94
 msgid "B<-a>, B<--arch>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:95
+#: debhelper.pod:96
 msgid "Act on all architecture dependent packages."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:97
+#: debhelper.pod:98
 msgid "B<-i>, B<--indep>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:99
+#: debhelper.pod:100
 msgid "Act on all architecture independent packages."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:101
+#: debhelper.pod:102
 msgid "B<->I<ppackage>, B<--package=>I<package>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:103
+#: debhelper.pod:104
 msgid ""
 "Act on the package named \"package\". This option may be specified multiple "
 "times to make debhelper operate on a given set of packages."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:106
+#: debhelper.pod:107
 msgid "B<-s>, B<--same-arch>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:108
+#: debhelper.pod:109
 msgid ""
 "This is a smarter version of the -a flag, that is used in some rare "
 "circumstances. It understands that if the control file lists \"Architecture: "
@@ -240,24 +241,24 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:116
+#: debhelper.pod:117
 msgid "B<-N>I<package>, B<--no-package=>I<package>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:118
+#: debhelper.pod:119
 msgid ""
 "Do not act on the specified package even if an -a, -i, or -p option lists "
 "the package as one that should be acted on."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:121
+#: debhelper.pod:122
 msgid "B<--remaining-packages>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:123
+#: debhelper.pod:124
 msgid ""
 "Do not act on the packages which have already been acted on by this "
 "debhelper command earlier (i.e. if the command is present in the package "
@@ -267,12 +268,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:129
+#: debhelper.pod:130
 msgid "B<--ignore=>I<file>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:131
+#: debhelper.pod:132
 msgid ""
 "Ignore the specified file. This can be used if debian/ contains a debhelper "
 "config file that a debhelper command should not act on. Note that "
@@ -281,29 +282,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:136
+#: debhelper.pod:137
 msgid ""
 "For example, if upstream ships a debian/init that you don't want "
 "dh_installinit to install, use --ignore=debian/init"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:139
+#: debhelper.pod:140
 msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:141
+#: debhelper.pod:142
 msgid "Use \"tmpdir\" for package build directory. The default is debian/<package>"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:143
+#: debhelper.pod:144
 msgid "B<--mainpackage=>I<package>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:145
+#: debhelper.pod:146
 msgid ""
 "This little-used option changes the package which debhelper considers the "
 "\"main package\", that is, the first one listed in debian/control, and the "
@@ -312,12 +313,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:152
+#: debhelper.pod:153
 msgid "COMMON DEBHELPER OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:154
+#: debhelper.pod:155
 msgid ""
 "The following command line options are supported by some debhelper "
 "programs.  See the man page of each program for a complete explanation of "
@@ -325,51 +326,134 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:160
+#: debhelper.pod:161
 msgid "B<-n>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:163
 msgid "Do not modify postinst/postrm/etc scripts."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:164 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
+#: debhelper.pod:165 dh_compress:43 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
 msgid "B<-X>I<item>, B<--exclude=>I<item>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:166
+#: debhelper.pod:167
 msgid ""
 "Exclude an item from processing. This option may be used multiple times, to "
 "exclude more than one thing."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:169 dh_compress:50 dh_installdirs:32 dh_installdocs:53 dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52
+#: debhelper.pod:170 dh_compress:51 dh_installdirs:32 dh_installdocs:53 dh_installexamples:33 dh_installinfo:32 dh_installman:62 dh_link:52
 msgid "B<-A>, B<--all>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:172
 msgid ""
 "Makes files or other items that are specified on the command line take "
 "effect in ALL packages acted on, not just the first."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:176 dh_installcatalogs:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:177
+msgid "BUILD SYSTEM OPTIONS"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:179
+msgid ""
+"The following command line options are supported by all of the dh_auto_* "
+"debhelper programs. These programs support a variety of build systems, and "
+"normally heuristically determine which to use, and how to use them.  You can "
+"use these command line options to override the default behavior."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:186
+msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:188
+msgid ""
+"Force use of the specified I<buildsystem>, instead of trying to auto-select "
+"one which might be applicable for the package."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:191
+msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:193
+msgid ""
+"Assume that the original package source tree is at the specified "
+"I<directory> rather than the top level directory of the Debian source "
+"package tree."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:197
+msgid "B<-B>[I<directory>], B<--builddirectory>=[I<directory>]"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:199
+msgid ""
+"Enable out of source building and use the specified I<directory> as the "
+"build directory. If I<directory> parameter is omitted, a default build "
+"directory will chosen."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:203
+msgid ""
+"If this option is not specified, building will be done in source by default "
+"unless the build system requires or prefers out of source tree building.  In "
+"such a case, the default build directory will be used even if "
+"L<--builddirectory> is not specified."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:208
+msgid ""
+"If the build system prefers out of source tree building but still allows in "
+"source building, the latter can be re-enabled by passing a build directory "
+"path that is the same as the source directory path."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:212
+msgid "B<--list>, B<-l>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:214
+msgid ""
+"List all build systems supported by debhelper on this system. The list "
+"includes both default and third party build systems (marked as such). Also "
+"shows which build system would be automatically selected, or which one is "
+"manually specified with the I<--buildsystem> option."
+msgstr ""
+
+#. type: =head1
+#: debhelper.pod:221 dh_installcatalogs:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_strip:68 dh_usrlocal:49
 msgid "NOTES"
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:178
+#: debhelper.pod:223
 msgid "Multiple binary package support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:180
+#: debhelper.pod:225
 msgid ""
 "If your source package generates more than one binary package, debhelper "
 "programs will default to acting on all binary packages when run. If your "
@@ -381,7 +465,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:188
+#: debhelper.pod:233
 msgid ""
 "To facilitate this, as well as give you more control over which packages are "
 "acted on by debhelper programs, all debhelper programs accept the B<-a>, "
@@ -391,12 +475,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:194
+#: debhelper.pod:239
 msgid "Automatic generation of debian install scripts"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:196
+#: debhelper.pod:241
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -407,21 +491,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:203
+#: debhelper.pod:248
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:206
+#: debhelper.pod:251
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:209
+#: debhelper.pod:254
 msgid ""
 "Note that the inserted code will be shell code, so you cannot directly use "
 "it in a perl script. If you would like to embed it into a perl script, here "
@@ -430,7 +514,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:214
+#: debhelper.pod:259
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -442,12 +526,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:220
+#: debhelper.pod:265
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:222
+#: debhelper.pod:267
 msgid ""
 "Some debhelper commands may make the generated package need to depend on "
 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
@@ -459,7 +543,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:230
+#: debhelper.pod:275
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -468,7 +552,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:235
+#: debhelper.pod:280
 msgid ""
 "This is entirely independent of the standard ${shlibs:Depends} generated by "
 "L<dh_makeshlibs(1)>, and the ${perl:Depends} generated by L<dh_perl(1)>.  "
@@ -477,19 +561,19 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:240
+#: debhelper.pod:285
 msgid "Package build directories"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:242
+#: debhelper.pod:287
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/<package>."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:245
+#: debhelper.pod:290
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will "
@@ -501,12 +585,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:253
+#: debhelper.pod:298
 msgid "Debhelper compatibility levels"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:300
 msgid ""
 "From time to time, major non-backwards-compatible changes need to be made to "
 "debhelper, to keep it clean and well-designed as needs change and its author "
@@ -517,14 +601,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:262
+#: debhelper.pod:307
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
 "debian/compat. For example, to turn on V7 mode:"
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:265
+#: debhelper.pod:310
 #, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -532,7 +616,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:267
+#: debhelper.pod:312
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -543,17 +627,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:274
+#: debhelper.pod:319
 msgid "These are the available compatibility levels:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:278
+#: debhelper.pod:323
 msgid "V1"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:280
+#: debhelper.pod:325
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -562,148 +646,148 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344
+#: debhelper.pod:330 debhelper.pod:337 debhelper.pod:360 debhelper.pod:389
 msgid "This mode is deprecated."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:287
+#: debhelper.pod:332
 msgid "V2"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:334
 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:294
+#: debhelper.pod:339
 msgid "V3"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:296
+#: debhelper.pod:341
 msgid "This mode works like V2, with the following additions:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:409 debhelper.pod:416 debhelper.pod:420 debhelper.pod:424
+#: debhelper.pod:345 debhelper.pod:350 debhelper.pod:354 debhelper.pod:368 debhelper.pod:373 debhelper.pod:378 debhelper.pod:383 debhelper.pod:397 debhelper.pod:401 debhelper.pod:406 debhelper.pod:410 debhelper.pod:422 debhelper.pod:427 debhelper.pod:433 debhelper.pod:439 debhelper.pod:454 debhelper.pod:461 debhelper.pod:465 debhelper.pod:469
 msgid "-"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:347
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:307
+#: debhelper.pod:352
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:311
+#: debhelper.pod:356
 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:317
+#: debhelper.pod:362
 msgid "V4"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:319
+#: debhelper.pod:364
 msgid "Changes from V3 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:325
+#: debhelper.pod:370
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:330
+#: debhelper.pod:375
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:335
+#: debhelper.pod:380
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:340
+#: debhelper.pod:385
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:346
+#: debhelper.pod:391
 msgid "V5"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:348
+#: debhelper.pod:393
 msgid "Changes from V4 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:354
+#: debhelper.pod:399
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:358
+#: debhelper.pod:403
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:363
+#: debhelper.pod:408
 msgid "dh_installdocs skips installing empty files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:367
+#: debhelper.pod:412
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:371
+#: debhelper.pod:416
 msgid "V6"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:373
+#: debhelper.pod:418
 msgid "Changes from V5 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:379
+#: debhelper.pod:424
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the prerm and postrm scripts."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:384
+#: debhelper.pod:429
 msgid ""
 "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if "
 "it sees the man page in usr/share/man/man1 in the package build directory."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:390
+#: debhelper.pod:435
 msgid ""
 "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, "
 "if it was set to a list of things to exclude, such as \"CVS:.svn:.git\". Now "
@@ -711,29 +795,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:441
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:401
+#: debhelper.pod:446
 msgid "V7"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:403
+#: debhelper.pod:448
 msgid "This is the recommended mode of operation."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:405
+#: debhelper.pod:450
 msgid "Changes from V6 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:411
+#: debhelper.pod:456
 msgid ""
 "dh_install, will fall back to looking for files in debian/tmp if it doesn't "
 "find them in the current directory (or wherever you tell it look using "
@@ -742,29 +826,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:418
+#: debhelper.pod:463
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:422
+#: debhelper.pod:467
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:471
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:433
+#: debhelper.pod:478
 msgid "Doc directory symlinks"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:480
 msgid ""
 "Sometimes it is useful to make a package not contain a "
 "/usr/share/doc/package directory at all, instead placing just a dangling "
@@ -778,12 +862,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:444
+#: debhelper.pod:489
 msgid "udebs"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:491
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and "
@@ -794,12 +878,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:453
+#: debhelper.pod:498
 msgid "Other notes"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:500
 msgid ""
 "In general, if any debhelper program needs a directory to exist under "
 "debian/, it will create it. I haven't bothered to document this in all the "
@@ -810,7 +894,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:461
+#: debhelper.pod:506
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
 "Build-Depends line in debian/control. You should build-depend on a version "
@@ -819,7 +903,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:467
+#: debhelper.pod:512
 #, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -827,51 +911,51 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:469
+#: debhelper.pod:514
 msgid "ENVIRONMENT"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:473
+#: debhelper.pod:518
 msgid "DH_VERBOSE"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:475
+#: debhelper.pod:520
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:478
+#: debhelper.pod:523
 msgid "DH_COMPAT"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:480
+#: debhelper.pod:525
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:483
+#: debhelper.pod:528
 msgid "DH_NO_ACT"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:530
 msgid "Set to 1 to enable no-act mode."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:487
+#: debhelper.pod:532
 msgid "DH_OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:534
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands. Command-specific options will be ignored by commands "
@@ -879,7 +963,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:538
 msgid ""
 "This is useful in some situations, for example, if you need to pass -p to "
 "all debhelper commands that will be run. One good way to set DH_OPTIONS is "
@@ -888,12 +972,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:498
+#: debhelper.pod:543
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:500
+#: debhelper.pod:545
 msgid ""
 "If set, this adds the value the variable is set to to the -X options of all "
 "commands that support the -X option. Moreover, dh_builddeb will rm -rf "
@@ -901,7 +985,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:549
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from "
@@ -912,44 +996,44 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:511
+#: debhelper.pod:556
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:516 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:27 dh_fixperms:110 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:103 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:272 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:163 dh_strip:226 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:561 dh_builddeb:88 dh_clean:130 dh_compress:192 dh_desktop:27 dh_fixperms:122 dh_gconf:104 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:74 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:267 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:164 dh_perl:152 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:520
+#: debhelper.pod:565
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:522
+#: debhelper.pod:567
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:524
+#: debhelper.pod:569
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:571
 msgid "Debhelper web site."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:530 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:33 dh_fixperms:116 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:109 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:278 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:168 dh_perl:158 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:169 dh_strip:232 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:575 dh_builddeb:94 dh_clean:136 dh_compress:198 dh_desktop:33 dh_fixperms:128 dh_gconf:110 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:80 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:273 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:170 dh_perl:158 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
 msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:532 dh_builddeb:95 dh_clean:138 dh_compress:198 dh_fixperms:118 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:111 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:280 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:170 dh_shlibdeps:171 dh_strip:234 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
+#: debhelper.pod:577 dh_builddeb:96 dh_clean:138 dh_compress:200 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:82 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:275 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:172 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
 msgstr ""
 
@@ -973,7 +1057,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: dh_builddeb:21 dh_clean:33 dh_compress:38 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26 dh_installcatalogs:42 dh_installchangelogs:44 dh_installcron:24 dh_installdebconf:50 dh_installdirs:28 dh_installdocs:49 dh_installemacsen:35 dh_installexamples:29 dh_installinfo:37 dh_installinit:33 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:58 dh_installmenu:34 dh_installmime:31 dh_installmodules:43 dh_installpam:24 dh_install:47 dh_installppp:26 dh_installwm:32 dh_link:48 dh_makeshlibs:28 dh_md5sums:28 dh_movefiles:32 dh_perl:31 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:33 dh_compress:39 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26 dh_installcatalogs:42 dh_installchangelogs:44 dh_installcron:24 dh_installdebconf:50 dh_installdirs:28 dh_installdocs:49 dh_installemacsen:35 dh_installexamples:29 dh_installinfo:28 dh_installinit:33 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:58 dh_installmenu:34 dh_installmime:31 dh_installmodules:43 dh_installpam:24 dh_install:47 dh_installppp:26 dh_installwm:32 dh_link:48 dh_makeshlibs:28 dh_md5sums:28 dh_movefiles:32 dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
 msgid "OPTIONS"
 msgstr ""
 
@@ -1017,12 +1101,12 @@ msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
 msgstr ""
 
 #. type: textblock
-#: dh_builddeb:89 dh_clean:132 dh_compress:192 dh_fixperms:112 dh_gconf:108 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:105 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:274 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:164 dh_perl:154 dh_python:284 dh_strip:228 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
+#: dh_builddeb:90 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:76 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:269 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:166 dh_perl:154 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
 msgid "L<debhelper(7)>"
 msgstr ""
 
 #. type: textblock
-#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:31 dh_fixperms:114 dh_gconf:110 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:107 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:276 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:80 dh_shlibdeps:167 dh_strip:230 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
+#: dh_builddeb:92 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126 dh_gconf:108 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:78 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:271 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:168 dh_perl:156 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
 msgid "This program is a part of debhelper."
 msgstr ""
 
@@ -1063,7 +1147,7 @@ msgstr ""
 #: dh_clean:27
 msgid ""
 "It does not run \"make clean\" to clean up after the build process. Use "
-"L<dh_auto_clean(1)> to do that."
+"L<dh_auto_clean(1)> to do things like that."
 msgstr ""
 
 #. type: textblock
@@ -1109,7 +1193,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: dh_clean:52 dh_compress:55 dh_installdocs:63 dh_installexamples:38 dh_installinfo:50 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27
+#: dh_clean:52 dh_compress:56 dh_installdocs:63 dh_installexamples:38 dh_installinfo:37 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27
 msgid "I<file ...>"
 msgstr ""
 
@@ -1145,14 +1229,14 @@ msgid ""
 "By default, dh_compress compresses files that debian policy mandates should "
 "be compressed, namely all files in usr/share/info, usr/share/man, "
 "usr/X11R6/man, files in usr/share/doc that are larger than 4k in size, "
-"(except the copyright file, .html and .css files, and files that appear to "
-"be already compressed based on their extensions), and all changelog "
-"files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and "
+"(except the copyright file, .html and .css files, image files, and files "
+"that appear to be already compressed based on their extensions), and all "
+"changelog files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and "
 "usr/share/fonts/X11/"
 msgstr ""
 
 #. type: textblock
-#: dh_compress:31
+#: dh_compress:32
 msgid ""
 "If a debian/package.compress file exists, the default files are not "
 "compressed. Instead, the debian/packages.compress is ran as a shell script, "
@@ -1163,34 +1247,34 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_compress:44
+#: dh_compress:45
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
-"compressed. For example, -X.jpeg will exclude jpeg files from compression.  "
+"compressed. For example, -X.tiff will exclude tiff files from compression.  "
 "You may use this option multiple times to build up a list of things to "
 "exclude. You can accomplish the same thing by using a debian/compress file, "
 "but this is easier."
 msgstr ""
 
 #. type: textblock
-#: dh_compress:52
+#: dh_compress:53
 msgid ""
 "Compress all files specified by command line parameters in ALL packages "
 "acted on."
 msgstr ""
 
 #. type: textblock
-#: dh_compress:57
+#: dh_compress:58
 msgid "Add these files to the list of files to compress."
 msgstr ""
 
 #. type: =head1
-#: dh_compress:61 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
+#: dh_compress:62 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
 msgid "CONFORMS TO"
 msgstr ""
 
 #. type: textblock
-#: dh_compress:63
+#: dh_compress:64
 msgid "Debian policy, version 3.0"
 msgstr ""
 
@@ -1212,12 +1296,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_desktop:29 dh_scrollkeeper:78
+#: dh_desktop:29 dh_scrollkeeper:30
 msgid "L<debhelper>"
 msgstr ""
 
 #. type: textblock
-#: dh_desktop:35 dh_scrollkeeper:84
+#: dh_desktop:35 dh_scrollkeeper:36
 msgid "Ross Burton <ross@burtonini.com>"
 msgstr ""
 
@@ -1247,9 +1331,9 @@ msgid ""
 "the permissions of all man pages to mode 644. It makes all files be owned by "
 "root, and it removes group and other write permission from all files. It "
 "removes execute permissions from any libraries, headers, perl modules, or "
-"desktop files that have it set. It makes all files in bin/ directories, "
-"/usr/games/ and etc/init.d executable (since v4). Finally, it removes the "
-"setuid and setgid bits from all files in the package."
+"desktop files that have it set. It makes all files in the standard bin and "
+"sbin 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
@@ -1330,7 +1414,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_gconf:114
+#: dh_gconf:112
 msgid "Ross Burton <ross@burtonini.com> Josselin Mouette <joss@debian.org>"
 msgstr ""
 
@@ -1423,7 +1507,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: dh_installcatalogs:46 dh_installdebconf:54 dh_installemacsen:39 dh_installinfo:46 dh_installinit:37 dh_installmenu:38 dh_installmime:35 dh_installmodules:47 dh_installwm:42 dh_makeshlibs:62 dh_python:60 dh_scrollkeeper:36 dh_usrlocal:43
+#: dh_installcatalogs:46 dh_installdebconf:54 dh_installemacsen:39 dh_installinit:37 dh_installmenu:38 dh_installmime:35 dh_installmodules:47 dh_installwm:42 dh_makeshlibs:62 dh_python:60 dh_usrlocal:43
 msgid "B<-n>, B<--noscripts>"
 msgstr ""
 
@@ -1433,7 +1517,7 @@ msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts."
 msgstr ""
 
 #. type: textblock
-#: dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:56 dh_installinfo:59 dh_installinit:112 dh_installmime:43 dh_installmodules:62 dh_installwm:55 dh_scrollkeeper:44 dh_usrlocal:51
+#: dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:56 dh_installinit:112 dh_installmime:43 dh_installmodules:62 dh_installwm:55 dh_usrlocal:51
 msgid ""
 "Note that this command is not idempotent. L<dh_prep(1)> should be called "
 "between invocations of this command. Otherwise, it may cause multiple "
@@ -1519,7 +1603,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43 dh_install:98 dh_link:57 dh_movefiles:44
+#: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43 dh_install:69 dh_link:57 dh_movefiles:44
 msgid "B<-Xitem>, B<--exclude=item>"
 msgstr ""
 
@@ -1828,7 +1912,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_installdocs:55 dh_installinfo:43 dh_installman:64
+#: dh_installdocs:55 dh_installinfo:34 dh_installman:64
 msgid ""
 "Install all files specified by command line parameters in ALL packages acted "
 "on."
@@ -1920,7 +2004,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_installemacsen:41 dh_installinfo:48
+#: dh_installemacsen:41
 msgid "Do not modify postinst/prerm scripts."
 msgstr ""
 
@@ -1994,7 +2078,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_installexamples:45 dh_install:100 dh_movefiles:46
+#: dh_installexamples:45 dh_install:71 dh_movefiles:46
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
 "installed."
@@ -2010,32 +2094,24 @@ msgstr ""
 
 #. type: textblock
 #: dh_installinfo:5
-msgid "dh_installinfo - install and register info files"
+msgid "dh_installinfo - install info files"
 msgstr ""
 
 #. type: textblock
 #: dh_installinfo:14
-msgid "B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [B<-n>] [S<I<file ...>>]"
+msgid "B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [S<I<file ...>>]"
 msgstr ""
 
 #. type: textblock
 #: dh_installinfo:18
 msgid ""
 "dh_installinfo is a debhelper program that is responsible for installing "
-"info files and registering the files it installs with install-info."
+"info files into usr/share/info in the package build directory."
 msgstr ""
 
 #. type: textblock
 #: dh_installinfo:21
 msgid ""
-"Note that install-info determines some information about the info files by "
-"parsing them, in particular, it looks at the INFO-DIR-SECTION line to "
-"determine what section the info file belongs in."
-msgstr ""
-
-#. type: textblock
-#: dh_installinfo:25
-msgid ""
 "Any filenames specified as parameters will be installed into the first "
 "package dh_installinfo is told to act on. By default, this is the first "
 "binary package in debian/control, but if you use -p, -i, or -a flags, it "
@@ -2043,21 +2119,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_installinfo:30
+#: dh_installinfo:26
 msgid "Files named debian/package.info can list other files to be installed."
 msgstr ""
 
 #. type: textblock
-#: dh_installinfo:32
-msgid ""
-"dh_installinfo will automatically generate the postinst and prerm commands "
-"needed to interface with install-info, updating the info dir. These commands "
-"are inserted into the maintainer scripts by dh_installdeb.  See "
-"L<dh_installdeb(1)> for an explanation of how this works."
-msgstr ""
-
-#. type: textblock
-#: dh_installinfo:52
+#: dh_installinfo:39
 msgid ""
 "Install these info files into the first package acted on. (Or in all "
 "packages if -A is specified)."
@@ -2734,44 +2801,39 @@ msgstr ""
 
 #. type: =item
 #: dh_install:51
-msgid "B<--autodest>"
+msgid "B<--list-missing>"
 msgstr ""
 
 #. type: textblock
 #: dh_install:53
 msgid ""
-"Guess as the destination directory to install things to. If this is "
-"specified, you should not list destination directories in "
-"debian/package.install files or on the command line. Instead, dh_install "
-"will guess as follows:"
+"This option makes dh_install keep track of the files it installs, and then "
+"at the end, compare that list with the files in the source directory. If any "
+"of the files (and symlinks) in the source directory were not installed to "
+"somewhere, it will warn on stderr about that."
 msgstr ""
 
 #. type: textblock
 #: dh_install:58
 msgid ""
-"Strip off debian/tmp (or the sourcedir if one is given) from the front of "
-"the filename, if it is present, and install into the dirname of the "
-"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
-"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
-"it will be copied to debian/package/etc/."
+"This may be useful if you have a large package and want to make sure that "
+"you don't miss installing newly added files in new upstream releases."
 msgstr ""
 
 #. type: textblock
-#: dh_install:64
+#: dh_install:61
 msgid ""
-"Note that if you list exactly one filename or wildcard-pattern on a line by "
-"itself in a debian/package.install file, with no explicit destination, then "
-"dh_install will automatically guess the destination even if this flag is not "
-"set."
+"Note that files that are excluded from being moved via the -X option are not "
+"warned about."
 msgstr ""
 
 #. type: =item
-#: dh_install:69
+#: dh_install:64
 msgid "B<--fail-missing>"
 msgstr ""
 
 #. type: textblock
-#: dh_install:71
+#: dh_install:66
 msgid ""
 "This option is like --list-missing, except if a file was missed, it will not "
 "only list the missing files, but also fail with a nonzero exit code."
@@ -2779,72 +2841,75 @@ msgstr ""
 
 #. type: =item
 #: dh_install:74
-msgid "B<--list-missing>"
+msgid "B<--sourcedir=dir>"
 msgstr ""
 
 #. type: textblock
 #: dh_install:76
-msgid ""
-"This option makes dh_install keep track of the files it installs, and then "
-"at the end, compare that list with the files in the source directory. If any "
-"of the files (and symlinks) in the source directory were not installed to "
-"somewhere, it will warn on stderr about that."
+msgid "Look in the specified directory for files to be installed."
 msgstr ""
 
 #. type: textblock
-#: dh_install:81
+#: dh_install:78
 msgid ""
-"This may be useful if you have a large package and want to make sure that "
-"you don't miss installing newly added files in new upstream releases."
+"Note that this is not the same as the --sourcedirectory option used by the "
+"dh_auto_* commands. You rarely need to use this option, since dh_install "
+"automatically looks for files in debian/tmp in debhelper compatibility level "
+"7 and above."
 msgstr ""
 
-#. type: textblock
-#: dh_install:84
-msgid ""
-"Note that files that are excluded from being moved via the -X option are not "
-"warned about."
+#. type: =item
+#: dh_install:83
+msgid "B<--autodest>"
 msgstr ""
 
-#. type: =item
-#: dh_install:87
-msgid "B<--sourcedir=dir>"
+#. type: textblock
+#: dh_install:85
+msgid ""
+"Guess as the destination directory to install things to. If this is "
+"specified, you should not list destination directories in "
+"debian/package.install files or on the command line. Instead, dh_install "
+"will guess as follows:"
 msgstr ""
 
 #. type: textblock
-#: dh_install:89
+#: dh_install:90
 msgid ""
-"Makes all source files be found under dir. If this is specified, it is akin "
-"to all the source filenames having \"dir/\" prepended to them."
+"Strip off debian/tmp (or the sourcedir if one is given) from the front of "
+"the filename, if it is present, and install into the dirname of the "
+"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
+"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
+"it will be copied to debian/package/etc/."
 msgstr ""
 
 #. type: textblock
-#: dh_install:92
+#: dh_install:96
 msgid ""
-"To make dh_install behave like the old dh_movefiles, move your package.files "
-"file to package.install and call dh_install with \"--sourcedir=debian/tmp\" "
-"appended to the command. This will approximate dh_movefiles behaviour, "
-"except it will copy files instead of moving them."
+"Note that if you list exactly one filename or wildcard-pattern on a line by "
+"itself in a debian/package.install file, with no explicit destination, then "
+"dh_install will automatically guess the destination even if this flag is not "
+"set."
 msgstr ""
 
 #. type: =item
-#: dh_install:103
+#: dh_install:101
 msgid "I<file [...] dest>"
 msgstr ""
 
 #. type: textblock
-#: dh_install:105
+#: dh_install:103
 msgid ""
 "Lists files (or directories) to install and where to install them to.  The "
 "files will be installed into the first package dh_install acts on."
 msgstr ""
 
 #. type: =head1
-#: dh_install:245
+#: dh_install:240
 msgid "EXAMPLE"
 msgstr ""
 
 #. type: textblock
-#: dh_install:247
+#: dh_install:242
 msgid ""
 "Suppose your package's upstream Makefile installs a binary, a man page, and "
 "a library into appropriate subdirectories of debian/tmp. You want to put the "
@@ -2854,7 +2919,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh_install:253
+#: dh_install:248
 #, no-wrap
 msgid ""
 "  usr/bin\n"
@@ -2863,12 +2928,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_install:256
+#: dh_install:251
 msgid "While debian/libfoo.install contains:"
 msgstr ""
 
 #. type: verbatim
-#: dh_install:258
+#: dh_install:253
 #, no-wrap
 msgid ""
 "  usr/lib/libfoo*.so.*\n"
@@ -2876,14 +2941,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_install:260
+#: dh_install:255
 msgid ""
 "If you want a libfoo-dev package too, debian/libfoo-dev.install might "
 "contain:"
 msgstr ""
 
 #. type: verbatim
-#: dh_install:262
+#: dh_install:257
 #, no-wrap
 msgid ""
 "  usr/include\n"
@@ -2893,12 +2958,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: dh_install:266
+#: dh_install:261
 msgid "LIMITATIONS"
 msgstr ""
 
 #. type: verbatim
-#: dh_install:268
+#: dh_install:263
 #, no-wrap
 msgid ""
 "dh_install cannot rename files or directories, it can only install them\n"
@@ -3687,7 +3752,7 @@ msgstr ""
 
 #. type: textblock
 #: dh_scrollkeeper:5
-msgid "dh_scrollkeeper - generate ScrollKeeper registration scripts"
+msgid "dh_scrollkeeper - deprecated no-op"
 msgstr ""
 
 #. type: textblock
@@ -3698,31 +3763,9 @@ msgstr ""
 #. type: textblock
 #: dh_scrollkeeper:18
 msgid ""
-"B<dh_scrollkeeper> is a debhelper program that handles correctly registering "
-"OMF files that it finds in package build trees with ScrollKeeper."
-msgstr ""
-
-#. type: textblock
-#: dh_scrollkeeper:22
-msgid ""
-"This command automatically adds maintainer script snippets for registering "
-"and unregistering files with ScrollKeeper (unless B<-n> is used). These "
-"snippets are inserted into the maintainer scripts by dh_installdeb. See "
-"L<dh_installdeb(1)> for an explanation of Debhelper maintainer script "
-"snippets."
-msgstr ""
-
-#. type: textblock
-#: dh_scrollkeeper:28
-msgid ""
-"It will also change any DTD declarations in the OMF and DocBook files to "
-"refer to local files instead of remote URLs. This change does not modify the "
-"source files, but the files in the package build tree."
-msgstr ""
-
-#. type: textblock
-#: dh_scrollkeeper:38
-msgid "Do not modify F<postinst>/F<postrm> scripts."
+"dh_scrollkeeper was a debhelper program that handled registering OMF files "
+"for ScrollKeeper. However, it no longer does anything, and is now "
+"deprecated."
 msgstr ""
 
 #. type: textblock
@@ -3856,7 +3899,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_shlibdeps:165
+#: dh_shlibdeps:170
 msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>"
 msgstr ""