]> git.donarmstrong.com Git - debhelper.git/blobdiff - man/po4a/po/debhelper.pot
Merge branch 'dh_overrides'
[debhelper.git] / man / po4a / po / debhelper.pot
index 1326431235e94d42bef8658d85d7ccf17ebd8027..b066563e8f5098fa7e2b8b13aab8b60e1a7e8fdb 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2008-04-23 15:36-0400\n"
+"POT-Creation-Date: 2009-02-27 15:37-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"
@@ -58,13 +58,12 @@ msgstr ""
 #: debhelper.pod:19
 msgid ""
 "A typical debian/rules file that uses debhelper will call several debhelper "
-"commands in sequence. Debhelper commands are all named with a \"dh_\" "
-"prefix.  Examples of rules files that use debhelper are in "
-"F</usr/share/doc/debhelper/examples/>"
+"commands in sequence, or use L<dh(1)> to automate this process. Examples of "
+"rules files that use debhelper are in F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:24
+#: debhelper.pod:23
 msgid ""
 "To create a new debian package using debhelper, you can just copy one of the "
 "sample rules files and edit it by hand. Or you can try the dh-make package, "
@@ -74,24 +73,24 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:30
+#: debhelper.pod:29
 msgid "DEBHELPER COMMANDS"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:32
+#: debhelper.pod:31
 msgid ""
 "Here is the complete list of available debhelper commands. See their man "
 "pages for additional documentation."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:37
+#: debhelper.pod:36
 msgid "#LIST#"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:41
+#: debhelper.pod:40
 msgid ""
 "If a program's name starts with \"dh_\", and the program is not on the above "
 "list, then it is not part of the debhelper package, but it should still work "
@@ -99,12 +98,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:45
+#: debhelper.pod:44
 msgid "DEBHELPER CONFIG FILES"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:47
+#: debhelper.pod:46
 msgid ""
 "Many debhelper commands make use of files in F<debian/> to control what they "
 "do. Besides the common F<debian/changelog> and F<debian/control>, which are "
@@ -115,7 +114,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:54
+#: debhelper.pod:53
 msgid ""
 "For example, dh_installdocs uses files named debian/package.docs to list the "
 "documentation files it will install. See the man pages of individual "
@@ -126,7 +125,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:61
+#: debhelper.pod:60
 msgid ""
 "Note that if a package is the first (or only) binary package listed in "
 "debian/control, debhelper will use debian/foo if no debian/package.foo file "
@@ -134,7 +133,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:65
+#: 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, "
@@ -144,7 +143,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:71
+#: debhelper.pod:70
 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.  "
@@ -153,83 +152,83 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:76
+#: debhelper.pod:75
 msgid ""
 "You can also put comments in these files; lines beginning with \"#\" are "
 "ignored."
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:79
+#: debhelper.pod:78
 msgid "SHARED DEBHELPER OPTIONS"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:81
+#: debhelper.pod:80
 msgid "The following command line options are supported by all debhelper programs."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:85
+#: debhelper.pod:84
 msgid "B<-v>, B<--verbose>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:87
+#: debhelper.pod:86
 msgid "Verbose mode: show all commands that modify the package build directory."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:89
+#: debhelper.pod:88
 msgid "B<--no-act>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:91
+#: debhelper.pod:90
 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:94
+#: debhelper.pod:93
 msgid "B<-a>, B<--arch>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:96
+#: debhelper.pod:95
 msgid "Act on all architecture dependent packages."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:98
+#: debhelper.pod:97
 msgid "B<-i>, B<--indep>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:100
+#: debhelper.pod:99
 msgid "Act on all architecture independent packages."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:102
+#: debhelper.pod:101
 msgid "B<->I<ppackage>, B<--package=>I<package>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:104
+#: debhelper.pod:103
 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:107
+#: debhelper.pod:106
 msgid "B<-s>, B<--same-arch>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:108
 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: "
@@ -241,24 +240,24 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: debhelper.pod:117
+#: debhelper.pod:116
 msgid "B<-N>I<package>, B<--no-package=>I<package>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:118
 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:122
+#: debhelper.pod:121
 msgid "B<--ignore=>I<file>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:123
 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 "
@@ -267,29 +266,29 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:128
 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:132
+#: debhelper.pod:131
 msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:134
+#: debhelper.pod:133
 msgid "Use \"tmpdir\" for package build directory. The default is debian/<package>"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:136
+#: debhelper.pod:135
 msgid "B<--mainpackage=>I<package>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:137
 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 "
@@ -298,12 +297,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:145
+#: debhelper.pod:144
 msgid "COMMON DEBHELPER OPTIONS"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:147
+#: debhelper.pod:146
 msgid ""
 "The following command line options are supported by some debhelper "
 "programs.  See the man page of each program for a complete explanation of "
@@ -311,51 +310,51 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: debhelper.pod:153
+#: debhelper.pod:152
 msgid "B<-n>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:155
+#: debhelper.pod:154
 msgid "Do not modify postinst/postrm/etc scripts."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:157 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
+#: debhelper.pod:156 dh_compress:42 dh_makeshlibs:66 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
 msgid "B<-X>I<item>, B<--exclude=>I<item>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:159
+#: debhelper.pod:158
 msgid ""
 "Exclude an item from processing. This option may be used multiple times, to "
 "exclude more than one thing."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:162 dh_compress:50 dh_installdirs:32 dh_installdocs:55 dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52
+#: debhelper.pod:161 dh_compress:50 dh_installdirs:32 dh_installdocs:55 dh_installexamples:33 dh_installinfo:41 dh_installman:62 dh_link:52
 msgid "B<-A>, B<--all>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:164
+#: debhelper.pod:163
 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:169 dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:99 dh_installman:79 dh_installmime:41 dh_installmodules:56 dh_installwm:51 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:168 dh_installcatalogs:52 dh_installdocs:87 dh_installemacsen:54 dh_installexamples:50 dh_installinfo:57 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:56 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_scrollkeeper:42 dh_strip:68 dh_usrlocal:49
 msgid "NOTES"
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:171
+#: debhelper.pod:170
 msgid "Multiple binary package support"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:173
+#: debhelper.pod:172
 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 "
@@ -367,7 +366,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:181
+#: debhelper.pod:180
 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>, "
@@ -376,20 +375,13 @@ msgid ""
 "in the control file."
 msgstr ""
 
-# type: textblock
-#: debhelper.pod:187
-msgid ""
-"See F</usr/share/doc/debhelper/examples/rules.multi> for an example of how "
-"to use this in a package that generates multiple binary packages."
-msgstr ""
-
 # type: =head2
-#: debhelper.pod:190
+#: debhelper.pod:186
 msgid "Automatic generation of debian install scripts"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:192
+#: debhelper.pod:188
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -400,21 +392,21 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:195
 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:202
+#: debhelper.pod:198
 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:205
+#: debhelper.pod:201
 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 "
@@ -423,7 +415,7 @@ msgid ""
 msgstr ""
 
 # type: verbatim
-#: debhelper.pod:210
+#: debhelper.pod:206
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -435,12 +427,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:216
+#: debhelper.pod:212
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:218
+#: debhelper.pod:214
 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 "
@@ -452,7 +444,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:226
+#: debhelper.pod:222
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -461,7 +453,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:227
 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)>.  "
@@ -470,19 +462,19 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:236
+#: debhelper.pod:232
 msgid "Package build directories"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:234
 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:241
+#: debhelper.pod:237
 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 "
@@ -494,12 +486,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:249
+#: debhelper.pod:245
 msgid "Debhelper compatibility levels"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:251
+#: debhelper.pod:247
 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 "
@@ -510,22 +502,22 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:254
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
-"debian/compat. For example, to turn on V5 mode:"
+"debian/compat. For example, to turn on V7 mode:"
 msgstr ""
 
 # type: verbatim
-#: debhelper.pod:261
+#: debhelper.pod:257
 #, no-wrap
 msgid ""
-"  % echo 5 > debian/compat\n"
+"  % echo 7 > debian/compat\n"
 "\n"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:263
+#: debhelper.pod:259
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -536,17 +528,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:266
 msgid "These are the available compatibility levels:"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:274
+#: debhelper.pod:270
 msgid "V1"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:276
+#: debhelper.pod:272
 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 "
@@ -555,148 +547,148 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:281 debhelper.pod:288 debhelper.pod:311
+#: debhelper.pod:277 debhelper.pod:284 debhelper.pod:307
 msgid "This mode is deprecated."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:283
+#: debhelper.pod:279
 msgid "V2"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:285
+#: debhelper.pod:281
 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:290
+#: debhelper.pod:286
 msgid "V3"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:288
 msgid "This mode works like V2, with the following additions:"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:296 debhelper.pod:301 debhelper.pod:305 debhelper.pod:319 debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:346 debhelper.pod:350 debhelper.pod:355 debhelper.pod:359 debhelper.pod:371 debhelper.pod:376 debhelper.pod:382 debhelper.pod:388 debhelper.pod:403
+#: debhelper.pod:292 debhelper.pod:297 debhelper.pod:301 debhelper.pod:315 debhelper.pod:320 debhelper.pod:325 debhelper.pod:330 debhelper.pod:342 debhelper.pod:346 debhelper.pod:351 debhelper.pod:355 debhelper.pod:367 debhelper.pod:372 debhelper.pod:378 debhelper.pod:384 debhelper.pod:399 debhelper.pod:406 debhelper.pod:410 debhelper.pod:414
 msgid "-"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:298
+#: debhelper.pod:294
 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:303
+#: debhelper.pod:299
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:307
+#: debhelper.pod:303
 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:313
+#: debhelper.pod:309
 msgid "V4"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:311
 msgid "Changes from V3 are:"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:321
+#: debhelper.pod:317
 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:326
+#: debhelper.pod:322
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:331
+#: debhelper.pod:327
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:332
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:340
+#: debhelper.pod:336
 msgid "V5"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:342
+#: debhelper.pod:338
 msgid "Changes from V4 are:"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:348
+#: debhelper.pod:344
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:352
+#: debhelper.pod:348
 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:357
+#: debhelper.pod:353
 msgid "dh_installdocs skips installing empty files."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:357
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:365
+#: debhelper.pod:361
 msgid "V6"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:367
+#: debhelper.pod:363
 msgid "Changes from V5 are:"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:373
+#: debhelper.pod:369
 msgid ""
-"Commands that generate maintainer script fragements will order the "
-"fragements in reverse order for the prerm and postrm scripts."
+"Commands that generate maintainer script fragments will order the fragments "
+"in reverse order for the prerm and postrm scripts."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:378
+#: debhelper.pod:374
 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:384
+#: debhelper.pod:380
 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 "
@@ -704,43 +696,60 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:390
+#: debhelper.pod:386
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
-"directory. In previous compatability levels it silently refuses to do this."
+"directory. In previous compatibility levels it silently refuses to do this."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:395
+#: debhelper.pod:391
 msgid "V7"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:393
 msgid "This is the recommended mode of operation."
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:395
 msgid "Changes from V6 are:"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:405
+#: debhelper.pod:401
+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 "
+"--sourcedir). This allows dh_install to interoperate with dh_auto_install, "
+"which installs to debian/tmp, without needing any special parameters."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:408
+msgid "dh_clean will read debian/clean and delete files listed there."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:412
+msgid "dh_clean will delete toplevel *-stamp files."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:416
 msgid ""
-"dh_install, if --sourcedir is not specified, will first look for files in "
-"debian/tmp, and then will look in the current directory. This allows "
-"dh_install to interoperate with dh_auto_install without needing any special "
-"parameters."
+"dh_installchangelogs will guess at what file is the upstream changelog if "
+"none is specified."
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:414
+#: debhelper.pod:423
 msgid "Doc directory symlinks"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:425
 msgid ""
 "Sometimes it is useful to make a package not contain a "
 "/usr/share/doc/package directory at all, instead placing just a dangling "
@@ -754,12 +763,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:425
+#: debhelper.pod:434
 msgid "udebs"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:436
 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 "
@@ -770,12 +779,12 @@ msgid ""
 msgstr ""
 
 # type: =head2
-#: debhelper.pod:434
+#: debhelper.pod:443
 msgid "Other notes"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:436
+#: debhelper.pod:445
 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 "
@@ -786,83 +795,90 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:442
+#: debhelper.pod:451
 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 6:"
+"your package uses. So if your package used compatibility level 7:"
 msgstr ""
 
 # type: verbatim
-#: debhelper.pod:448
+#: debhelper.pod:457
 #, no-wrap
 msgid ""
-"  Build-Depends: debhelper (>= 6)\n"
+"  Build-Depends: debhelper (>= 7)\n"
 "\n"
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:450
+#: debhelper.pod:459
 msgid "ENVIRONMENT"
 msgstr ""
 
 # type: =item
-#: debhelper.pod:454
+#: debhelper.pod:463
 msgid "DH_VERBOSE"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:465
 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:459
+#: debhelper.pod:468
 msgid "DH_COMPAT"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:461
+#: debhelper.pod:470
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:464
+#: debhelper.pod:473
 msgid "DH_NO_ACT"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:466
+#: debhelper.pod:475
 msgid "Set to 1 to enable no-act mode."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:468
+#: debhelper.pod:477
 msgid "DH_OPTIONS"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:470
+#: debhelper.pod:479
 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 "
-"you need to pass -p to all debhelper commands that will be run. One good way "
-"to set DH_OPTIONS is by using \"Target-specific Variable Values\" in your "
-"debian/rules file. See the make documentation for details on doing this."
+"all debhelper commands. Command-specific options will be ignored by commands "
+"that do not support them."
+msgstr ""
+
+# type: textblock
+#: debhelper.pod:483
+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 "
+"by using \"Target-specific Variable Values\" in your debian/rules file. See "
+"the make documentation for details on doing this."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:476
+#: debhelper.pod:488
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:478
+#: debhelper.pod:490
 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 "
@@ -870,7 +886,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:482
+#: debhelper.pod:494
 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 "
@@ -881,50 +897,50 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:501
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:494 dh_builddeb:85 dh_clean:109 dh_compress:189 dh_desktop:47 dh_fixperms:110 dh_gconf:90 dh_gencontrol:73 dh_installcatalogs:111 dh_installchangelogs:125 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:237 dh_installemacsen:109 dh_installexamples:103 dh_installinfo:103 dh_installinit:197 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:249 dh_installmenu:80 dh_installmime:85 dh_installmodules:116 dh_installpam:52 dh_install:268 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:28 dh_makeshlibs:222 dh_md5sums:86 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:159 dh_strip:224 dh_suidregister:117 dh_testdir:43 dh_testroot:26 dh_testversion:74 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:506 dh_builddeb:87 dh_clean:130 dh_compress:190 dh_desktop:47 dh_fixperms:110 dh_gconf:106 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:140 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:237 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:116 dh_installpam:52 dh_install:272 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:226 dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:76 dh_shlibdeps:164 dh_strip:226 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:498
+#: debhelper.pod:510
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:500
+#: debhelper.pod:512
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 
 # type: =item
-#: debhelper.pod:502
+#: debhelper.pod:514
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr ""
 
 # type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:516
 msgid "Debhelper web site."
 msgstr ""
 
 # type: =head1
-#: debhelper.pod:508 dh_builddeb:91 dh_clean:115 dh_compress:195 dh_desktop:53 dh_fixperms:116 dh_gconf:96 dh_gencontrol:79 dh_installcatalogs:117 dh_installchangelogs:131 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:243 dh_installemacsen:115 dh_installexamples:109 dh_installinfo:109 dh_installinit:203 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:255 dh_installmenu:88 dh_installmime:91 dh_installmodules:122 dh_installpam:58 dh_install:274 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:34 dh_makeshlibs:228 dh_md5sums:92 dh_movefiles:168 dh_perl:158 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:165 dh_strip:230 dh_suidregister:123 dh_testdir:49 dh_testroot:32 dh_testversion:80 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:520 dh_builddeb:93 dh_clean:136 dh_compress:196 dh_desktop:53 dh_fixperms:116 dh_gconf:112 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:146 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:243 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:122 dh_installpam:58 dh_install:278 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:232 dh_md5sums:95 dh_movefiles:168 dh_perl:158 dh_python:288 dh_scrollkeeper:82 dh_shlibdeps:170 dh_strip:232 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:510 dh_builddeb:93 dh_clean:117 dh_compress:197 dh_fixperms:118 dh_gencontrol:81 dh_installchangelogs:133 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:245 dh_installemacsen:117 dh_installexamples:111 dh_installinfo:111 dh_installinit:205 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:257 dh_installmenu:90 dh_installmime:93 dh_installmodules:124 dh_installpam:60 dh_install:276 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:36 dh_makeshlibs:230 dh_md5sums:94 dh_movefiles:170 dh_shlibdeps:167 dh_strip:232 dh_suidregister:125 dh_testdir:51 dh_testroot:34 dh_testversion:82 dh_undocumented:36
+#: debhelper.pod:522 dh_builddeb:95 dh_clean:138 dh_compress:198 dh_fixperms:118 dh_gencontrol:87 dh_installchangelogs:148 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:245 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:124 dh_installpam:60 dh_install:280 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:234 dh_md5sums:97 dh_movefiles:170 dh_shlibdeps:172 dh_strip:234 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
 msgstr ""
 
 # type: textblock
 #: dh_builddeb:5
-msgid "dh_builddeb - build debian packages"
+msgid "dh_builddeb - build debian binary packages"
 msgstr ""
 
 # type: textblock
@@ -942,7 +958,7 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: dh_builddeb:21 dh_clean:28 dh_compress:38 dh_fixperms:31 dh_gconf:34 dh_gencontrol:26 dh_installcatalogs:44 dh_installchangelogs:40 dh_installcron:24 dh_installdebconf:50 dh_installdirs:28 dh_installdocs:51 dh_installemacsen:35 dh_installexamples:29 dh_installinfo:37 dh_installinit:33 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:58 dh_installmenu:34 dh_installmime:31 dh_installmodules:39 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: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:51 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:39 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
 msgid "OPTIONS"
 msgstr ""
 
@@ -976,7 +992,7 @@ msgid "B<-u>I<params>"
 msgstr ""
 
 # type: =item
-#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:67 dh_makeshlibs:76 dh_shlibdeps:32
+#: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:78 dh_makeshlibs:76 dh_shlibdeps:32
 msgid "B<--> I<params>"
 msgstr ""
 
@@ -986,12 +1002,12 @@ msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
 msgstr ""
 
 # type: textblock
-#: dh_builddeb:87 dh_clean:111 dh_compress:191 dh_fixperms:112 dh_gconf:92 dh_gencontrol:75 dh_installcatalogs:113 dh_installchangelogs:127 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:239 dh_installemacsen:111 dh_installexamples:105 dh_installinfo:105 dh_installinit:199 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:251 dh_installmime:87 dh_installmodules:118 dh_installpam:54 dh_install:270 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:30 dh_makeshlibs:224 dh_md5sums:88 dh_movefiles:164 dh_perl:154 dh_python:284 dh_strip:226 dh_suidregister:119 dh_testdir:45 dh_testroot:28 dh_testversion:76 dh_undocumented:30 dh_usrlocal:116
+#: dh_builddeb:89 dh_clean:132 dh_compress:192 dh_fixperms:112 dh_gconf:108 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:142 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:239 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:118 dh_installpam:54 dh_install:274 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:228 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
 msgid "L<debhelper(7)>"
 msgstr ""
 
 # type: textblock
-#: dh_builddeb:89 dh_clean:113 dh_compress:193 dh_desktop:51 dh_fixperms:114 dh_gconf:94 dh_gencontrol:77 dh_installchangelogs:129 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:241 dh_installemacsen:113 dh_installexamples:107 dh_installinfo:107 dh_installinit:201 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:253 dh_installmenu:86 dh_installmime:89 dh_installmodules:120 dh_installpam:56 dh_install:272 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:32 dh_makeshlibs:226 dh_md5sums:90 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:80 dh_shlibdeps:163 dh_strip:228 dh_suidregister:121 dh_testdir:47 dh_testroot:30 dh_testversion:78 dh_undocumented:32 dh_usrlocal:118
+#: dh_builddeb:91 dh_clean:134 dh_compress:194 dh_desktop:51 dh_fixperms:114 dh_gconf:110 dh_gencontrol:83 dh_installchangelogs:144 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:241 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:120 dh_installpam:56 dh_install:276 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:230 dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:80 dh_shlibdeps:168 dh_strip:230 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 ""
 
@@ -1019,53 +1035,58 @@ msgid ""
 "debhelper commands. It also removes common files that should not appear in "
 "a\n"
 "debian diff:\n"
-"  #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P\n"
+"  #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P *-stamp\n"
 "\n"
 msgstr ""
 
 # type: textblock
 #: dh_clean:25
+msgid "The debian/clean file can list other files to be removed."
+msgstr ""
+
+# type: textblock
+#: 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."
 msgstr ""
 
+# type: textblock
+#: dh_clean:30
+msgid ""
+"dh_clean (or \"dh clean\") should be the last debhelper command run in the "
+"clean target in debian/rules."
+msgstr ""
+
 # type: =item
-#: dh_clean:32 dh_installchangelogs:44
+#: dh_clean:37 dh_installchangelogs:48
 msgid "B<-k>, B<--keep>"
 msgstr ""
 
 # type: textblock
-#: dh_clean:34
-msgid ""
-"Do not delete debian/files. When do you want to use this? Anytime you have a "
-"debian/rules that has 2 binary targets that build different .deb packages; "
-"for example, one target is binary-arch, and the other is binary-indep, or "
-"one target builds the shared library, and the other the -dev package. If you "
-"didn't use -k in these cases, then debian/files would be deleted in the "
-"middle, and your changes file will only contain the last binary package that "
-"was built."
+#: dh_clean:39
+msgid "This is deprecated, use L<dh_prep(1)> instead."
 msgstr ""
 
 # type: =item
-#: dh_clean:42
+#: dh_clean:41
 msgid "B<-d>, B<--dirs-only>"
 msgstr ""
 
 # type: textblock
-#: dh_clean:44
+#: dh_clean:43
 msgid ""
 "Only clean the package build directories, do not clean up any other files at "
 "all."
 msgstr ""
 
 # type: =item
-#: dh_clean:47
+#: dh_clean:46
 msgid "B<-X>I<item> B<--exclude=>I<item>"
 msgstr ""
 
 # type: textblock
-#: dh_clean:49
+#: dh_clean:48
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
 "deleted, even if they would normally be deleted. You may use this option "
@@ -1073,12 +1094,12 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: dh_clean:53 dh_compress:55 dh_installdocs:69 dh_installexamples:38 dh_installinfo:50 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27
+#: dh_clean:52 dh_compress:55 dh_installdocs:69 dh_installexamples:38 dh_installinfo:50 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27
 msgid "I<file ...>"
 msgstr ""
 
 # type: textblock
-#: dh_clean:55
+#: dh_clean:54
 msgid "Delete these files too."
 msgstr ""
 
@@ -1276,18 +1297,27 @@ msgstr ""
 # type: textblock
 #: dh_gconf:30
 msgid ""
+"If a file named debian/package.gconf-mandatory exists, then it is installed "
+"into usr/share/gconf/mandatory/10_package in the package build directory, "
+"with \"package\" replaced by the package name, and similar postinst and "
+"postrm fragments will be generated."
+msgstr ""
+
+# type: textblock
+#: dh_gconf:35
+msgid ""
 "The gconf-schemas and update-gconf-defaults scripts are provided by the "
 "gconf2 package. An appropriate dependency will be generated in "
 "${misc:Depends}."
 msgstr ""
 
 # type: =item
-#: dh_gconf:38
+#: dh_gconf:43
 msgid "B<--priority> I<priority>"
 msgstr ""
 
 # type: textblock
-#: dh_gconf:40
+#: dh_gconf:45
 msgid ""
 "Use I<priority> (which should be a 2-digit number) as the defaults priority "
 "instead of 10. Higher values than ten can be used by derived distributions "
@@ -1295,7 +1325,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_gconf:98
+#: dh_gconf:114
 msgid "Ross Burton <ross@burtonini.com> Josselin Mouette <joss@debian.org>"
 msgstr ""
 
@@ -1349,12 +1379,11 @@ msgstr ""
 #: dh_installcatalogs:20
 msgid ""
 "dh_installcatalogs is a debhelper program that installs and registers SGML "
-"catalogs. (Note: it will be extended for XML catalog registration when "
-"xml-core is available.)  It complies with the Debian XML/SGML policy."
+"catalogs. It complies with the Debian XML/SGML policy."
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:25
+#: dh_installcatalogs:23
 msgid ""
 "The file F<debian/I<package>.sgmlcatalogs> contains the catalogs to be "
 "installed per package.  Each line in that file should be of the form "
@@ -1365,14 +1394,14 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:32
+#: dh_installcatalogs:30
 msgid ""
 "Catalogs will be registered in a supercatalog, in "
 "F</etc/sgml/I<package>.cat>."
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:35
+#: dh_installcatalogs:33
 msgid ""
 "This command automatically adds maintainer script snippets for registering "
 "and unregistering the catalogs and \"supercatalogs\" (unless B<-n> is "
@@ -1382,37 +1411,37 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:41
+#: dh_installcatalogs:39
 msgid ""
 "A dependency on B<sgml-base> will be added to C<${misc:Depends}>, so be sure "
 "your package uses that variable in F<debian/control>."
 msgstr ""
 
 # type: =item
-#: dh_installcatalogs:48 dh_installdebconf:54 dh_installdocs:60 dh_installemacsen:39 dh_installinfo:46 dh_installinit:37 dh_installmenu:38 dh_installmime:35 dh_installmodules:43 dh_installwm:42 dh_makeshlibs:62 dh_python:60 dh_scrollkeeper:36 dh_usrlocal:43
+#: dh_installcatalogs:46 dh_installdebconf:54 dh_installdocs:60 dh_installemacsen:39 dh_installinfo:46 dh_installinit:37 dh_installmenu:38 dh_installmime:35 dh_installmodules:43 dh_installwm:42 dh_makeshlibs:62 dh_python:60 dh_scrollkeeper:36 dh_usrlocal:43
 msgid "B<-n>, B<--noscripts>"
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:50
+#: dh_installcatalogs:48
 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts."
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:56 dh_installemacsen:56 dh_installinfo:59 dh_installinit:101 dh_installmime:43 dh_installmodules:58 dh_installwm:53 dh_scrollkeeper:44 dh_usrlocal:51
+#: dh_installcatalogs:54 dh_installdocs:93 dh_installemacsen:56 dh_installinfo:59 dh_installinit:112 dh_installmime:43 dh_installmodules:58 dh_installwm:55 dh_scrollkeeper:44 dh_usrlocal:51
 msgid ""
-"Note that this command is not idempotent. \"dh_clean -k\" should be called "
+"Note that this command is not idempotent. L<dh_prep(1)> should be called "
 "between invocations of this command. Otherwise, it may cause multiple "
 "instances of the same text to be added to maintainer scripts."
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:115
+#: dh_installcatalogs:113
 msgid "F</usr/share/doc/sgml-base-doc/>"
 msgstr ""
 
 # type: textblock
-#: dh_installcatalogs:119
+#: dh_installcatalogs:117
 msgid "Adam Di Carlo <aph@debian.org>"
 msgstr ""
 
@@ -1456,16 +1485,24 @@ msgstr ""
 # type: textblock
 #: dh_installchangelogs:33
 msgid ""
-"If an upstream changelog file is specified as an option, then this upstream "
-"changelog will be installed as usr/share/doc/package/changelog in the "
-"package build directory. If the changelog is a html file (determined by file "
-"extension), it will be installed as usr/share/doc/package/changelog.html "
-"instead, and will be converted to plain text with html2text to generate "
+"An upstream changelog file may be specified as an option. If none is "
+"specified, a few common filenames are tried. (In compatibility level 7 and "
+"above.)"
+msgstr ""
+
+# type: textblock
+#: dh_installchangelogs:37
+msgid ""
+"If there is an upstream changelog file, it will be be installed as "
+"usr/share/doc/package/changelog in the package build directory. If the "
+"changelog is a html file (determined by file extension), it will be "
+"installed as usr/share/doc/package/changelog.html instead, and will be "
+"converted to plain text with html2text to generate "
 "usr/share/doc/package/changelog."
 msgstr ""
 
 # type: textblock
-#: dh_installchangelogs:46
+#: dh_installchangelogs:50
 msgid ""
 "Keep the original name of the upstream changelog. This will be accomplished "
 "by installing the upstream changelog as \"changelog\", and making a symlink "
@@ -1475,12 +1512,12 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: dh_installchangelogs:52
+#: dh_installchangelogs:56
 msgid "I<upstream>"
 msgstr ""
 
 # type: textblock
-#: dh_installchangelogs:54
+#: dh_installchangelogs:58
 msgid "Install this file as the upstream changelog."
 msgstr ""
 
@@ -1505,7 +1542,7 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: dh_installcron:28 dh_installinit:72 dh_installlogrotate:26 dh_installmodules:47 dh_installpam:28 dh_installppp:30
+#: dh_installcron:28 dh_installinit:83 dh_installlogrotate:26 dh_installmodules:47 dh_installpam:28 dh_installppp:30
 msgid "B<--name=>I<name>"
 msgstr ""
 
@@ -1786,7 +1823,7 @@ msgid "Do not modify postinst/prerm scripts."
 msgstr ""
 
 # type: =item
-#: dh_installdocs:64 dh_installexamples:43 dh_install:51 dh_link:57 dh_movefiles:44
+#: dh_installdocs:64 dh_installexamples:43 dh_install:98 dh_link:57 dh_movefiles:44
 msgid "B<-Xitem>, B<--exclude=item>"
 msgstr ""
 
@@ -1835,14 +1872,6 @@ msgid ""
 "will install the complete contents of the directory."
 msgstr ""
 
-# type: textblock
-#: dh_installdocs:93
-msgid ""
-"Note that this command is not idempotent. \"dh_clean B<-k>\" should be "
-"called between invocations of this command. Otherwise, it may cause multiple "
-"instances of the same text to be added to maintainer scripts."
-msgstr ""
-
 # type: textblock
 #: dh_installemacsen:5
 msgid "dh_installemacsen - register an emacs add on package"
@@ -1953,7 +1982,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_installexamples:45 dh_install:53 dh_movefiles:46
+#: dh_installexamples:45 dh_install:100 dh_movefiles:46
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
 "installed."
@@ -2031,7 +2060,7 @@ msgstr ""
 #: dh_installinit:14
 msgid ""
 "B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] "
-"[B<-r>] [B<-d>] [S<B<--> I<params>>]"
+"[B<-R>] [B<-r>] [B<-d>] [S<B<--> I<params>>]"
 msgstr ""
 
 # type: textblock
@@ -2086,33 +2115,55 @@ msgstr ""
 
 # type: =item
 #: dh_installinit:48
-msgid "B<-r>, B<--no-restart-on-upgrade>"
+msgid "B<-R>, B<--restart-after-upgrade>"
 msgstr ""
 
 # type: textblock
 #: dh_installinit:50
-msgid "Do not restart init script on upgrade."
+msgid ""
+"Do not stop the init script until after the package upgrade has been "
+"completed. This is different than the default behavior, which stops the "
+"script in the prerm, and starts it again in the postinst."
+msgstr ""
+
+# type: textblock
+#: dh_installinit:54
+msgid ""
+"This can be useful for daemons that should not have a possibly long downtime "
+"during upgrade. But you should make sure that the daemon will not get "
+"confused by the package being upgraded while it's running before using this "
+"option."
+msgstr ""
+
+# type: =item
+#: dh_installinit:59
+msgid "B<-r>, B<--no-restart-on-upgrade>"
+msgstr ""
+
+# type: textblock
+#: dh_installinit:61
+msgid "Do not stop init script on upgrade."
 msgstr ""
 
 # type: =item
-#: dh_installinit:52
+#: dh_installinit:63
 msgid "B<--no-start>"
 msgstr ""
 
 # type: textblock
-#: dh_installinit:54
+#: dh_installinit:65
 msgid ""
 "Do not start the init script on install or upgrade, or stop it on removal.  "
 "Only call update-rc.d. Useful for rcS scripts."
 msgstr ""
 
 # type: =item
-#: dh_installinit:57
+#: dh_installinit:68
 msgid "B<-d>, B<--remove-d>"
 msgstr ""
 
 # type: textblock
-#: dh_installinit:59
+#: dh_installinit:70
 msgid ""
 "Remove trailing \"d\" from the name of the package, and use the result for "
 "the filename the init script is installed as in etc/init.d/ , and the "
@@ -2122,19 +2173,19 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: dh_installinit:65
+#: dh_installinit:76
 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>"
 msgstr ""
 
 # type: textblock
-#: dh_installinit:69
+#: dh_installinit:80
 msgid ""
 "Pass \"params\" to L<update-rc.d(8)>. If not specified, \"defaults\" will be "
 "passed to L<update-rc.d(8)>."
 msgstr ""
 
 # type: textblock
-#: dh_installinit:74
+#: dh_installinit:85
 msgid ""
 "Install the init script (and default file) using the filename I<name> "
 "instead of the default filename, which is the package name. When this "
@@ -2144,12 +2195,12 @@ msgid ""
 msgstr ""
 
 # type: =item
-#: dh_installinit:80
+#: dh_installinit:91
 msgid "B<--init-script=>I<scriptname>"
 msgstr ""
 
 # type: textblock
-#: dh_installinit:82
+#: dh_installinit:93
 msgid ""
 "Use \"scriptname\" as the filename the init script is installed as in "
 "etc/init.d/ (and also use it as the filename for the defaults file, if it is "
@@ -2160,17 +2211,17 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_installinit:89
+#: dh_installinit:100
 msgid "This parameter is deprecated, use the --name parameter instead."
 msgstr ""
 
 # type: =item
-#: dh_installinit:91
+#: dh_installinit:102
 msgid "B<--error-handler=>I<function>"
 msgstr ""
 
 # type: textblock
-#: dh_installinit:93
+#: dh_installinit:104
 msgid ""
 "Call the named shell function if running the init script fails. The function "
 "should be provided in the prerm and postinst scripts, before the #DEBHELPER# "
@@ -2656,18 +2707,18 @@ msgstr ""
 # type: textblock
 #: dh_install:43
 msgid ""
-"From debhelper compatability level 7 on, if --sourcedir is not specified, "
-"dh_install will install files from debian/tmp if the directory contains the "
-"files. Otherwise, it will install files from the current directory."
+"From debhelper compatibility level 7 on, dh_install will fall back to "
+"looking in debian/tmp for files, if it doesn't find them in the current "
+"directory (or whereever you've told it to look using --sourcedir)."
 msgstr ""
 
 # type: =item
-#: dh_install:56
+#: dh_install:51
 msgid "B<--autodest>"
 msgstr ""
 
 # type: textblock
-#: dh_install:58
+#: dh_install:53
 msgid ""
 "Guess as the destination directory to install things to. If this is "
 "specified, you should not list destination directories in "
@@ -2676,7 +2727,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_install:63
+#: 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 "
@@ -2686,7 +2737,7 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_install:69
+#: dh_install:64
 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 "
@@ -2694,6 +2745,18 @@ msgid ""
 "set."
 msgstr ""
 
+# type: =item
+#: dh_install:69
+msgid "B<--fail-missing>"
+msgstr ""
+
+# type: textblock
+#: dh_install:71
+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."
+msgstr ""
+
 # type: =item
 #: dh_install:74
 msgid "B<--list-missing>"
@@ -2724,30 +2787,18 @@ msgstr ""
 
 # type: =item
 #: dh_install:87
-msgid "B<--fail-missing>"
-msgstr ""
-
-# type: textblock
-#: dh_install:89
-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."
-msgstr ""
-
-# type: =item
-#: dh_install:92
 msgid "B<--sourcedir=dir>"
 msgstr ""
 
 # type: textblock
-#: dh_install:94
+#: dh_install:89
 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."
 msgstr ""
 
 # type: textblock
-#: dh_install:97
+#: dh_install:92
 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\" "
@@ -2768,12 +2819,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: dh_install:241
+#: dh_install:245
 msgid "EXAMPLE"
 msgstr ""
 
 # type: textblock
-#: dh_install:243
+#: dh_install:247
 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 "
@@ -2783,7 +2834,7 @@ msgid ""
 msgstr ""
 
 # type: verbatim
-#: dh_install:249
+#: dh_install:253
 #, no-wrap
 msgid ""
 "  usr/bin\n"
@@ -2792,12 +2843,12 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_install:252
+#: dh_install:256
 msgid "While debian/libfoo.install contains:"
 msgstr ""
 
 # type: verbatim
-#: dh_install:254
+#: dh_install:258
 #, no-wrap
 msgid ""
 "  usr/lib/libfoo*.so.*\n"
@@ -2805,14 +2856,14 @@ msgid ""
 msgstr ""
 
 # type: textblock
-#: dh_install:256
+#: dh_install:260
 msgid ""
 "If you want a libfoo-dev package too, debian/libfoo-dev.install might "
 "contain:"
 msgstr ""
 
 # type: verbatim
-#: dh_install:258
+#: dh_install:262
 #, no-wrap
 msgid ""
 "  usr/include\n"
@@ -2822,12 +2873,12 @@ msgid ""
 msgstr ""
 
 # type: =head1
-#: dh_install:262
+#: dh_install:266
 msgid "LIMITATIONS"
 msgstr ""
 
 # type: verbatim
-#: dh_install:264
+#: dh_install:268
 #, no-wrap
 msgid ""
 "dh_install cannot rename files or directories, it can only install them\n"
@@ -3781,11 +3832,11 @@ msgstr ""
 #, no-wrap
 msgid ""
 "\tdh_shlibdeps -Llibbar1 -l/usr/lib/bar\n"
-"\n"
+"\t\n"
 msgstr ""
 
 # type: textblock
-#: dh_shlibdeps:161
+#: dh_shlibdeps:166
 msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>"
 msgstr ""