]> git.donarmstrong.com Git - debhelper.git/blob - man/po4a/po/debhelper.pot
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / man / po4a / po / debhelper.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2009-09-14 15:47-0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: ENCODING"
17
18 #. type: =head1
19 #: debhelper.pod:1 dh_builddeb:3 dh_clean:3 dh_compress:3 dh_desktop:3 dh_fixperms:3 dh_gconf:3 dh_gencontrol:3 dh_installcatalogs:3 dh_installchangelogs:3 dh_installcron:3 dh_installdebconf:3 dh_installdeb:3 dh_installdirs:3 dh_installdocs:3 dh_installemacsen:3 dh_installexamples:3 dh_installinfo:3 dh_installinit:3 dh_installlogcheck:3 dh_installlogrotate:3 dh_installmanpages:3 dh_installman:3 dh_installmenu:3 dh_installmime:3 dh_installmodules:3 dh_installpam:3 dh_install:3 dh_installppp:3 dh_installwm:3 dh_installxfonts:3 dh_link:3 dh_listpackages:3 dh_makeshlibs:3 dh_md5sums:3 dh_movefiles:3 dh_perl:3 dh_python:3 dh_scrollkeeper:3 dh_shlibdeps:3 dh_strip:3 dh_suidregister:3 dh_testdir:3 dh_testroot:3 dh_testversion:3 dh_undocumented:3 dh_usrlocal:3
20 msgid "NAME"
21 msgstr ""
22
23 #. type: textblock
24 #: debhelper.pod:3
25 msgid "debhelper - the debhelper tool suite"
26 msgstr ""
27
28 #. type: =head1
29 #: debhelper.pod:5 dh_builddeb:12 dh_clean:12 dh_compress:13 dh_desktop:12 dh_fixperms:12 dh_gconf:12 dh_gencontrol:12 dh_installcatalogs:14 dh_installchangelogs:12 dh_installcron:12 dh_installdebconf:12 dh_installdeb:12 dh_installdirs:12 dh_installdocs:12 dh_installemacsen:12 dh_installexamples:12 dh_installinfo:12 dh_installinit:12 dh_installlogcheck:12 dh_installlogrotate:12 dh_installmanpages:13 dh_installman:13 dh_installmenu:12 dh_installmime:12 dh_installmodules:14 dh_installpam:12 dh_install:13 dh_installppp:12 dh_installwm:12 dh_installxfonts:12 dh_link:13 dh_listpackages:12 dh_makeshlibs:12 dh_md5sums:13 dh_movefiles:12 dh_perl:14 dh_python:13 dh_scrollkeeper:12 dh_shlibdeps:13 dh_strip:13 dh_suidregister:7 dh_testdir:12 dh_testroot:7 dh_testversion:12 dh_undocumented:12 dh_usrlocal:15
30 msgid "SYNOPSIS"
31 msgstr ""
32
33 #. type: textblock
34 #: debhelper.pod:7
35 msgid ""
36 "B<dh_>I<*> [B<-v>] [B<-a>] [B<-i>] [B<-s>] [B<--no-act>] [B<-ppackage>] "
37 "[B<-Npackage] [-Ptmpdir>]"
38 msgstr ""
39
40 #. type: =head1
41 #: debhelper.pod:9 dh_builddeb:16 dh_clean:16 dh_compress:17 dh_desktop:16 dh_fixperms:16 dh_gconf:16 dh_gencontrol:16 dh_installcatalogs:18 dh_installchangelogs:16 dh_installcron:16 dh_installdebconf:16 dh_installdeb:16 dh_installdirs:16 dh_installdocs:16 dh_installemacsen:16 dh_installexamples:16 dh_installinfo:16 dh_installinit:16 dh_installlogcheck:16 dh_installlogrotate:16 dh_installmanpages:17 dh_installman:17 dh_installmenu:16 dh_installmime:16 dh_installmodules:18 dh_installpam:16 dh_install:17 dh_installppp:16 dh_installwm:16 dh_installxfonts:16 dh_link:17 dh_listpackages:16 dh_makeshlibs:16 dh_md5sums:17 dh_movefiles:16 dh_perl:18 dh_python:17 dh_scrollkeeper:16 dh_shlibdeps:17 dh_strip:17 dh_suidregister:11 dh_testdir:16 dh_testroot:11 dh_testversion:16 dh_undocumented:16 dh_usrlocal:19
42 msgid "DESCRIPTION"
43 msgstr ""
44
45 #. type: textblock
46 #: debhelper.pod:11
47 msgid ""
48 "Debhelper is used to help you build a debian package. The philosophy behind "
49 "debhelper is to provide a collection of small, simple, and easily understood "
50 "tools that are used in debian/rules to automate various common aspects of "
51 "building a package. This means less work for you, the packager.  It also, to "
52 "some degree means that these tools can be changed if debian policy changes, "
53 "and packages that use them will require only a rebuild to comply with the "
54 "new policy."
55 msgstr ""
56
57 #. type: textblock
58 #: debhelper.pod:19
59 msgid ""
60 "A typical debian/rules file that uses debhelper will call several debhelper "
61 "commands in sequence, or use L<dh(1)> to automate this process. Examples of "
62 "rules files that use debhelper are in F</usr/share/doc/debhelper/examples/>"
63 msgstr ""
64
65 #. type: textblock
66 #: debhelper.pod:23
67 msgid ""
68 "To create a new debian package using debhelper, you can just copy one of the "
69 "sample rules files and edit it by hand. Or you can try the dh-make package, "
70 "which contains a L<dh_make|dh_make(1)> command that partially automates the "
71 "process. For a more gentle introduction, the maint-guide debian package "
72 "contains a tutorial about making your first package using debhelper."
73 msgstr ""
74
75 #. type: =head1
76 #: debhelper.pod:29
77 msgid "DEBHELPER COMMANDS"
78 msgstr ""
79
80 #. type: textblock
81 #: debhelper.pod:31
82 msgid ""
83 "Here is the complete list of available debhelper commands. See their man "
84 "pages for additional documentation."
85 msgstr ""
86
87 #. type: textblock
88 #: debhelper.pod:36
89 msgid "#LIST#"
90 msgstr ""
91
92 #. type: textblock
93 #: debhelper.pod:40
94 msgid ""
95 "If a program's name starts with \"dh_\", and the program is not on the above "
96 "list, then it is not part of the debhelper package, but it should still work "
97 "like the other programs described on this page."
98 msgstr ""
99
100 #. type: =head1
101 #: debhelper.pod:44
102 msgid "DEBHELPER CONFIG FILES"
103 msgstr ""
104
105 #. type: textblock
106 #: debhelper.pod:46
107 msgid ""
108 "Many debhelper commands make use of files in F<debian/> to control what they "
109 "do. Besides the common F<debian/changelog> and F<debian/control>, which are "
110 "in all packages, not just those using debhelper, some additional files can "
111 "be used to configure the behavior of specific debhelper commands. These "
112 "files are typically named debian/package.foo (where \"package\" of course, "
113 "is replaced with the package that is being acted on)."
114 msgstr ""
115
116 #. type: textblock
117 #: debhelper.pod:53
118 msgid ""
119 "For example, dh_installdocs uses files named debian/package.docs to list the "
120 "documentation files it will install. See the man pages of individual "
121 "commands for details about the names and formats of the files they use.  "
122 "Generally, these files will list files to act on, one file per line. Some "
123 "programs in debhelper use pairs of files and destinations or slightly more "
124 "complicated formats."
125 msgstr ""
126
127 #. type: textblock
128 #: debhelper.pod:60
129 msgid ""
130 "Note that if a package is the first (or only) binary package listed in "
131 "debian/control, debhelper will use debian/foo if no debian/package.foo file "
132 "can be found."
133 msgstr ""
134
135 #. type: textblock
136 #: debhelper.pod:64
137 msgid ""
138 "In some rare cases, you may want to have different versions of these files "
139 "for different architectures or OSes. If files named debian/package.foo.ARCH "
140 "or debian/package.foo.OS exist, where \"ARCH\" and \"OS\" are the same as "
141 "the output of \"dpkg-architecture -qDEB_HOST_ARCH\" / \"dpkg-architecture "
142 "-qDEB_HOST_ARCH_OS\", then they will be used in preference to other, more "
143 "general files."
144 msgstr ""
145
146 #. type: textblock
147 #: debhelper.pod:71
148 msgid ""
149 "In many cases, these config files are used to specify various types of "
150 "files. Documentation or example files to install, files to move, and so on.  "
151 "When appropriate, in cases like these, you can use standard shell wildcard "
152 "characters ('?' and '*' and '[..]' character classes) in the files."
153 msgstr ""
154
155 #. type: textblock
156 #: debhelper.pod:76
157 msgid ""
158 "You can also put comments in these files; lines beginning with \"#\" are "
159 "ignored."
160 msgstr ""
161
162 #. type: =head1
163 #: debhelper.pod:79
164 msgid "SHARED DEBHELPER OPTIONS"
165 msgstr ""
166
167 #. type: textblock
168 #: debhelper.pod:81
169 msgid "The following command line options are supported by all debhelper programs."
170 msgstr ""
171
172 #. type: =item
173 #: debhelper.pod:85
174 msgid "B<-v>, B<--verbose>"
175 msgstr ""
176
177 #. type: textblock
178 #: debhelper.pod:87
179 msgid "Verbose mode: show all commands that modify the package build directory."
180 msgstr ""
181
182 #. type: =item
183 #: debhelper.pod:89
184 msgid "B<--no-act>"
185 msgstr ""
186
187 #. type: textblock
188 #: debhelper.pod:91
189 msgid ""
190 "Do not really do anything. If used with -v, the result is that the command "
191 "will output what it would have done."
192 msgstr ""
193
194 #. type: =item
195 #: debhelper.pod:94
196 msgid "B<-a>, B<--arch>"
197 msgstr ""
198
199 #. type: textblock
200 #: debhelper.pod:96
201 msgid ""
202 "Act on architecture dependent packages that should be built for the build "
203 "architecture."
204 msgstr ""
205
206 #. type: =item
207 #: debhelper.pod:99
208 msgid "B<-i>, B<--indep>"
209 msgstr ""
210
211 #. type: textblock
212 #: debhelper.pod:101
213 msgid "Act on all architecture independent packages."
214 msgstr ""
215
216 #. type: =item
217 #: debhelper.pod:103
218 msgid "B<->I<ppackage>, B<--package=>I<package>"
219 msgstr ""
220
221 #. type: textblock
222 #: debhelper.pod:105
223 msgid ""
224 "Act on the package named \"package\". This option may be specified multiple "
225 "times to make debhelper operate on a given set of packages."
226 msgstr ""
227
228 #. type: =item
229 #: debhelper.pod:108
230 msgid "B<-s>, B<--same-arch>"
231 msgstr ""
232
233 #. type: textblock
234 #: debhelper.pod:110
235 msgid ""
236 "This used to be a smarter version of the -a flag, but the -a flag is now "
237 "equally smart."
238 msgstr ""
239
240 #. type: =item
241 #: debhelper.pod:113
242 msgid "B<-N>I<package>, B<--no-package=>I<package>"
243 msgstr ""
244
245 #. type: textblock
246 #: debhelper.pod:115
247 msgid ""
248 "Do not act on the specified package even if an -a, -i, or -p option lists "
249 "the package as one that should be acted on."
250 msgstr ""
251
252 #. type: =item
253 #: debhelper.pod:118
254 msgid "B<--remaining-packages>"
255 msgstr ""
256
257 #. type: textblock
258 #: debhelper.pod:120
259 msgid ""
260 "Do not act on the packages which have already been acted on by this "
261 "debhelper command earlier (i.e. if the command is present in the package "
262 "debhelper log).  For example, if you need to call the command with special "
263 "options only for a couple of binary packages, pass this option to the last "
264 "call of the command to process the rest of packages with default settings."
265 msgstr ""
266
267 #. type: =item
268 #: debhelper.pod:126
269 msgid "B<--ignore=>I<file>"
270 msgstr ""
271
272 #. type: textblock
273 #: debhelper.pod:128
274 msgid ""
275 "Ignore the specified file. This can be used if debian/ contains a debhelper "
276 "config file that a debhelper command should not act on. Note that "
277 "debian/compat, debian/control, and debian/changelog can't be ignored, but "
278 "then, there should never be a reason to ignore those files."
279 msgstr ""
280
281 #. type: textblock
282 #: debhelper.pod:133
283 msgid ""
284 "For example, if upstream ships a debian/init that you don't want "
285 "dh_installinit to install, use --ignore=debian/init"
286 msgstr ""
287
288 #. type: =item
289 #: debhelper.pod:136
290 msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
291 msgstr ""
292
293 #. type: textblock
294 #: debhelper.pod:138
295 msgid "Use \"tmpdir\" for package build directory. The default is debian/<package>"
296 msgstr ""
297
298 #. type: =item
299 #: debhelper.pod:140
300 msgid "B<--mainpackage=>I<package>"
301 msgstr ""
302
303 #. type: textblock
304 #: debhelper.pod:142
305 msgid ""
306 "This little-used option changes the package which debhelper considers the "
307 "\"main package\", that is, the first one listed in debian/control, and the "
308 "one for which debian/foo files can be used instead of the usual "
309 "debian/package.foo files."
310 msgstr ""
311
312 #. type: =head1
313 #: debhelper.pod:149
314 msgid "COMMON DEBHELPER OPTIONS"
315 msgstr ""
316
317 #. type: textblock
318 #: debhelper.pod:151
319 msgid ""
320 "The following command line options are supported by some debhelper "
321 "programs.  See the man page of each program for a complete explanation of "
322 "what each option does."
323 msgstr ""
324
325 #. type: =item
326 #: debhelper.pod:157
327 msgid "B<-n>"
328 msgstr ""
329
330 #. type: textblock
331 #: debhelper.pod:159
332 msgid "Do not modify postinst/postrm/etc scripts."
333 msgstr ""
334
335 #. type: =item
336 #: debhelper.pod:161 dh_compress:51 dh_makeshlibs:76 dh_md5sums:37 dh_shlibdeps:36 dh_strip:39
337 msgid "B<-X>I<item>, B<--exclude=>I<item>"
338 msgstr ""
339
340 #. type: textblock
341 #: debhelper.pod:163
342 msgid ""
343 "Exclude an item from processing. This option may be used multiple times, to "
344 "exclude more than one thing."
345 msgstr ""
346
347 #. type: =item
348 #: debhelper.pod:166 dh_compress:59 dh_installdirs:35 dh_installdocs:64 dh_installexamples:36 dh_installinfo:35 dh_installman:64 dh_link:55
349 msgid "B<-A>, B<--all>"
350 msgstr ""
351
352 #. type: textblock
353 #: debhelper.pod:168
354 msgid ""
355 "Makes files or other items that are specified on the command line take "
356 "effect in ALL packages acted on, not just the first."
357 msgstr ""
358
359 #. type: =head1
360 #: debhelper.pod:173
361 msgid "BUILD SYSTEM OPTIONS"
362 msgstr ""
363
364 #. type: textblock
365 #: debhelper.pod:175
366 msgid ""
367 "The following command line options are supported by all of the dh_auto_* "
368 "debhelper programs. These programs support a variety of build systems, and "
369 "normally heuristically determine which to use, and how to use them.  You can "
370 "use these command line options to override the default behavior."
371 msgstr ""
372
373 #. type: =item
374 #: debhelper.pod:182
375 msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
376 msgstr ""
377
378 #. type: textblock
379 #: debhelper.pod:184
380 msgid ""
381 "Force use of the specified I<buildsystem>, instead of trying to auto-select "
382 "one which might be applicable for the package."
383 msgstr ""
384
385 #. type: =item
386 #: debhelper.pod:187
387 msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
388 msgstr ""
389
390 #. type: textblock
391 #: debhelper.pod:189
392 msgid ""
393 "Assume that the original package source tree is at the specified "
394 "I<directory> rather than the top level directory of the Debian source "
395 "package tree."
396 msgstr ""
397
398 #. type: =item
399 #: debhelper.pod:193
400 msgid "B<-B>[I<directory>], B<--builddirectory>=[I<directory>]"
401 msgstr ""
402
403 #. type: textblock
404 #: debhelper.pod:195
405 msgid ""
406 "Enable out of source building and use the specified I<directory> as the "
407 "build directory. If I<directory> parameter is omitted, a default build "
408 "directory will chosen."
409 msgstr ""
410
411 #. type: textblock
412 #: debhelper.pod:199
413 msgid ""
414 "If this option is not specified, building will be done in source by default "
415 "unless the build system requires or prefers out of source tree building.  In "
416 "such a case, the default build directory will be used even if "
417 "L<--builddirectory> is not specified."
418 msgstr ""
419
420 #. type: textblock
421 #: debhelper.pod:204
422 msgid ""
423 "If the build system prefers out of source tree building but still allows in "
424 "source building, the latter can be re-enabled by passing a build directory "
425 "path that is the same as the source directory path."
426 msgstr ""
427
428 #. type: =item
429 #: debhelper.pod:208
430 msgid "B<--list>, B<-l>"
431 msgstr ""
432
433 #. type: textblock
434 #: debhelper.pod:210
435 msgid ""
436 "List all build systems supported by debhelper on this system. The list "
437 "includes both default and third party build systems (marked as such). Also "
438 "shows which build system would be automatically selected, or which one is "
439 "manually specified with the I<--buildsystem> option."
440 msgstr ""
441
442 #. type: =head1
443 #: debhelper.pod:217 dh_installcatalogs:59 dh_installdocs:110 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
444 msgid "NOTES"
445 msgstr ""
446
447 #. type: =head2
448 #: debhelper.pod:219
449 msgid "Multiple binary package support"
450 msgstr ""
451
452 #. type: textblock
453 #: debhelper.pod:221
454 msgid ""
455 "If your source package generates more than one binary package, debhelper "
456 "programs will default to acting on all binary packages when run. If your "
457 "source package happens to generate one architecture dependent package, and "
458 "another architecture independent package, this is not the correct behavior, "
459 "because you need to generate the architecture dependent packages in the "
460 "binary-arch debian/rules target, and the architecture independent packages "
461 "in the binary-indep debian/rules target."
462 msgstr ""
463
464 #. type: textblock
465 #: debhelper.pod:229
466 msgid ""
467 "To facilitate this, as well as give you more control over which packages are "
468 "acted on by debhelper programs, all debhelper programs accept the B<-a>, "
469 "B<-i>, B<-p>, and B<-s> parameters. These parameters are cumulative.  If "
470 "none are given, debhelper programs default to acting on all packages listed "
471 "in the control file."
472 msgstr ""
473
474 #. type: =head2
475 #: debhelper.pod:235
476 msgid "Automatic generation of debian install scripts"
477 msgstr ""
478
479 #. type: textblock
480 #: debhelper.pod:237
481 msgid ""
482 "Some debhelper commands will automatically generate parts of debian "
483 "maintainer scripts. If you want these automatically generated things "
484 "included in your existing debian maintainer scripts, then you need to add "
485 "\"#DEBHELPER#\" to your scripts, in the place the code should be added.  "
486 "\"#DEBHELPER#\" will be replaced by any auto-generated code when you run "
487 "dh_installdeb."
488 msgstr ""
489
490 #. type: textblock
491 #: debhelper.pod:244
492 msgid ""
493 "If a script does not exist at all and debhelper needs to add something to "
494 "it, then debhelper will create the complete script."
495 msgstr ""
496
497 #. type: textblock
498 #: debhelper.pod:247
499 msgid ""
500 "All debhelper commands that automatically generate code in this way let it "
501 "be disabled by the -n parameter (see above)."
502 msgstr ""
503
504 #. type: textblock
505 #: debhelper.pod:250
506 msgid ""
507 "Note that the inserted code will be shell code, so you cannot directly use "
508 "it in a perl script. If you would like to embed it into a perl script, here "
509 "is one way to do that (note that I made sure that $1, $2, etc are set with "
510 "the set command):"
511 msgstr ""
512
513 #. type: verbatim
514 #: debhelper.pod:255
515 #, no-wrap
516 msgid ""
517 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
518 "  #DEBHELPER#\n"
519 "  EOF\n"
520 "  system ($temp) / 256 == 0\n"
521 "  \tor die \"Problem with debhelper scripts: $!\";\n"
522 "\n"
523 msgstr ""
524
525 #. type: =head2
526 #: debhelper.pod:261
527 msgid "Automatic generation of miscellaneous dependencies."
528 msgstr ""
529
530 #. type: textblock
531 #: debhelper.pod:263
532 msgid ""
533 "Some debhelper commands may make the generated package need to depend on "
534 "some other packages. For example, if you use L<dh_installdebconf(1)>, your "
535 "package will generally need to depend on debconf. Or if you use "
536 "L<dh_installxfonts(1)>, your package will generally need to depend on a "
537 "particular version of xutils. Keeping track of these miscellaneous "
538 "dependencies can be annoying since they are dependant on how debhelper does "
539 "things, so debhelper offers a way to automate it."
540 msgstr ""
541
542 #. type: textblock
543 #: debhelper.pod:271
544 msgid ""
545 "All commands of this type, besides documenting what dependencies may be "
546 "needed on their man pages, will automatically generate a substvar called "
547 "${misc:Depends}. If you put that token into your debian/control file, it "
548 "will be expanded to the dependencies debhelper figures you need."
549 msgstr ""
550
551 #. type: textblock
552 #: debhelper.pod:276
553 msgid ""
554 "This is entirely independent of the standard ${shlibs:Depends} generated by "
555 "L<dh_makeshlibs(1)>, and the ${perl:Depends} generated by L<dh_perl(1)>.  "
556 "You can choose not to use any of these, if debhelper's guesses don't match "
557 "reality."
558 msgstr ""
559
560 #. type: =head2
561 #: debhelper.pod:281
562 msgid "Package build directories"
563 msgstr ""
564
565 #. type: textblock
566 #: debhelper.pod:283
567 msgid ""
568 "By default, all debhelper programs assume that the temporary directory used "
569 "for assembling the tree of files in a package is debian/<package>."
570 msgstr ""
571
572 #. type: textblock
573 #: debhelper.pod:286
574 msgid ""
575 "Sometimes, you might want to use some other temporary directory. This is "
576 "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will "
577 "use debian/tmp as the temporary directory. Note that if you use -P, the "
578 "debhelper programs can only be acting on a single package at a time. So if "
579 "you have a package that builds many binary packages, you will need to also "
580 "use the -p flag to specify which binary package the debhelper program will "
581 "act on."
582 msgstr ""
583
584 #. type: =head2
585 #: debhelper.pod:294
586 msgid "Debhelper compatibility levels"
587 msgstr ""
588
589 #. type: textblock
590 #: debhelper.pod:296
591 msgid ""
592 "From time to time, major non-backwards-compatible changes need to be made to "
593 "debhelper, to keep it clean and well-designed as needs change and its author "
594 "gains more experience. To prevent such major changes from breaking existing "
595 "packages, the concept of debhelper compatibility levels was introduced. You "
596 "tell debhelper which compatibility level it should use, and it modifies its "
597 "behavior in various ways."
598 msgstr ""
599
600 #. type: textblock
601 #: debhelper.pod:303
602 msgid ""
603 "Tell debhelper what compatibility level to use by writing a number to "
604 "debian/compat. For example, to turn on V7 mode:"
605 msgstr ""
606
607 #. type: verbatim
608 #: debhelper.pod:306
609 #, no-wrap
610 msgid ""
611 "  % echo 7 > debian/compat\n"
612 "\n"
613 msgstr ""
614
615 #. type: textblock
616 #: debhelper.pod:308
617 msgid ""
618 "Unless otherwise indicated, all debhelper documentation assumes that you are "
619 "using the most recent compatibility level, and in most cases does not "
620 "indicate if the behavior is different in an earlier compatibility level, so "
621 "if you are not using the most recent compatibility level, you're advised to "
622 "read below for notes about what is different in earlier compatibility "
623 "levels."
624 msgstr ""
625
626 #. type: textblock
627 #: debhelper.pod:315
628 msgid "These are the available compatibility levels:"
629 msgstr ""
630
631 #. type: =item
632 #: debhelper.pod:319
633 msgid "V1"
634 msgstr ""
635
636 #. type: textblock
637 #: debhelper.pod:321
638 msgid ""
639 "This is the original debhelper compatibility level, and so it is the default "
640 "one. In this mode, debhelper will use debian/tmp as the package tree "
641 "directory for the first binary package listed in the control file, while "
642 "using debian/<package> for all other packages listed in the control file."
643 msgstr ""
644
645 #. type: textblock
646 #: debhelper.pod:326 debhelper.pod:333 debhelper.pod:356 debhelper.pod:385
647 msgid "This mode is deprecated."
648 msgstr ""
649
650 #. type: =item
651 #: debhelper.pod:328
652 msgid "V2"
653 msgstr ""
654
655 #. type: textblock
656 #: debhelper.pod:330
657 msgid ""
658 "In this mode, debhelper will consistently use debian/<package> as the "
659 "package tree directory for every package that is built."
660 msgstr ""
661
662 #. type: =item
663 #: debhelper.pod:335
664 msgid "V3"
665 msgstr ""
666
667 #. type: textblock
668 #: debhelper.pod:337
669 msgid "This mode works like V2, with the following additions:"
670 msgstr ""
671
672 #. type: =item
673 #: debhelper.pod:341 debhelper.pod:346 debhelper.pod:350 debhelper.pod:364 debhelper.pod:369 debhelper.pod:374 debhelper.pod:379 debhelper.pod:393 debhelper.pod:397 debhelper.pod:402 debhelper.pod:406 debhelper.pod:418 debhelper.pod:423 debhelper.pod:429 debhelper.pod:435 debhelper.pod:450 debhelper.pod:457 debhelper.pod:461 debhelper.pod:465
674 msgid "-"
675 msgstr ""
676
677 #. type: textblock
678 #: debhelper.pod:343
679 msgid ""
680 "Debhelper config files support globbing via * and ?, when appropriate. To "
681 "turn this off and use those characters raw, just prefix with a backslash."
682 msgstr ""
683
684 #. type: textblock
685 #: debhelper.pod:348
686 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
687 msgstr ""
688
689 #. type: textblock
690 #: debhelper.pod:352
691 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
692 msgstr ""
693
694 #. type: =item
695 #: debhelper.pod:358
696 msgid "V4"
697 msgstr ""
698
699 #. type: textblock
700 #: debhelper.pod:360
701 msgid "Changes from V3 are:"
702 msgstr ""
703
704 #. type: textblock
705 #: debhelper.pod:366
706 msgid ""
707 "dh_makeshlibs -V will not include the debian part of the version number in "
708 "the generated dependency line in the shlibs file."
709 msgstr ""
710
711 #. type: textblock
712 #: debhelper.pod:371
713 msgid ""
714 "You are encouraged to put the new ${misc:Depends} into debian/control to "
715 "supplement the ${shlibs:Depends} field."
716 msgstr ""
717
718 #. type: textblock
719 #: debhelper.pod:376
720 msgid ""
721 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
722 "executable."
723 msgstr ""
724
725 #. type: textblock
726 #: debhelper.pod:381
727 msgid "dh_link will correct existing links to conform with policy."
728 msgstr ""
729
730 #. type: =item
731 #: debhelper.pod:387
732 msgid "V5"
733 msgstr ""
734
735 #. type: textblock
736 #: debhelper.pod:389
737 msgid "Changes from V4 are:"
738 msgstr ""
739
740 #. type: textblock
741 #: debhelper.pod:395
742 msgid "Comments are ignored in debhelper config files."
743 msgstr ""
744
745 #. type: textblock
746 #: debhelper.pod:399
747 msgid ""
748 "dh_strip --dbg-package now specifies the name of a package to put debugging "
749 "symbols in, not the packages to take the symbols from."
750 msgstr ""
751
752 #. type: textblock
753 #: debhelper.pod:404
754 msgid "dh_installdocs skips installing empty files."
755 msgstr ""
756
757 #. type: textblock
758 #: debhelper.pod:408
759 msgid "dh_install errors out if wildcards expand to nothing."
760 msgstr ""
761
762 #. type: =item
763 #: debhelper.pod:412
764 msgid "V6"
765 msgstr ""
766
767 #. type: textblock
768 #: debhelper.pod:414
769 msgid "Changes from V5 are:"
770 msgstr ""
771
772 #. type: textblock
773 #: debhelper.pod:420
774 msgid ""
775 "Commands that generate maintainer script fragments will order the fragments "
776 "in reverse order for the prerm and postrm scripts."
777 msgstr ""
778
779 #. type: textblock
780 #: debhelper.pod:425
781 msgid ""
782 "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if "
783 "it sees the man page in usr/share/man/man1 in the package build directory."
784 msgstr ""
785
786 #. type: textblock
787 #: debhelper.pod:431
788 msgid ""
789 "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, "
790 "if it was set to a list of things to exclude, such as \"CVS:.svn:.git\". Now "
791 "it does."
792 msgstr ""
793
794 #. type: textblock
795 #: debhelper.pod:437
796 msgid ""
797 "dh_installman allows overwriting existing man pages in the package build "
798 "directory. In previous compatibility levels it silently refuses to do this."
799 msgstr ""
800
801 #. type: =item
802 #: debhelper.pod:442
803 msgid "V7"
804 msgstr ""
805
806 #. type: textblock
807 #: debhelper.pod:444
808 msgid "This is the recommended mode of operation."
809 msgstr ""
810
811 #. type: textblock
812 #: debhelper.pod:446
813 msgid "Changes from V6 are:"
814 msgstr ""
815
816 #. type: textblock
817 #: debhelper.pod:452
818 msgid ""
819 "dh_install, will fall back to looking for files in debian/tmp if it doesn't "
820 "find them in the current directory (or wherever you tell it look using "
821 "--sourcedir). This allows dh_install to interoperate with dh_auto_install, "
822 "which installs to debian/tmp, without needing any special parameters."
823 msgstr ""
824
825 #. type: textblock
826 #: debhelper.pod:459
827 msgid "dh_clean will read debian/clean and delete files listed there."
828 msgstr ""
829
830 #. type: textblock
831 #: debhelper.pod:463
832 msgid "dh_clean will delete toplevel *-stamp files."
833 msgstr ""
834
835 #. type: textblock
836 #: debhelper.pod:467
837 msgid ""
838 "dh_installchangelogs will guess at what file is the upstream changelog if "
839 "none is specified."
840 msgstr ""
841
842 #. type: =head2
843 #: debhelper.pod:474
844 msgid "udebs"
845 msgstr ""
846
847 #. type: textblock
848 #: debhelper.pod:476
849 msgid ""
850 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
851 "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and "
852 "build-depend on debhelper (>= 4.2). Debhelper will try to create udebs that "
853 "comply with debian-installer policy, by making the generated package files "
854 "end in \".udeb\", not installing any documentation into a udeb, skipping "
855 "over preinst, postrm, prerm, and config scripts, etc."
856 msgstr ""
857
858 #. type: =head2
859 #: debhelper.pod:483
860 msgid "Other notes"
861 msgstr ""
862
863 #. type: textblock
864 #: debhelper.pod:485
865 msgid ""
866 "In general, if any debhelper program needs a directory to exist under "
867 "debian/, it will create it. I haven't bothered to document this in all the "
868 "man pages, but for example, dh_installdeb knows to make "
869 "debian/<package>/DEBIAN/ before trying to put files there, dh_installmenu "
870 "knows you need a debian/<package>/usr/share/menu/ before installing the menu "
871 "files, etc."
872 msgstr ""
873
874 #. type: textblock
875 #: debhelper.pod:491
876 msgid ""
877 "Once your package uses debhelper to build, be sure to add debhelper to your "
878 "Build-Depends line in debian/control. You should build-depend on a version "
879 "of debhelper equal to (or greater than) the debhelper compatibility level "
880 "your package uses. So if your package used compatibility level 7:"
881 msgstr ""
882
883 #. type: verbatim
884 #: debhelper.pod:497
885 #, no-wrap
886 msgid ""
887 "  Build-Depends: debhelper (>= 7)\n"
888 "\n"
889 msgstr ""
890
891 #. type: =head1
892 #: debhelper.pod:499
893 msgid "ENVIRONMENT"
894 msgstr ""
895
896 #. type: =item
897 #: debhelper.pod:503
898 msgid "DH_VERBOSE"
899 msgstr ""
900
901 #. type: textblock
902 #: debhelper.pod:505
903 msgid ""
904 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
905 "that modifies files on the build system."
906 msgstr ""
907
908 #. type: =item
909 #: debhelper.pod:508
910 msgid "DH_COMPAT"
911 msgstr ""
912
913 #. type: textblock
914 #: debhelper.pod:510
915 msgid ""
916 "Temporarily specifies what compatibility level debhelper should run at, "
917 "overriding any value in debian/compat."
918 msgstr ""
919
920 #. type: =item
921 #: debhelper.pod:513
922 msgid "DH_NO_ACT"
923 msgstr ""
924
925 #. type: textblock
926 #: debhelper.pod:515
927 msgid "Set to 1 to enable no-act mode."
928 msgstr ""
929
930 #. type: =item
931 #: debhelper.pod:517
932 msgid "DH_OPTIONS"
933 msgstr ""
934
935 #. type: textblock
936 #: debhelper.pod:519
937 msgid ""
938 "Anything in this variable will be prepended to the command line arguments of "
939 "all debhelper commands. Command-specific options will be ignored by commands "
940 "that do not support them."
941 msgstr ""
942
943 #. type: textblock
944 #: debhelper.pod:523
945 msgid ""
946 "This is useful in some situations, for example, if you need to pass -p to "
947 "all debhelper commands that will be run. One good way to set DH_OPTIONS is "
948 "by using \"Target-specific Variable Values\" in your debian/rules file. See "
949 "the make documentation for details on doing this."
950 msgstr ""
951
952 #. type: =item
953 #: debhelper.pod:528
954 msgid "DH_ALWAYS_EXCLUDE"
955 msgstr ""
956
957 #. type: textblock
958 #: debhelper.pod:530
959 msgid ""
960 "If set, this adds the value the variable is set to to the -X options of all "
961 "commands that support the -X option. Moreover, dh_builddeb will rm -rf "
962 "anything that matches the value in your package build tree."
963 msgstr ""
964
965 #. type: textblock
966 #: debhelper.pod:534
967 msgid ""
968 "This can be useful if you are doing a build from a CVS source tree, in which "
969 "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from "
970 "sneaking into the package you build. Or, if a package has a source tarball "
971 "that (unwisely) includes CVS directories, you might want to export "
972 "DH_ALWAYS_EXCLUDE=CVS in debian/rules, to make it take effect wherever your "
973 "package is built."
974 msgstr ""
975
976 #. type: textblock
977 #: debhelper.pod:541
978 msgid ""
979 "Multiple things to exclude can be separated with colons, as in "
980 "DH_ALWAYS_EXCLUDE=CVS:.svn"
981 msgstr ""
982
983 #. type: =head1
984 #: debhelper.pod:546 dh_builddeb:88 dh_clean:138 dh_compress:200 dh_desktop:31 dh_fixperms:122 dh_gconf:110 dh_gencontrol:79 dh_installcatalogs:116 dh_installchangelogs:169 dh_installcron:77 dh_installdebconf:129 dh_installdeb:108 dh_installdirs:86 dh_installdocs:298 dh_installemacsen:124 dh_installexamples:106 dh_installinfo:77 dh_installinit:276 dh_installlogcheck:66 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:253 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_install:274 dh_installppp:65 dh_installwm:108 dh_installxfonts:86 dh_link:226 dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170 dh_perl:145 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
985 msgid "SEE ALSO"
986 msgstr ""
987
988 #. type: =item
989 #: debhelper.pod:550
990 msgid "F</usr/share/doc/debhelper/examples/>"
991 msgstr ""
992
993 #. type: textblock
994 #: debhelper.pod:552
995 msgid "A set of example debian/rules files that use debhelper."
996 msgstr ""
997
998 #. type: =item
999 #: debhelper.pod:554
1000 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
1001 msgstr ""
1002
1003 #. type: textblock
1004 #: debhelper.pod:556
1005 msgid "Debhelper web site."
1006 msgstr ""
1007
1008 #. type: =head1
1009 #: debhelper.pod:560 dh_builddeb:94 dh_clean:144 dh_compress:206 dh_desktop:37 dh_fixperms:128 dh_gconf:116 dh_gencontrol:85 dh_installcatalogs:122 dh_installchangelogs:175 dh_installcron:83 dh_installdebconf:135 dh_installdeb:114 dh_installdirs:92 dh_installdocs:304 dh_installemacsen:130 dh_installexamples:112 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:259 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_install:280 dh_installppp:71 dh_installwm:114 dh_installxfonts:92 dh_link:232 dh_listpackages:35 dh_makeshlibs:243 dh_md5sums:95 dh_movefiles:176 dh_perl:151 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
1010 msgid "AUTHOR"
1011 msgstr ""
1012
1013 #. type: textblock
1014 #: debhelper.pod:562 dh_builddeb:96 dh_clean:146 dh_compress:208 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:177 dh_installcron:85 dh_installdebconf:137 dh_installdeb:116 dh_installdirs:94 dh_installdocs:306 dh_installemacsen:132 dh_installexamples:114 dh_installinfo:85 dh_installinit:284 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:261 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_install:282 dh_installppp:73 dh_installwm:116 dh_installxfonts:94 dh_link:234 dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
1015 msgid "Joey Hess <joeyh@debian.org>"
1016 msgstr ""
1017
1018 #. type: textblock
1019 #: dh_builddeb:5
1020 msgid "dh_builddeb - build debian binary packages"
1021 msgstr ""
1022
1023 #. type: textblock
1024 #: dh_builddeb:14
1025 msgid ""
1026 "B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] "
1027 "[B<--filename=>I<name>] [S<B<--> I<params>>]"
1028 msgstr ""
1029
1030 #. type: textblock
1031 #: dh_builddeb:18
1032 msgid ""
1033 "dh_builddeb simply calls L<dpkg-deb(1)> to build a debian package or "
1034 "packages."
1035 msgstr ""
1036
1037 #. type: =head1
1038 #: dh_builddeb:21 dh_clean:41 dh_compress:47 dh_fixperms:31 dh_gconf:45 dh_gencontrol:26 dh_installcatalogs:49 dh_installchangelogs:56 dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:60 dh_installemacsen:48 dh_installexamples:32 dh_installinfo:31 dh_installinit:48 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:60 dh_installmenu:41 dh_installmime:41 dh_installmodules:44 dh_installpam:31 dh_install:54 dh_installppp:35 dh_installwm:34 dh_link:51 dh_makeshlibs:38 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
1039 msgid "OPTIONS"
1040 msgstr ""
1041
1042 #. type: =item
1043 #: dh_builddeb:25
1044 msgid "B<--destdir=>I<directory>"
1045 msgstr ""
1046
1047 #. type: textblock
1048 #: dh_builddeb:27
1049 msgid ""
1050 "Use this if you want the generated .deb files to be put in a directory other "
1051 "than the default of \"..\""
1052 msgstr ""
1053
1054 #. type: =item
1055 #: dh_builddeb:30
1056 msgid "B<--filename=>I<name>"
1057 msgstr ""
1058
1059 #. type: textblock
1060 #: dh_builddeb:32
1061 msgid ""
1062 "Use this if you want to force the generated .deb file to have a particular "
1063 "file name. Does not work well if more than one .deb is generated!"
1064 msgstr ""
1065
1066 #. type: =item
1067 #: dh_builddeb:35
1068 msgid "B<-u>I<params>"
1069 msgstr ""
1070
1071 #. type: =item
1072 #: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:69 dh_installinit:99 dh_makeshlibs:86 dh_shlibdeps:32
1073 msgid "B<--> I<params>"
1074 msgstr ""
1075
1076 #. type: textblock
1077 #: dh_builddeb:39
1078 msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
1079 msgstr ""
1080
1081 #. type: textblock
1082 #: dh_builddeb:90 dh_clean:140 dh_compress:202 dh_fixperms:124 dh_gconf:112 dh_gencontrol:81 dh_installcatalogs:118 dh_installchangelogs:171 dh_installcron:79 dh_installdebconf:131 dh_installdeb:110 dh_installdirs:88 dh_installdocs:300 dh_installemacsen:126 dh_installexamples:108 dh_installinfo:79 dh_installinit:278 dh_installlogcheck:68 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:255 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_install:276 dh_installppp:67 dh_installwm:110 dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:239 dh_md5sums:91 dh_movefiles:172 dh_perl:147 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
1083 msgid "L<debhelper(7)>"
1084 msgstr ""
1085
1086 #. type: textblock
1087 #: dh_builddeb:92 dh_clean:142 dh_compress:204 dh_desktop:35 dh_fixperms:126 dh_gconf:114 dh_gencontrol:83 dh_installchangelogs:173 dh_installcron:81 dh_installdebconf:133 dh_installdeb:112 dh_installdirs:90 dh_installdocs:302 dh_installemacsen:128 dh_installexamples:110 dh_installinfo:81 dh_installinit:280 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:257 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_install:278 dh_installppp:69 dh_installwm:112 dh_installxfonts:90 dh_link:230 dh_listpackages:33 dh_makeshlibs:241 dh_md5sums:93 dh_movefiles:174 dh_perl:149 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
1088 msgid "This program is a part of debhelper."
1089 msgstr ""
1090
1091 #. type: textblock
1092 #: dh_clean:5
1093 msgid "dh_clean - clean up package build directories"
1094 msgstr ""
1095
1096 #. type: textblock
1097 #: dh_clean:14
1098 msgid ""
1099 "B<dh_clean> [S<I<debhelper options>>] [B<-k>] [B<-d>] [B<-X>I<item>] "
1100 "[S<I<file ...>>]"
1101 msgstr ""
1102
1103 #. type: verbatim
1104 #: dh_clean:18
1105 #, no-wrap
1106 msgid ""
1107 "dh_clean is a debhelper program that is responsible for cleaning up after "
1108 "a\n"
1109 "package is built. It removes the package build directories, and removes "
1110 "some\n"
1111 "other files including debian/files, and any detritus left behind by other\n"
1112 "debhelper commands. It also removes common files that should not appear in "
1113 "a\n"
1114 "debian diff:\n"
1115 "  #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P *-stamp\n"
1116 "\n"
1117 msgstr ""
1118
1119 #. type: textblock
1120 #: dh_clean:25
1121 msgid ""
1122 "It does not run \"make clean\" to clean up after the build process. Use "
1123 "L<dh_auto_clean(1)> to do things like that."
1124 msgstr ""
1125
1126 #. type: textblock
1127 #: dh_clean:28
1128 msgid ""
1129 "dh_clean (or \"dh clean\") should be the last debhelper command run in the "
1130 "clean target in debian/rules."
1131 msgstr ""
1132
1133 #. type: =head1
1134 #: dh_clean:31 dh_compress:32 dh_gconf:27 dh_installcatalogs:35 dh_installchangelogs:32 dh_installcron:21 dh_installdebconf:34 dh_installdeb:22 dh_installdirs:21 dh_installdocs:21 dh_installemacsen:27 dh_installexamples:22 dh_installinfo:21 dh_installinit:27 dh_installlogcheck:21 dh_installman:50 dh_installmenu:25 dh_installmime:25 dh_installmodules:29 dh_installpam:21 dh_install:38 dh_installppp:21 dh_installwm:24 dh_link:39 dh_makeshlibs:24 dh_movefiles:26
1135 msgid "FILES"
1136 msgstr ""
1137
1138 #. type: =item
1139 #: dh_clean:35
1140 msgid "debian/clean"
1141 msgstr ""
1142
1143 #. type: textblock
1144 #: dh_clean:37
1145 msgid "Can list other files to be removed."
1146 msgstr ""
1147
1148 #. type: =item
1149 #: dh_clean:45 dh_installchangelogs:60
1150 msgid "B<-k>, B<--keep>"
1151 msgstr ""
1152
1153 #. type: textblock
1154 #: dh_clean:47
1155 msgid "This is deprecated, use L<dh_prep(1)> instead."
1156 msgstr ""
1157
1158 #. type: =item
1159 #: dh_clean:49
1160 msgid "B<-d>, B<--dirs-only>"
1161 msgstr ""
1162
1163 #. type: textblock
1164 #: dh_clean:51
1165 msgid ""
1166 "Only clean the package build directories, do not clean up any other files at "
1167 "all."
1168 msgstr ""
1169
1170 #. type: =item
1171 #: dh_clean:54
1172 msgid "B<-X>I<item> B<--exclude=>I<item>"
1173 msgstr ""
1174
1175 #. type: textblock
1176 #: dh_clean:56
1177 msgid ""
1178 "Exclude files that contain \"item\" anywhere in their filename from being "
1179 "deleted, even if they would normally be deleted. You may use this option "
1180 "multiple times to build up a list of things to exclude."
1181 msgstr ""
1182
1183 #. type: =item
1184 #: dh_clean:60 dh_compress:64 dh_installdocs:92 dh_installexamples:46 dh_installinfo:40 dh_installmanpages:44 dh_movefiles:55 dh_testdir:27
1185 msgid "I<file ...>"
1186 msgstr ""
1187
1188 #. type: textblock
1189 #: dh_clean:62
1190 msgid "Delete these files too."
1191 msgstr ""
1192
1193 #. type: textblock
1194 #: dh_compress:5
1195 msgid "dh_compress - compress files and fix symlinks in package build directories"
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: dh_compress:15
1200 msgid ""
1201 "B<dh_compress> [S<I<debhelper options>>] [B<-X>I<item>] [B<-A>] [S<I<file "
1202 "...>>]"
1203 msgstr ""
1204
1205 #. type: textblock
1206 #: dh_compress:19
1207 msgid ""
1208 "dh_compress is a debhelper program that is responsible for compressing the "
1209 "files in package build directories, and makes sure that any symlinks that "
1210 "pointed to the files before they were compressed are updated to point to the "
1211 "new files."
1212 msgstr ""
1213
1214 #. type: textblock
1215 #: dh_compress:24
1216 msgid ""
1217 "By default, dh_compress compresses files that debian policy mandates should "
1218 "be compressed, namely all files in usr/share/info, usr/share/man, "
1219 "usr/X11R6/man, files in usr/share/doc that are larger than 4k in size, "
1220 "(except the copyright file, .html and .css files, image files, and files "
1221 "that appear to be already compressed based on their extensions), and all "
1222 "changelog files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and "
1223 "usr/share/fonts/X11/"
1224 msgstr ""
1225
1226 #. type: =item
1227 #: dh_compress:36
1228 msgid "debian/I<package>.compress"
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: dh_compress:38
1233 msgid ""
1234 "If this file exists, the default files are not compressed. Instead, the file "
1235 "is ran as a shell script, and all filenames that the shell script outputs "
1236 "will be compressed. The shell script will be run from inside the package "
1237 "build directory. Note though that using -X is a much better idea in general; "
1238 "you should only use a debian/package.compress file if you really need to."
1239 msgstr ""
1240
1241 #. type: textblock
1242 #: dh_compress:53
1243 msgid ""
1244 "Exclude files that contain \"item\" anywhere in their filename from being "
1245 "compressed. For example, -X.tiff will exclude tiff files from compression.  "
1246 "You may use this option multiple times to build up a list of things to "
1247 "exclude. You can accomplish the same thing by using a debian/compress file, "
1248 "but this is easier."
1249 msgstr ""
1250
1251 #. type: textblock
1252 #: dh_compress:61
1253 msgid ""
1254 "Compress all files specified by command line parameters in ALL packages "
1255 "acted on."
1256 msgstr ""
1257
1258 #. type: textblock
1259 #: dh_compress:66
1260 msgid "Add these files to the list of files to compress."
1261 msgstr ""
1262
1263 #. type: =head1
1264 #: dh_compress:70 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
1265 msgid "CONFORMS TO"
1266 msgstr ""
1267
1268 #. type: textblock
1269 #: dh_compress:72
1270 msgid "Debian policy, version 3.0"
1271 msgstr ""
1272
1273 #. type: textblock
1274 #: dh_desktop:5
1275 msgid "dh_desktop - deprecated no-op"
1276 msgstr ""
1277
1278 #. type: textblock
1279 #: dh_desktop:14
1280 msgid "B<dh_desktop> [S<I<debhelper options>>]"
1281 msgstr ""
1282
1283 #. type: textblock
1284 #: dh_desktop:18
1285 msgid ""
1286 "dh_desktop was a debhelper program that registers .desktop files.  However, "
1287 "it no longer does anything, and is now deprecated."
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: dh_desktop:21
1292 msgid ""
1293 "If a package ships desktop files, they just need to be installed in the "
1294 "correct location (/usr/share/applications) and they will be registered by "
1295 "the appropriate tools for the corresponding desktop environments."
1296 msgstr ""
1297
1298 #. type: textblock
1299 #: dh_desktop:33 dh_scrollkeeper:30
1300 msgid "L<debhelper>"
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: dh_desktop:39 dh_scrollkeeper:36
1305 msgid "Ross Burton <ross@burtonini.com>"
1306 msgstr ""
1307
1308 #. type: textblock
1309 #: dh_fixperms:5
1310 msgid "dh_fixperms - fix permissions of files in package build directories"
1311 msgstr ""
1312
1313 #. type: textblock
1314 #: dh_fixperms:14
1315 msgid "B<dh_fixperms> [S<I<debhelper options>>] [B<-X>I<item>]"
1316 msgstr ""
1317
1318 #. type: textblock
1319 #: dh_fixperms:18
1320 msgid ""
1321 "dh_fixperms is a debhelper program that is responsible for setting the "
1322 "permissions of files and directories in package build directories to a sane "
1323 "state -- a state that complies with Debian policy."
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: dh_fixperms:22
1328 msgid ""
1329 "dh_fixperms makes all files in usr/share/doc in the package build directory "
1330 "(excluding files in the examples/ directory) be mode 644. It also changes "
1331 "the permissions of all man pages to mode 644. It makes all files be owned by "
1332 "root, and it removes group and other write permission from all files. It "
1333 "removes execute permissions from any libraries, headers, perl modules, or "
1334 "desktop files that have it set. It makes all files in the standard bin and "
1335 "sbin directories, usr/games/ and etc/init.d executable (since v4). Finally, "
1336 "it removes the setuid and setgid bits from all files in the package."
1337 msgstr ""
1338
1339 #. type: =item
1340 #: dh_fixperms:35
1341 msgid "B<-X>I<item>, B<--exclude> I<item>"
1342 msgstr ""
1343
1344 #. type: textblock
1345 #: dh_fixperms:37
1346 msgid ""
1347 "Exclude files that contain \"item\" anywhere in their filename from having "
1348 "their permissions changed. You may use this option multiple times to build "
1349 "up a list of things to exclude."
1350 msgstr ""
1351
1352 #. type: textblock
1353 #: dh_gconf:5
1354 msgid "dh_gconf - generate GConf schema registration scripts"
1355 msgstr ""
1356
1357 #. type: textblock
1358 #: dh_gconf:14
1359 msgid "B<dh_gconf> [S<I<debhelper options>>] [B<--priority=<number>>]"
1360 msgstr ""
1361
1362 #. type: textblock
1363 #: dh_gconf:18
1364 msgid ""
1365 "dh_gconf is a debhelper program that is responsible for registering GConf "
1366 "schemas."
1367 msgstr ""
1368
1369 #. type: textblock
1370 #: dh_gconf:21
1371 msgid ""
1372 "It automatically generates the postinst and prerm fragments needed to "
1373 "register and unregister the schemas in usr/share/gconf/schemas, using "
1374 "gconf-schemas."
1375 msgstr ""
1376
1377 #. type: textblock
1378 #: dh_gconf:25
1379 msgid "An appropriate dependency on gconf2 will be generated in ${misc:Depends}."
1380 msgstr ""
1381
1382 #. type: =item
1383 #: dh_gconf:31
1384 msgid "debian/I<package>.gconf-defaults"
1385 msgstr ""
1386
1387 #. type: textblock
1388 #: dh_gconf:33
1389 msgid ""
1390 "Installed into usr/share/gconf/defaults/10_package in the package build "
1391 "directory, with \"I<package>\" replaced by the package name. Some postinst "
1392 "and postrm fragments will be generated to run update-gconf-defaults."
1393 msgstr ""
1394
1395 #. type: =item
1396 #: dh_gconf:37
1397 msgid "debian/I<package>.gconf-mandatory"
1398 msgstr ""
1399
1400 #. type: textblock
1401 #: dh_gconf:39
1402 msgid ""
1403 "Installed into usr/share/gconf/mandatory/10_package in the package build "
1404 "directory, with \"I<package>\" replaced by the package name, and similar "
1405 "postinst and postrm fragments will be generated."
1406 msgstr ""
1407
1408 #. type: =item
1409 #: dh_gconf:49
1410 msgid "B<--priority> I<priority>"
1411 msgstr ""
1412
1413 #. type: textblock
1414 #: dh_gconf:51
1415 msgid ""
1416 "Use I<priority> (which should be a 2-digit number) as the defaults priority "
1417 "instead of 10. Higher values than ten can be used by derived distributions "
1418 "(20), CDD distributions (50), or site-specific packages (90)."
1419 msgstr ""
1420
1421 #. type: textblock
1422 #: dh_gconf:118
1423 msgid "Ross Burton <ross@burtonini.com> Josselin Mouette <joss@debian.org>"
1424 msgstr ""
1425
1426 #. type: textblock
1427 #: dh_gencontrol:5
1428 msgid "dh_gencontrol - generate and install control file"
1429 msgstr ""
1430
1431 #. type: textblock
1432 #: dh_gencontrol:14
1433 msgid "B<dh_gencontrol> [S<I<debhelper options>>] [S<B<--> I<params>>]"
1434 msgstr ""
1435
1436 #. type: textblock
1437 #: dh_gencontrol:18
1438 msgid ""
1439 "dh_gencontrol is a debhelper program that is responsible for generating "
1440 "control files, and installing them into the DEBIAN directory with the proper "
1441 "permissions."
1442 msgstr ""
1443
1444 #. type: textblock
1445 #: dh_gencontrol:22
1446 msgid ""
1447 "This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls "
1448 "it once for each package being acted on, and passes in some additional "
1449 "useful flags."
1450 msgstr ""
1451
1452 #. type: =item
1453 #: dh_gencontrol:30
1454 msgid "B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>"
1455 msgstr ""
1456
1457 #. type: textblock
1458 #: dh_gencontrol:34
1459 msgid "Pass \"params\" to L<dpkg-gencontrol(1)>."
1460 msgstr ""
1461
1462 #. type: textblock
1463 #: dh_installcatalogs:5
1464 msgid "dh_installcatalogs - install and register SGML Catalogs"
1465 msgstr ""
1466
1467 #. type: textblock
1468 #: dh_installcatalogs:16
1469 msgid "B<dh_installcatalogs> [S<I<debhelper options>>] [B<-n>]"
1470 msgstr ""
1471
1472 #. type: textblock
1473 #: dh_installcatalogs:20
1474 msgid ""
1475 "dh_installcatalogs is a debhelper program that installs and registers SGML "
1476 "catalogs. It complies with the Debian XML/SGML policy."
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: dh_installcatalogs:23
1481 msgid ""
1482 "Catalogs will be registered in a supercatalog, in "
1483 "F</etc/sgml/I<package>.cat>."
1484 msgstr ""
1485
1486 #. type: textblock
1487 #: dh_installcatalogs:26
1488 msgid ""
1489 "This command automatically adds maintainer script snippets for registering "
1490 "and unregistering the catalogs and supercatalogs (unless B<-n> is "
1491 "used). These snippets are inserted into the maintainer scripts by "
1492 "dh_installdeb; see L<dh_installdeb(1)> for an explanation of Debhelper "
1493 "maintainer script snippets."
1494 msgstr ""
1495
1496 #. type: textblock
1497 #: dh_installcatalogs:32
1498 msgid ""
1499 "A dependency on B<sgml-base> will be added to C<${misc:Depends}>, so be sure "
1500 "your package uses that variable in F<debian/control>."
1501 msgstr ""
1502
1503 #. type: =item
1504 #: dh_installcatalogs:39
1505 msgid "debian/I<package>.sgmlcatalogs"
1506 msgstr ""
1507
1508 #. type: textblock
1509 #: dh_installcatalogs:41
1510 msgid ""
1511 "Lists the catalogs to be installed per package.  Each line in that file "
1512 "should be of the form C<source dest>, where C<source> indicates where the "
1513 "catalog resides in the source tree, and C<dest> indicates the destination "
1514 "location for the catalog under the package build area.  C<dest> should start "
1515 "with F</usr/share/sgml/>."
1516 msgstr ""
1517
1518 #. type: =item
1519 #: dh_installcatalogs:53 dh_installdebconf:65 dh_installemacsen:52 dh_installinit:52 dh_installmenu:45 dh_installmime:45 dh_installmodules:48 dh_installwm:44 dh_makeshlibs:72 dh_python:60 dh_usrlocal:43
1520 msgid "B<-n>, B<--noscripts>"
1521 msgstr ""
1522
1523 #. type: textblock
1524 #: dh_installcatalogs:55
1525 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts."
1526 msgstr ""
1527
1528 #. type: textblock
1529 #: dh_installcatalogs:61 dh_installdocs:116 dh_installemacsen:69 dh_installinit:135 dh_installmime:53 dh_installmodules:62 dh_installwm:56 dh_usrlocal:51
1530 msgid ""
1531 "Note that this command is not idempotent. L<dh_prep(1)> should be called "
1532 "between invocations of this command. Otherwise, it may cause multiple "
1533 "instances of the same text to be added to maintainer scripts."
1534 msgstr ""
1535
1536 #. type: textblock
1537 #: dh_installcatalogs:120
1538 msgid "F</usr/share/doc/sgml-base-doc/>"
1539 msgstr ""
1540
1541 #. type: textblock
1542 #: dh_installcatalogs:124
1543 msgid "Adam Di Carlo <aph@debian.org>"
1544 msgstr ""
1545
1546 #. type: textblock
1547 #: dh_installchangelogs:5
1548 msgid "dh_installchangelogs - install changelogs into package build directories"
1549 msgstr ""
1550
1551 #. type: textblock
1552 #: dh_installchangelogs:14
1553 msgid ""
1554 "B<dh_installchangelogs> [S<I<debhelper options>>] [B<-k>] [B<-X>I<item>] "
1555 "[I<upstream>]"
1556 msgstr ""
1557
1558 #. type: textblock
1559 #: dh_installchangelogs:18
1560 msgid ""
1561 "dh_installchangelogs is a debhelper program that is responsible for "
1562 "installing changelogs into package build directories."
1563 msgstr ""
1564
1565 #. type: textblock
1566 #: dh_installchangelogs:21
1567 msgid ""
1568 "An upstream changelog file may be specified as an option. If none is "
1569 "specified, a few common filenames are tried. (In compatibility level 7 and "
1570 "above.)"
1571 msgstr ""
1572
1573 #. type: textblock
1574 #: dh_installchangelogs:25
1575 msgid ""
1576 "If there is an upstream changelog file, it will be be installed as "
1577 "usr/share/doc/package/changelog in the package build directory. If the "
1578 "changelog is a html file (determined by file extension), it will be "
1579 "installed as usr/share/doc/package/changelog.html instead, and will be "
1580 "converted to plain text with html2text to generate "
1581 "usr/share/doc/package/changelog."
1582 msgstr ""
1583
1584 #. type: =item
1585 #: dh_installchangelogs:36
1586 msgid "debian/changelog"
1587 msgstr ""
1588
1589 #. type: =item
1590 #: dh_installchangelogs:38
1591 msgid "debian/NEWS"
1592 msgstr ""
1593
1594 #. type: =item
1595 #: dh_installchangelogs:40
1596 msgid "debian/I<package>.changelog"
1597 msgstr ""
1598
1599 #. type: =item
1600 #: dh_installchangelogs:42
1601 msgid "debian/I<package>.NEWS"
1602 msgstr ""
1603
1604 #. type: textblock
1605 #: dh_installchangelogs:44
1606 msgid ""
1607 "Automatically installed into usr/share/doc/I<package>/ in the package build "
1608 "directory."
1609 msgstr ""
1610
1611 #. type: textblock
1612 #: dh_installchangelogs:47
1613 msgid ""
1614 "Use the package specific name if I<package> needs a different NEWS or "
1615 "changelog file."
1616 msgstr ""
1617
1618 #. type: textblock
1619 #: dh_installchangelogs:50
1620 msgid ""
1621 "The changelog file is installed with a name of changelog for native "
1622 "packages, and changelog.Debian for non-native packages.  The NEWS file is "
1623 "always installed with a name of NEWS.Debian."
1624 msgstr ""
1625
1626 #. type: textblock
1627 #: dh_installchangelogs:62
1628 msgid ""
1629 "Keep the original name of the upstream changelog. This will be accomplished "
1630 "by installing the upstream changelog as \"changelog\", and making a symlink "
1631 "from that to the original name of the changelog file. This can be useful if "
1632 "the upstream changelog has an unusual name, or if other documentation in the "
1633 "package refers to the changelog file."
1634 msgstr ""
1635
1636 #. type: =item
1637 #: dh_installchangelogs:68 dh_installdocs:69 dh_installexamples:41 dh_install:76 dh_link:60 dh_movefiles:50
1638 msgid "B<-Xitem>, B<--exclude=item>"
1639 msgstr ""
1640
1641 #. type: textblock
1642 #: dh_installchangelogs:70
1643 msgid ""
1644 "Exclude upstream changelog files that contain \"item\" anywhere in their "
1645 "filename from being installed."
1646 msgstr ""
1647
1648 #. type: =item
1649 #: dh_installchangelogs:73
1650 msgid "I<upstream>"
1651 msgstr ""
1652
1653 #. type: textblock
1654 #: dh_installchangelogs:75
1655 msgid "Install this file as the upstream changelog."
1656 msgstr ""
1657
1658 #. type: textblock
1659 #: dh_installcron:5
1660 msgid "dh_installcron - install cron scripts into etc/cron.*"
1661 msgstr ""
1662
1663 #. type: textblock
1664 #: dh_installcron:14
1665 msgid "B<dh_installcron> [S<B<debhelper options>>] [B<--name=>I<name>]"
1666 msgstr ""
1667
1668 #. type: textblock
1669 #: dh_installcron:18
1670 msgid ""
1671 "dh_installcron is a debhelper program that is responsible for installing "
1672 "cron scripts."
1673 msgstr ""
1674
1675 #. type: =item
1676 #: dh_installcron:25
1677 msgid "debian/I<package>.cron.daily"
1678 msgstr ""
1679
1680 #. type: =item
1681 #: dh_installcron:27
1682 msgid "debian/I<package>.cron.weekly"
1683 msgstr ""
1684
1685 #. type: =item
1686 #: dh_installcron:29
1687 msgid "debian/I<package>.cron.monthly"
1688 msgstr ""
1689
1690 #. type: =item
1691 #: dh_installcron:31
1692 msgid "debian/I<package>.cron.hourly"
1693 msgstr ""
1694
1695 #. type: =item
1696 #: dh_installcron:33
1697 msgid "debian/I<package>.cron.d"
1698 msgstr ""
1699
1700 #. type: textblock
1701 #: dh_installcron:35
1702 msgid ""
1703 "Installed into the appropriate etc/cron.*/ directory in the package build "
1704 "directory."
1705 msgstr ""
1706
1707 #. type: =item
1708 #: dh_installcron:44 dh_installinit:104 dh_installlogrotate:26 dh_installmodules:52 dh_installpam:35 dh_installppp:39
1709 msgid "B<--name=>I<name>"
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: dh_installcron:46
1714 msgid ""
1715 "Look for files named debian/package.name.cron.* and install them as "
1716 "etc/cron.*/name, instead of using the usual files and installing them as the "
1717 "package name."
1718 msgstr ""
1719
1720 #. type: textblock
1721 #: dh_installdebconf:5
1722 msgid ""
1723 "dh_installdebconf - install files used by debconf in package build "
1724 "directories"
1725 msgstr ""
1726
1727 #. type: textblock
1728 #: dh_installdebconf:14
1729 msgid "B<dh_installdebconf> [S<I<debhelper options>>] [B<-n>] [S<B<--> I<params>>]"
1730 msgstr ""
1731
1732 #. type: textblock
1733 #: dh_installdebconf:18
1734 msgid ""
1735 "dh_installdebconf is a debhelper program that is responsible for installing "
1736 "files used by debconf into package build directories."
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: dh_installdebconf:21
1741 msgid ""
1742 "It also automatically generates the postrm commands needed to interface with "
1743 "debconf. The commands are added to the maintainer scripts by "
1744 "dh_installdeb. See L<dh_installdeb(1)> for an explanation of how that works."
1745 msgstr ""
1746
1747 #. type: textblock
1748 #: dh_installdebconf:26
1749 msgid ""
1750 "Note that if you use debconf, your package probably needs to depend on it "
1751 "(it will be added to ${misc:Depends} by this program)."
1752 msgstr ""
1753
1754 #. type: textblock
1755 #: dh_installdebconf:29
1756 msgid ""
1757 "Note that for your config script to be called by dpkg, your postinst needs "
1758 "to source debconf's confmodule. dh_installdebconf does not install this "
1759 "statement into the postinst automatically as it it too hard to do it right."
1760 msgstr ""
1761
1762 #. type: =item
1763 #: dh_installdebconf:38
1764 msgid "debian/I<package>.config"
1765 msgstr ""
1766
1767 #. type: textblock
1768 #: dh_installdebconf:40
1769 msgid ""
1770 "This is the debconf config script, and is installed into the DEBIAN "
1771 "directory in the package build directory."
1772 msgstr ""
1773
1774 #. type: textblock
1775 #: dh_installdebconf:43
1776 msgid ""
1777 "Inside the script, the token B<#DEBHELPER#> is replaced with shell script "
1778 "snippets generated by other debhelper commands."
1779 msgstr ""
1780
1781 #. type: =item
1782 #: dh_installdebconf:46
1783 msgid "debian/I<package>.templates"
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: dh_installdebconf:48
1788 msgid ""
1789 "This is the debconf templates file, and is installed into the DEBIAN "
1790 "directory in the package build directory."
1791 msgstr ""
1792
1793 #. type: =item
1794 #: dh_installdebconf:51
1795 msgid "debian/po/"
1796 msgstr ""
1797
1798 #. type: textblock
1799 #: dh_installdebconf:53
1800 msgid ""
1801 "If this directory is present, this program will automatically use "
1802 "L<po2debconf(1)> to generate merged templates files that include the "
1803 "translations from there."
1804 msgstr ""
1805
1806 #. type: textblock
1807 #: dh_installdebconf:57
1808 msgid "For this to work, your package should build-depend on po-debconf."
1809 msgstr ""
1810
1811 #. type: textblock
1812 #: dh_installdebconf:67
1813 msgid "Do not modify postrm script."
1814 msgstr ""
1815
1816 #. type: textblock
1817 #: dh_installdebconf:71
1818 msgid "Pass the params to po2debconf."
1819 msgstr ""
1820
1821 #. type: textblock
1822 #: dh_installdeb:5
1823 msgid "dh_installdeb - install files into the DEBIAN directory"
1824 msgstr ""
1825
1826 #. type: textblock
1827 #: dh_installdeb:14
1828 msgid "B<dh_installdeb> [S<I<debhelper options>>]"
1829 msgstr ""
1830
1831 #. type: textblock
1832 #: dh_installdeb:18
1833 msgid ""
1834 "dh_installdeb is a debhelper program that is responsible for installing "
1835 "files into the DEBIAN directories in package build directories with the "
1836 "correct permissions."
1837 msgstr ""
1838
1839 #. type: =item
1840 #: dh_installdeb:26
1841 msgid "I<package>.postinst"
1842 msgstr ""
1843
1844 #. type: =item
1845 #: dh_installdeb:28
1846 msgid "I<package>.preinst"
1847 msgstr ""
1848
1849 #. type: =item
1850 #: dh_installdeb:30
1851 msgid "I<package>.postrm"
1852 msgstr ""
1853
1854 #. type: =item
1855 #: dh_installdeb:32
1856 msgid "I<package>.prerm"
1857 msgstr ""
1858
1859 #. type: textblock
1860 #: dh_installdeb:34
1861 msgid "These maintainer scripts are installed into the DEBIAN directory."
1862 msgstr ""
1863
1864 #. type: textblock
1865 #: dh_installdeb:36
1866 msgid ""
1867 "Inside the scripts, the token B<#DEBHELPER#> is replaced with shell script "
1868 "snippets generated by other debhelper commands."
1869 msgstr ""
1870
1871 #. type: =item
1872 #: dh_installdeb:39
1873 msgid "I<package>.triggers"
1874 msgstr ""
1875
1876 #. type: =item
1877 #: dh_installdeb:41
1878 msgid "I<package>.shlibs"
1879 msgstr ""
1880
1881 #. type: textblock
1882 #: dh_installdeb:43
1883 msgid "These control files are installed into the DEBIAN directory."
1884 msgstr ""
1885
1886 #. type: =item
1887 #: dh_installdeb:45
1888 msgid "I<package>.conffiles"
1889 msgstr ""
1890
1891 #. type: textblock
1892 #: dh_installdeb:47
1893 msgid "This control file will be installed into the DEBIAN directory."
1894 msgstr ""
1895
1896 #. type: textblock
1897 #: dh_installdeb:49
1898 msgid ""
1899 "In V3 compatibility mode and higher, all files in the etc/ directory in a "
1900 "package will automatically be flagged as conffiles by this program, so there "
1901 "is no need to list them manually here."
1902 msgstr ""
1903
1904 #. type: textblock
1905 #: dh_installdirs:5
1906 msgid "dh_installdirs - create subdirectories in package build directories"
1907 msgstr ""
1908
1909 #. type: textblock
1910 #: dh_installdirs:14
1911 msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir ...>>]"
1912 msgstr ""
1913
1914 #. type: textblock
1915 #: dh_installdirs:18
1916 msgid ""
1917 "dh_installdirs is a debhelper program that is responsible for creating "
1918 "subdirectories in package build directories."
1919 msgstr ""
1920
1921 #. type: =item
1922 #: dh_installdirs:25
1923 msgid "debian/I<package>.dirs"
1924 msgstr ""
1925
1926 #. type: textblock
1927 #: dh_installdirs:27
1928 msgid "Lists directories to be created in I<package>."
1929 msgstr ""
1930
1931 #. type: textblock
1932 #: dh_installdirs:37
1933 msgid ""
1934 "Create any directories specified by command line parameters in ALL packages "
1935 "acted on, not just the first."
1936 msgstr ""
1937
1938 #. type: =item
1939 #: dh_installdirs:40
1940 msgid "I<dir ...>"
1941 msgstr ""
1942
1943 #. type: textblock
1944 #: dh_installdirs:42
1945 msgid ""
1946 "Create these directories in the package build directory of the first package "
1947 "acted on. (Or in all packages if -A is specified.)"
1948 msgstr ""
1949
1950 #. type: textblock
1951 #: dh_installdocs:5
1952 msgid "dh_installdocs - install documentation into package build directories"
1953 msgstr ""
1954
1955 #. type: textblock
1956 #: dh_installdocs:14
1957 msgid ""
1958 "B<dh_installdocs> [S<I<debhelper options>>] [B<-A>] [B<-X>I<item>] [S<I<file "
1959 "...>>]"
1960 msgstr ""
1961
1962 #. type: textblock
1963 #: dh_installdocs:18
1964 msgid ""
1965 "dh_installdocs is a debhelper program that is responsible for installing "
1966 "documentation into usr/share/doc/package in package build directories."
1967 msgstr ""
1968
1969 #. type: =item
1970 #: dh_installdocs:25
1971 msgid "debian/I<package>.docs"
1972 msgstr ""
1973
1974 #. type: textblock
1975 #: dh_installdocs:27
1976 msgid "List documentaton files to be installed into I<package>."
1977 msgstr ""
1978
1979 #. type: =item
1980 #: dh_installdocs:29
1981 msgid "debian/copyright"
1982 msgstr ""
1983
1984 #. type: =item
1985 #: dh_installdocs:31
1986 msgid "debian/README.Debian"
1987 msgstr ""
1988
1989 #. type: =item
1990 #: dh_installdocs:33
1991 msgid "debian/TODO"
1992 msgstr ""
1993
1994 #. type: =item
1995 #: dh_installdocs:35
1996 msgid "debian/I<package>.copyright"
1997 msgstr ""
1998
1999 #. type: =item
2000 #: dh_installdocs:37
2001 msgid "debian/I<package>.README.Debian"
2002 msgstr ""
2003
2004 #. type: =item
2005 #: dh_installdocs:39
2006 msgid "debian/I<package>.TODO"
2007 msgstr ""
2008
2009 #. type: textblock
2010 #: dh_installdocs:41
2011 msgid ""
2012 "Each of these files is automatically installed if present. Use the package "
2013 "specific name if I<package> needs a different version of the file."
2014 msgstr ""
2015
2016 #. type: textblock
2017 #: dh_installdocs:44
2018 msgid ""
2019 "Note that debian/README.debian is also installed as README.Debian, and "
2020 "debian/TODO will be installed as TODO.Debian in non-native packages."
2021 msgstr ""
2022
2023 #. type: =item
2024 #: dh_installdocs:47
2025 msgid "debian/I<package>.doc-base"
2026 msgstr ""
2027
2028 #. type: textblock
2029 #: dh_installdocs:49
2030 msgid ""
2031 "Installed as doc-base control files. Note that the doc-id will be determined "
2032 "from the \"Document:\" entry in the doc-base control file in question."
2033 msgstr ""
2034
2035 #. type: =item
2036 #: dh_installdocs:53
2037 msgid "debian/I<package>.doc-base.*"
2038 msgstr ""
2039
2040 #. type: textblock
2041 #: dh_installdocs:55
2042 msgid ""
2043 "If your package needs to register more than one document, you need multiple "
2044 "doc-base files, and can name them like this."
2045 msgstr ""
2046
2047 #. type: textblock
2048 #: dh_installdocs:66 dh_installinfo:37 dh_installman:66
2049 msgid ""
2050 "Install all files specified by command line parameters in ALL packages acted "
2051 "on."
2052 msgstr ""
2053
2054 #. type: textblock
2055 #: dh_installdocs:71
2056 msgid ""
2057 "Exclude files that contain \"item\" anywhere in their filename from being "
2058 "installed. Note that this includes doc-base files."
2059 msgstr ""
2060
2061 #. type: =item
2062 #: dh_installdocs:74
2063 msgid "B<--link-doc=>I<package>"
2064 msgstr ""
2065
2066 #. type: textblock
2067 #: dh_installdocs:76
2068 msgid ""
2069 "Make the documentation directory of all packages acted on be a symlink to "
2070 "the documentation directory of I<package>. This has no effect when acting on "
2071 "I<package> itself, or if the documentation directory to be created already "
2072 "exists when B<dh_installdocs> is run. To comply with policy, I<package> must "
2073 "be a binary package that comes from the same source package."
2074 msgstr ""
2075
2076 #. type: textblock
2077 #: dh_installdocs:82
2078 msgid ""
2079 "debhelper will try to avoid installing files into linked documentation "
2080 "directories that would cause conflicts with the linked package. The B<-A> "
2081 "option will have no effect on packages with linked documentation "
2082 "directories, and copyright, changelog, README.Debian, and TODO files will "
2083 "not be installed."
2084 msgstr ""
2085
2086 #. type: textblock
2087 #: dh_installdocs:88
2088 msgid ""
2089 "(An older method to accomplish the same thing, which is still supported, is "
2090 "to make the documentation directory of a package be a dangling symlink, "
2091 "before calling dh_installdocs.)"
2092 msgstr ""
2093
2094 #. type: textblock
2095 #: dh_installdocs:94
2096 msgid ""
2097 "Install these files as documentation into the first package acted on. (Or in "
2098 "all packages if B<-A> is specified)."
2099 msgstr ""
2100
2101 #. type: =head1
2102 #: dh_installdocs:99 dh_link:73 dh_makeshlibs:92 dh_shlibdeps:66
2103 msgid "EXAMPLES"
2104 msgstr ""
2105
2106 #. type: textblock
2107 #: dh_installdocs:101
2108 msgid "This is an example of a debian/package.docs file:"
2109 msgstr ""
2110
2111 #. type: verbatim
2112 #: dh_installdocs:103
2113 #, no-wrap
2114 msgid ""
2115 "  README\n"
2116 "  TODO\n"
2117 "  debian/notes-for-maintainers.txt\n"
2118 "  docs/manual.txt\n"
2119 "  docs/manual.pdf\n"
2120 "  docs/manual-html/\n"
2121 "\n"
2122 msgstr ""
2123
2124 #. type: textblock
2125 #: dh_installdocs:112
2126 msgid ""
2127 "Note that dh_installdocs will happily copy entire directory hierarchies if "
2128 "you ask it to (similar to cp -a). If it is asked to install a directory, it "
2129 "will install the complete contents of the directory."
2130 msgstr ""
2131
2132 #. type: textblock
2133 #: dh_installemacsen:5
2134 msgid "dh_installemacsen - register an emacs add on package"
2135 msgstr ""
2136
2137 #. type: textblock
2138 #: dh_installemacsen:14
2139 msgid ""
2140 "B<dh_installemacsen> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] "
2141 "[B<--flavor=>I<foo>]"
2142 msgstr ""
2143
2144 #. type: textblock
2145 #: dh_installemacsen:18
2146 msgid ""
2147 "dh_installemacsen is a debhelper program that is responsible for installing "
2148 "files used by the debian emacsen-common package into package build "
2149 "directories."
2150 msgstr ""
2151
2152 #. type: textblock
2153 #: dh_installemacsen:22
2154 msgid ""
2155 "It also automatically generates the postinst and prerm commands needed to "
2156 "register a package as an emacs add on package. The commands are added to the "
2157 "maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an "
2158 "explanation of how this works."
2159 msgstr ""
2160
2161 #. type: =item
2162 #: dh_installemacsen:31
2163 msgid "debian/I<package>.emacsen-install"
2164 msgstr ""
2165
2166 #. type: textblock
2167 #: dh_installemacsen:33
2168 msgid ""
2169 "Installed into usr/lib/emacsen-common/packages/install/package in the "
2170 "package build directory."
2171 msgstr ""
2172
2173 #. type: =item
2174 #: dh_installemacsen:36
2175 msgid "debian/I<package>.emacsen-remove"
2176 msgstr ""
2177
2178 #. type: textblock
2179 #: dh_installemacsen:38
2180 msgid ""
2181 "Installed into usr/lib/emacsen-common/packages/remove/package in the package "
2182 "build directory."
2183 msgstr ""
2184
2185 #. type: =item
2186 #: dh_installemacsen:41
2187 msgid "debian/I<package>.emacsen-startup"
2188 msgstr ""
2189
2190 #. type: textblock
2191 #: dh_installemacsen:43
2192 msgid ""
2193 "Installed into etc/emacs/site-start.d/50I<package>.el in the package build "
2194 "directory. Use --priority to use a different priority than 50."
2195 msgstr ""
2196
2197 #. type: textblock
2198 #: dh_installemacsen:54
2199 msgid "Do not modify postinst/prerm scripts."
2200 msgstr ""
2201
2202 #. type: =item
2203 #: dh_installemacsen:56 dh_installwm:38
2204 msgid "B<--priority=>I<n>"
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: dh_installemacsen:58
2209 msgid "Sets the priority number of a site-start.d file. Default is 50."
2210 msgstr ""
2211
2212 #. type: =item
2213 #: dh_installemacsen:60
2214 msgid "B<--flavor=>I<foo>"
2215 msgstr ""
2216
2217 #. type: textblock
2218 #: dh_installemacsen:62
2219 msgid ""
2220 "Sets the flavor a site-start.d file will be installed in. Default is "
2221 "\"emacs\", alternatives include \"xemacs\" and \"emacs20\"."
2222 msgstr ""
2223
2224 #. type: textblock
2225 #: dh_installexamples:5
2226 msgid "dh_installexamples - install example files into package build directories"
2227 msgstr ""
2228
2229 #. type: textblock
2230 #: dh_installexamples:14
2231 msgid ""
2232 "B<dh_installexamples> [S<I<debhelper options>>] [B<-A>] [B<-X>I<item>] "
2233 "[S<I<file ...>>]"
2234 msgstr ""
2235
2236 #. type: textblock
2237 #: dh_installexamples:18
2238 msgid ""
2239 "dh_installexamples is a debhelper program that is responsible for installing "
2240 "examples into usr/share/doc/package/examples in package build directories."
2241 msgstr ""
2242
2243 #. type: =item
2244 #: dh_installexamples:26
2245 msgid "debian/I<package>.examples"
2246 msgstr ""
2247
2248 #. type: textblock
2249 #: dh_installexamples:28
2250 msgid "Lists example files or directories to be installed."
2251 msgstr ""
2252
2253 #. type: textblock
2254 #: dh_installexamples:38
2255 msgid ""
2256 "Install any files specified by command line parameters in ALL packages acted "
2257 "on."
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: dh_installexamples:43 dh_install:78 dh_movefiles:52
2262 msgid ""
2263 "Exclude files that contain \"item\" anywhere in their filename from being "
2264 "installed."
2265 msgstr ""
2266
2267 #. type: textblock
2268 #: dh_installexamples:48
2269 msgid ""
2270 "Install these files (or directories) as examples into the first package "
2271 "acted on. (Or into all packages if -A is specified.)"
2272 msgstr ""
2273
2274 #. type: textblock
2275 #: dh_installexamples:55
2276 msgid ""
2277 "Note that dh_installexamples will happily copy entire directory hierarchies "
2278 "if you ask it to (similar to cp -a). If it is asked to install a directory, "
2279 "it will install the complete contents of the directory."
2280 msgstr ""
2281
2282 #. type: textblock
2283 #: dh_installinfo:5
2284 msgid "dh_installinfo - install info files"
2285 msgstr ""
2286
2287 #. type: textblock
2288 #: dh_installinfo:14
2289 msgid "B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [S<I<file ...>>]"
2290 msgstr ""
2291
2292 #. type: textblock
2293 #: dh_installinfo:18
2294 msgid ""
2295 "dh_installinfo is a debhelper program that is responsible for installing "
2296 "info files into usr/share/info in the package build directory."
2297 msgstr ""
2298
2299 #. type: =item
2300 #: dh_installinfo:25
2301 msgid "debian/I<package>.info"
2302 msgstr ""
2303
2304 #. type: textblock
2305 #: dh_installinfo:27
2306 msgid "List info files to be installed."
2307 msgstr ""
2308
2309 #. type: textblock
2310 #: dh_installinfo:42
2311 msgid ""
2312 "Install these info files into the first package acted on. (Or in all "
2313 "packages if -A is specified)."
2314 msgstr ""
2315
2316 #. type: textblock
2317 #: dh_installinit:5
2318 msgid ""
2319 "dh_installinit - install upstart jobs or init scripts into package build "
2320 "directories"
2321 msgstr ""
2322
2323 #. type: textblock
2324 #: dh_installinit:14
2325 msgid ""
2326 "B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] "
2327 "[B<-R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]"
2328 msgstr ""
2329
2330 #. type: textblock
2331 #: dh_installinit:18
2332 msgid ""
2333 "dh_installinit is a debhelper program that is responsible for installing "
2334 "upstart job files or init scripts with associated defaults files into "
2335 "package build directories, and in the former case providing compatibility "
2336 "handling for non-upstart systems."
2337 msgstr ""
2338
2339 #. type: textblock
2340 #: dh_installinit:23
2341 msgid ""
2342 "It also automatically generates the postinst and postrm and prerm commands "
2343 "needed to set up the symlinks in /etc/rc*.d/ and to start and stop the init "
2344 "scripts."
2345 msgstr ""
2346
2347 #. type: =item
2348 #: dh_installinit:31
2349 msgid "debian/I<package>.upstart"
2350 msgstr ""
2351
2352 #. type: textblock
2353 #: dh_installinit:33
2354 msgid ""
2355 "If this exists, it is installed into etc/init/I<package>.conf in the package "
2356 "build directory."
2357 msgstr ""
2358
2359 #. type: =item
2360 #: dh_installinit:36
2361 msgid "debian/I<package>.init"
2362 msgstr ""
2363
2364 #. type: textblock
2365 #: dh_installinit:38
2366 msgid ""
2367 "Otherwise, if this exists, it is installed into etc/init.d/I<package> in the "
2368 "package build directory."
2369 msgstr ""
2370
2371 #. type: =item
2372 #: dh_installinit:41
2373 msgid "debian/I<package>.default"
2374 msgstr ""
2375
2376 #. type: textblock
2377 #: dh_installinit:43
2378 msgid ""
2379 "If this exists, it is installed into etc/default/I<package> in the package "
2380 "build directory."
2381 msgstr ""
2382
2383 #. type: textblock
2384 #: dh_installinit:54
2385 msgid "Do not modify postinst/postrm/prerm scripts."
2386 msgstr ""
2387
2388 #. type: =item
2389 #: dh_installinit:56
2390 msgid "B<-o>, B<--onlyscripts>"
2391 msgstr ""
2392
2393 #. type: textblock
2394 #: dh_installinit:58
2395 msgid ""
2396 "Only modify postinst/postrm/prerm scripts, do not actually install any init "
2397 "script, default files, or upstart job.  May be useful if the init script or "
2398 "upstart job is shipped and/or installed by upstream in a way that doesn't "
2399 "make it easy to let dh_installinit find it."
2400 msgstr ""
2401
2402 #. type: textblock
2403 #: dh_installinit:63
2404 msgid ""
2405 "If no upstart job file is installed in the target directory when "
2406 "dh_installinit --onlyscripts is called, this program will assume that an "
2407 "init script is being installed and not provide the compatibility symlinks or "
2408 "upstart dependencies."
2409 msgstr ""
2410
2411 #. type: =item
2412 #: dh_installinit:68
2413 msgid "B<-R>, B<--restart-after-upgrade>"
2414 msgstr ""
2415
2416 #. type: textblock
2417 #: dh_installinit:70
2418 msgid ""
2419 "Do not stop the init script until after the package upgrade has been "
2420 "completed. This is different than the default behavior, which stops the "
2421 "script in the prerm, and starts it again in the postinst."
2422 msgstr ""
2423
2424 #. type: textblock
2425 #: dh_installinit:74
2426 msgid ""
2427 "This can be useful for daemons that should not have a possibly long downtime "
2428 "during upgrade. But you should make sure that the daemon will not get "
2429 "confused by the package being upgraded while it's running before using this "
2430 "option."
2431 msgstr ""
2432
2433 #. type: =item
2434 #: dh_installinit:79
2435 msgid "B<-r>, B<--no-restart-on-upgrade>"
2436 msgstr ""
2437
2438 #. type: textblock
2439 #: dh_installinit:81
2440 msgid "Do not stop init script on upgrade."
2441 msgstr ""
2442
2443 #. type: =item
2444 #: dh_installinit:83
2445 msgid "B<--no-start>"
2446 msgstr ""
2447
2448 #. type: textblock
2449 #: dh_installinit:85
2450 msgid ""
2451 "Do not start the init script on install or upgrade, or stop it on removal.  "
2452 "Only call update-rc.d. Useful for rcS scripts."
2453 msgstr ""
2454
2455 #. type: =item
2456 #: dh_installinit:88
2457 msgid "B<-d>, B<--remove-d>"
2458 msgstr ""
2459
2460 #. type: textblock
2461 #: dh_installinit:90
2462 msgid ""
2463 "Remove trailing \"d\" from the name of the package, and use the result for "
2464 "the filename the upstart job file is installed as in etc/init/ , or for the "
2465 "filename the init script is installed as in etc/init.d and the default file "
2466 "is installed as in etc/default/ . This may be useful for daemons with names "
2467 "ending in \"d\". (Note: this takes precedence over the --init-script "
2468 "parameter described below.)"
2469 msgstr ""
2470
2471 #. type: =item
2472 #: dh_installinit:97
2473 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>"
2474 msgstr ""
2475
2476 #. type: textblock
2477 #: dh_installinit:101
2478 msgid ""
2479 "Pass \"params\" to L<update-rc.d(8)>. If not specified, \"defaults\" will be "
2480 "passed to L<update-rc.d(8)>."
2481 msgstr ""
2482
2483 #. type: textblock
2484 #: dh_installinit:106
2485 msgid ""
2486 "Install the upstart job file or the init script (and default file) using the "
2487 "filename I<name> instead of the default filename, which is the package "
2488 "name.  When this parameter is used, dh_installinit looks for and installs "
2489 "files named debian/package.name.upstart, debian/package.name.init and "
2490 "debian/package.name.default, instead of the usual debian/package.upstart, "
2491 "debian/package.init and debian/package.default."
2492 msgstr ""
2493
2494 #. type: =item
2495 #: dh_installinit:113
2496 msgid "B<--init-script=>I<scriptname>"
2497 msgstr ""
2498
2499 #. type: textblock
2500 #: dh_installinit:115
2501 msgid ""
2502 "Use \"scriptname\" as the filename the init script is installed as in "
2503 "etc/init.d/ (and also use it as the filename for the defaults file, if it is "
2504 "installed). If you use this parameter, dh_installinit will look to see if a "
2505 "file in the debian/ directory exists that looks like \"package.scriptname\" "
2506 "and if so will install it as the init script in preference to the files it "
2507 "normally installs."
2508 msgstr ""
2509
2510 #. type: textblock
2511 #: dh_installinit:122
2512 msgid ""
2513 "This parameter is deprecated, use the --name parameter instead.  This "
2514 "parameter will be ignored completely for upstart jobs."
2515 msgstr ""
2516
2517 #. type: =item
2518 #: dh_installinit:125
2519 msgid "B<--error-handler=>I<function>"
2520 msgstr ""
2521
2522 #. type: textblock
2523 #: dh_installinit:127
2524 msgid ""
2525 "Call the named shell function if running the init script fails. The function "
2526 "should be provided in the prerm and postinst scripts, before the #DEBHELPER# "
2527 "token."
2528 msgstr ""
2529
2530 #. type: =head1
2531 #: dh_installinit:282
2532 msgid "AUTHORS"
2533 msgstr ""
2534
2535 #. type: textblock
2536 #: dh_installinit:286
2537 msgid "Steve Langasek <steve.langasek@canonical.com>"
2538 msgstr ""
2539
2540 #. type: textblock
2541 #: dh_installlogcheck:5
2542 msgid "dh_installlogcheck - install logcheck rulefiles into etc/logcheck/"
2543 msgstr ""
2544
2545 #. type: textblock
2546 #: dh_installlogcheck:14
2547 msgid "B<dh_installlogcheck> [S<B<debhelper options>>]"
2548 msgstr ""
2549
2550 #. type: textblock
2551 #: dh_installlogcheck:18
2552 msgid ""
2553 "dh_installlogcheck is a debhelper program that is responsible for installing "
2554 "logcheck rule files."
2555 msgstr ""
2556
2557 #. type: =item
2558 #: dh_installlogcheck:25
2559 msgid "debian/I<package>.logcheck.cracking"
2560 msgstr ""
2561
2562 #. type: =item
2563 #: dh_installlogcheck:27
2564 msgid "debian/I<package>.logcheck.violations"
2565 msgstr ""
2566
2567 #. type: =item
2568 #: dh_installlogcheck:29
2569 msgid "debian/I<package>.logcheck.violations.ignore"
2570 msgstr ""
2571
2572 #. type: =item
2573 #: dh_installlogcheck:31
2574 msgid "debian/I<package>.logcheck.ignore.workstation"
2575 msgstr ""
2576
2577 #. type: =item
2578 #: dh_installlogcheck:33
2579 msgid "debian/I<package>.logcheck.ignore.server"
2580 msgstr ""
2581
2582 #. type: =item
2583 #: dh_installlogcheck:35
2584 msgid "debian/I<package>.logcheck.ignore.paranoid"
2585 msgstr ""
2586
2587 #. type: textblock
2588 #: dh_installlogcheck:37
2589 msgid ""
2590 "Each of these files, if present, are installed into corresponding "
2591 "subdirectories of etc/logcheck/ in package build directories."
2592 msgstr ""
2593
2594 #. type: verbatim
2595 #: dh_installlogcheck:70
2596 #, no-wrap
2597 msgid ""
2598 "This program is a part of debhelper.\n"
2599 "    \n"
2600 msgstr ""
2601
2602 #. type: textblock
2603 #: dh_installlogcheck:74
2604 msgid "Jon Middleton <jjm@debian.org>"
2605 msgstr ""
2606
2607 #. type: textblock
2608 #: dh_installlogrotate:5
2609 msgid "dh_installlogrotate - install logrotate config files"
2610 msgstr ""
2611
2612 #. type: textblock
2613 #: dh_installlogrotate:14
2614 msgid "B<dh_installlogrotate> [S<I<debhelper options>>] [B<--name=>I<name>]"
2615 msgstr ""
2616
2617 #. type: textblock
2618 #: dh_installlogrotate:18
2619 msgid ""
2620 "dh_installlogrotate is a debhelper program that is responsible for "
2621 "installing logrotate config files into etc/logrotate.d in package build "
2622 "directories.  Files named debian/package.logrotate are installed."
2623 msgstr ""
2624
2625 #. type: textblock
2626 #: dh_installlogrotate:28
2627 msgid ""
2628 "Look for files named debian/package.name.logrotate and install them as "
2629 "etc/logrotate.d/name, instead of using the usual files and installing them "
2630 "as the package name."
2631 msgstr ""
2632
2633 #. type: textblock
2634 #: dh_installmanpages:5
2635 msgid "dh_installmanpages - old-style man page installer"
2636 msgstr ""
2637
2638 #. type: textblock
2639 #: dh_installmanpages:15
2640 msgid "B<dh_installmanpages> [S<I<debhelper options>>] [S<I<file ...>>]"
2641 msgstr ""
2642
2643 #. type: textblock
2644 #: dh_installmanpages:19
2645 msgid ""
2646 "dh_installmanpages is a debhelper program that is responsible for "
2647 "automatically installing man pages into usr/share/man/ and usr/X11R6/man/ in "
2648 "package build directories."
2649 msgstr ""
2650
2651 #. type: textblock
2652 #: dh_installmanpages:23
2653 msgid ""
2654 "This is a DWIM-style program, with an interface unlike the rest of "
2655 "debhelper. It is deprecated, and you are encouraged to use "
2656 "L<dh_installman(1)> instead."
2657 msgstr ""
2658
2659 #. type: textblock
2660 #: dh_installmanpages:27
2661 msgid ""
2662 "dh_installmanpages scans the current directory and all subdirectories for "
2663 "filenames that look like man pages. (Note that only real files are looked "
2664 "at; symlinks are ignored.) It uses L<file(1)> to verify that the files are "
2665 "in the correct format. Then, based on the files' extensions, it installs "
2666 "them into the correct man directory."
2667 msgstr ""
2668
2669 #. type: textblock
2670 #: dh_installmanpages:33
2671 msgid ""
2672 "All filenames specified as parameters will be skipped by "
2673 "dh_installmanpages.  This is useful if by default it installs some man pages "
2674 "that you do not want to be installed."
2675 msgstr ""
2676
2677 #. type: textblock
2678 #: dh_installmanpages:37
2679 msgid ""
2680 "After the man page installation step, dh_installmanpages will check to see "
2681 "if any of the man pages are \".so\" links. If so, it changes them to "
2682 "symlinks."
2683 msgstr ""
2684
2685 #. type: textblock
2686 #: dh_installmanpages:46
2687 msgid ""
2688 "Do not install these files as man pages, even if they look like valid man "
2689 "pages."
2690 msgstr ""
2691
2692 #. type: =head1
2693 #: dh_installmanpages:51
2694 msgid "BUGS"
2695 msgstr ""
2696
2697 #. type: textblock
2698 #: dh_installmanpages:53
2699 msgid ""
2700 "dh_installmanpages will install the man pages it finds into B<all> packages "
2701 "you tell it to act on, since it can't tell what package the man pages belong "
2702 "in. This is almost never what you really want (use -p to work around this, "
2703 "or use the much better L<dh_installman(1)> program instead)."
2704 msgstr ""
2705
2706 #. type: textblock
2707 #: dh_installmanpages:58
2708 msgid "Files ending in I<.man> will be ignored."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: dh_installmanpages:60
2713 msgid ""
2714 "Files specified as parameters that contain spaces in their filenames will "
2715 "not be processed properly."
2716 msgstr ""
2717
2718 #. type: textblock
2719 #: dh_installman:5
2720 msgid "dh_installman - install man pages into package build directories"
2721 msgstr ""
2722
2723 #. type: textblock
2724 #: dh_installman:15
2725 msgid "B<dh_installman> [S<I<debhelper options>>] [S<I<manpage ...>>]"
2726 msgstr ""
2727
2728 #. type: textblock
2729 #: dh_installman:19
2730 msgid ""
2731 "dh_installman is a debhelper program that handles installing man pages into "
2732 "the correct locations in package build directories. You tell it what man "
2733 "pages go in your packages, and it figures out where to install them based on "
2734 "the section field in their .TH line. If you have a properly formatted .TH "
2735 "line, your man page will be installed into the right directory, with the "
2736 "right name (this includes proper handling of pages with a subsection, like "
2737 "\"3perl\", which are placed in man3, and given an extension of "
2738 "\".3perl\"). If your .TH line is incorrect or missing, the program may guess "
2739 "wrong based on the file extension."
2740 msgstr ""
2741
2742 #. type: textblock
2743 #: dh_installman:29
2744 msgid ""
2745 "It also supports translated man pages, by looking for extensions like .ll.8 "
2746 "and .ll_LL.8, or by use of the --language switch."
2747 msgstr ""
2748
2749 #. type: textblock
2750 #: dh_installman:32
2751 msgid ""
2752 "If dh_installman seems to install a man page into the wrong section or with "
2753 "the wrong extension, this is because the man page has the wrong section "
2754 "listed in its .TH line. Edit the man page and correct the section, and "
2755 "dh_installman will follow suit.  See L<man(7)> for details about the .TH "
2756 "section. If dh_installman seems to install a man page into a directory like "
2757 "/usr/share/man/pl/man1/, that is because your program has a name like "
2758 "\"foo.pl\", and dh_installman assumes that means it is translated into "
2759 "Polish. Use --language=C to avoid this."
2760 msgstr ""
2761
2762 #. type: textblock
2763 #: dh_installman:41
2764 msgid ""
2765 "After the man page installation step, dh_installman will check to see if any "
2766 "of the man pages in the temporary directories of any of the packages it is "
2767 "acting on contain \".so\" links. If so, it changes them to symlinks."
2768 msgstr ""
2769
2770 #. type: textblock
2771 #: dh_installman:45
2772 msgid ""
2773 "Also, dh_installman will use man to guess the character encoding of each "
2774 "manual page and convert it to UTF-8. If the guesswork fails for some reason, "
2775 "you can override it using an encoding declaration. See L<manconv(1)> for "
2776 "details."
2777 msgstr ""
2778
2779 #. type: =item
2780 #: dh_installman:54
2781 msgid "debian/I<package>.manpages"
2782 msgstr ""
2783
2784 #. type: textblock
2785 #: dh_installman:56
2786 msgid "Lists man pages to be installed."
2787 msgstr ""
2788
2789 #. type: =item
2790 #: dh_installman:69
2791 msgid "B<--language>=ll"
2792 msgstr ""
2793
2794 #. type: textblock
2795 #: dh_installman:71
2796 msgid ""
2797 "Use this to specify that the man pages being acted on are written in the "
2798 "specified language."
2799 msgstr ""
2800
2801 #. type: =item
2802 #: dh_installman:74
2803 msgid "I<manpage ...>"
2804 msgstr ""
2805
2806 #. type: textblock
2807 #: dh_installman:76
2808 msgid ""
2809 "Install these man pages into the first package acted on. (Or in all packages "
2810 "if -A is specified)."
2811 msgstr ""
2812
2813 #. type: textblock
2814 #: dh_installman:83
2815 msgid ""
2816 "An older version of this program, L<dh_installmanpages(1)>, is still used by "
2817 "some packages, and so is still included in debhelper.  It is, however, "
2818 "deprecated, due to its counterintuitive and inconsistent interface. Use this "
2819 "program instead."
2820 msgstr ""
2821
2822 #. type: textblock
2823 #: dh_installmenu:5
2824 msgid "dh_installmenu - install debian menu files into package build directories"
2825 msgstr ""
2826
2827 #. type: textblock
2828 #: dh_installmenu:14
2829 msgid "B<dh_installmenu> [S<B<debhelper options>>] [B<-n>]"
2830 msgstr ""
2831
2832 #. type: textblock
2833 #: dh_installmenu:18
2834 msgid ""
2835 "dh_installmenu is a debhelper program that is responsible for installing "
2836 "files used by the debian menu package into package build directories."
2837 msgstr ""
2838
2839 #. type: textblock
2840 #: dh_installmenu:21
2841 msgid ""
2842 "It also automatically generates the postinst and postrm commands needed to "
2843 "interface with the debian menu package. These commands are inserted into the "
2844 "maintainer scripts by L<dh_installdeb(1)>."
2845 msgstr ""
2846
2847 #. type: =item
2848 #: dh_installmenu:29
2849 msgid "debian/I<package>.menu"
2850 msgstr ""
2851
2852 #. type: textblock
2853 #: dh_installmenu:31
2854 msgid ""
2855 "Debian menu files, installed into usr/share/menu/I<package> in the package "
2856 "build directory. See L<menufile(5)> for its format."
2857 msgstr ""
2858
2859 #. type: =item
2860 #: dh_installmenu:34
2861 msgid "debian/I<package>.menu-method"
2862 msgstr ""
2863
2864 #. type: textblock
2865 #: dh_installmenu:36
2866 msgid ""
2867 "Debian menu method files, installed into etc/menu-methods/I<package> in the "
2868 "package build directory."
2869 msgstr ""
2870
2871 #. type: textblock
2872 #: dh_installmenu:47 dh_installmime:47 dh_installmodules:50 dh_makeshlibs:74 dh_python:62
2873 msgid "Do not modify postinst/postrm scripts."
2874 msgstr ""
2875
2876 #. type: textblock
2877 #: dh_installmenu:89
2878 msgid "L<debhelper(7)> L<update-menus(1)> L<menufile(5)>"
2879 msgstr ""
2880
2881 #. type: textblock
2882 #: dh_installmime:5
2883 msgid "dh_installmime - install mime files into package build directories"
2884 msgstr ""
2885
2886 #. type: textblock
2887 #: dh_installmime:14
2888 msgid "B<dh_installmime> [S<I<debhelper options>>] [B<-n>]"
2889 msgstr ""
2890
2891 #. type: textblock
2892 #: dh_installmime:18
2893 msgid ""
2894 "dh_installmime is a debhelper program that is responsible for installing "
2895 "mime files into package build directories."
2896 msgstr ""
2897
2898 #. type: textblock
2899 #: dh_installmime:21
2900 msgid ""
2901 "It also automatically generates the postinst and postrm commands needed to "
2902 "interface with the debian mime-support and shared-mime-info packages. These "
2903 "commands are inserted into the maintainer scripts by L<dh_installdeb(1)>."
2904 msgstr ""
2905
2906 #. type: =item
2907 #: dh_installmime:29
2908 msgid "debian/I<package>.mime"
2909 msgstr ""
2910
2911 #. type: textblock
2912 #: dh_installmime:31
2913 msgid ""
2914 "Installed into usr/lib/mime/packages/I<package> in the package build "
2915 "directory."
2916 msgstr ""
2917
2918 #. type: =item
2919 #: dh_installmime:34
2920 msgid "debian/I<package>.sharedmimeinfo"
2921 msgstr ""
2922
2923 #. type: textblock
2924 #: dh_installmime:36
2925 msgid ""
2926 "Installed into /usr/share/mime/packages/I<package>.xml in the package build "
2927 "directory."
2928 msgstr ""
2929
2930 #. type: textblock
2931 #: dh_installmodules:5
2932 msgid "dh_installmodules - register modules with modutils"
2933 msgstr ""
2934
2935 #. type: textblock
2936 #: dh_installmodules:16
2937 msgid "B<dh_installmodules> [S<I<debhelper options>>] [B<-n>] [B<--name=>I<name>]"
2938 msgstr ""
2939
2940 #. type: textblock
2941 #: dh_installmodules:20
2942 msgid ""
2943 "dh_installmodules is a debhelper program that is responsible for registering "
2944 "kernel modules."
2945 msgstr ""
2946
2947 #. type: textblock
2948 #: dh_installmodules:23
2949 msgid ""
2950 "Kernel modules are searched for in the package build directory and if found, "
2951 "postinst and postrm commands are automatically generated to run depmod and "
2952 "register the modules when the package is installed.  These commands are "
2953 "inserted into the maintainer scripts by L<dh_installdeb(1)>."
2954 msgstr ""
2955
2956 #. type: =item
2957 #: dh_installmodules:33
2958 msgid "debian/I<package>.modprobe"
2959 msgstr ""
2960
2961 #. type: textblock
2962 #: dh_installmodules:35
2963 msgid "Installed to etc/modprobe.d/I<package>.conf in the package build directory."
2964 msgstr ""
2965
2966 #. type: =item
2967 #: dh_installmodules:37
2968 msgid "debian/I<package>.modules"
2969 msgstr ""
2970
2971 #. type: textblock
2972 #: dh_installmodules:39
2973 msgid ""
2974 "These files were installed for use by modutils, but are now not used and "
2975 "dh_installmodules will warn if these files are present."
2976 msgstr ""
2977
2978 #. type: textblock
2979 #: dh_installmodules:54
2980 msgid ""
2981 "When this parameter is used, dh_installmodules looks for and installs files "
2982 "named debian/I<package>.I<name>.modprobe instead of the usual "
2983 "debian/I<package>.modprobe"
2984 msgstr ""
2985
2986 #. type: textblock
2987 #: dh_installpam:5
2988 msgid "dh_installpam - install pam support files"
2989 msgstr ""
2990
2991 #. type: textblock
2992 #: dh_installpam:14
2993 msgid "B<dh_installpam> [S<I<debhelper options>>] [B<--name=>I<name>]"
2994 msgstr ""
2995
2996 #. type: textblock
2997 #: dh_installpam:18
2998 msgid ""
2999 "dh_installpam is a debhelper program that is responsible for installing "
3000 "files used by PAM into package build directories."
3001 msgstr ""
3002
3003 #. type: =item
3004 #: dh_installpam:25
3005 msgid "debian/I<package>.pam"
3006 msgstr ""
3007
3008 #. type: textblock
3009 #: dh_installpam:27
3010 msgid "Installed into etc/pam.d/I<package> in the package build directory."
3011 msgstr ""
3012
3013 #. type: textblock
3014 #: dh_installpam:37
3015 msgid ""
3016 "Look for files named debian/I<package>.I<name>.pam and install them as "
3017 "etc/pam.d/I<name>, instead of using the usual files and installing them "
3018 "using the package name."
3019 msgstr ""
3020
3021 #. type: textblock
3022 #: dh_install:5
3023 msgid "dh_install - install files into package build directories"
3024 msgstr ""
3025
3026 #. type: textblock
3027 #: dh_install:15
3028 msgid ""
3029 "B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] "
3030 "[S<I<debhelper options>>] [S<I<file [...] dest>>]"
3031 msgstr ""
3032
3033 #. type: textblock
3034 #: dh_install:19
3035 msgid ""
3036 "dh_install is a debhelper program that handles installing files into package "
3037 "build directories. There are many dh_install* commands that handle "
3038 "installing specific types of files such as documentation, examples, man "
3039 "pages, and so on, and they should be used when possible as they often have "
3040 "extra intelligence for those particular tasks. dh_install, then, is useful "
3041 "for installing everything else, for which no particular intelligence is "
3042 "needed. It is a replacement for the old dh_movefiles command."
3043 msgstr ""
3044
3045 #. type: textblock
3046 #: dh_install:27
3047 msgid ""
3048 "This program may be used in one of two ways. If you just have a file or two "
3049 "that the upstream Makefile does not install for you, you can run dh_install "
3050 "on them to move them into place. On the other hand, maybe you have a large "
3051 "package that builds multiple binary packages. You can use the upstream "
3052 "Makefile to install it all into debian/tmp, and then use dh_install to copy "
3053 "directories and files from there into the proper package build directories."
3054 msgstr ""
3055
3056 #. type: textblock
3057 #: dh_install:34
3058 msgid ""
3059 "From debhelper compatibility level 7 on, dh_install will fall back to "
3060 "looking in debian/tmp for files, if it doesn't find them in the current "
3061 "directory (or whereever you've told it to look using --sourcedir)."
3062 msgstr ""
3063
3064 #. type: =item
3065 #: dh_install:42
3066 msgid "debian/I<package>.install"
3067 msgstr ""
3068
3069 #. type: textblock
3070 #: dh_install:44
3071 msgid ""
3072 "List the files to install into each package and the directory they should be "
3073 "installed to. The format is a set of lines, where each line lists a file or "
3074 "files to install, and at the end of the line tells the directory it should "
3075 "be installed in. The name of the files (or directories) to install should be "
3076 "given relative to the current directory, while the installation directory is "
3077 "given relative to the package build directory. You may use wildcards in the "
3078 "names of the files to install (in v3 mode and above)."
3079 msgstr ""
3080
3081 #. type: =item
3082 #: dh_install:58
3083 msgid "B<--list-missing>"
3084 msgstr ""
3085
3086 #. type: textblock
3087 #: dh_install:60
3088 msgid ""
3089 "This option makes dh_install keep track of the files it installs, and then "
3090 "at the end, compare that list with the files in the source directory. If any "
3091 "of the files (and symlinks) in the source directory were not installed to "
3092 "somewhere, it will warn on stderr about that."
3093 msgstr ""
3094
3095 #. type: textblock
3096 #: dh_install:65
3097 msgid ""
3098 "This may be useful if you have a large package and want to make sure that "
3099 "you don't miss installing newly added files in new upstream releases."
3100 msgstr ""
3101
3102 #. type: textblock
3103 #: dh_install:68
3104 msgid ""
3105 "Note that files that are excluded from being moved via the -X option are not "
3106 "warned about."
3107 msgstr ""
3108
3109 #. type: =item
3110 #: dh_install:71
3111 msgid "B<--fail-missing>"
3112 msgstr ""
3113
3114 #. type: textblock
3115 #: dh_install:73
3116 msgid ""
3117 "This option is like --list-missing, except if a file was missed, it will not "
3118 "only list the missing files, but also fail with a nonzero exit code."
3119 msgstr ""
3120
3121 #. type: =item
3122 #: dh_install:81
3123 msgid "B<--sourcedir=dir>"
3124 msgstr ""
3125
3126 #. type: textblock
3127 #: dh_install:83
3128 msgid "Look in the specified directory for files to be installed."
3129 msgstr ""
3130
3131 #. type: textblock
3132 #: dh_install:85
3133 msgid ""
3134 "Note that this is not the same as the --sourcedirectory option used by the "
3135 "dh_auto_* commands. You rarely need to use this option, since dh_install "
3136 "automatically looks for files in debian/tmp in debhelper compatibility level "
3137 "7 and above."
3138 msgstr ""
3139
3140 #. type: =item
3141 #: dh_install:90
3142 msgid "B<--autodest>"
3143 msgstr ""
3144
3145 #. type: textblock
3146 #: dh_install:92
3147 msgid ""
3148 "Guess as the destination directory to install things to. If this is "
3149 "specified, you should not list destination directories in "
3150 "debian/package.install files or on the command line. Instead, dh_install "
3151 "will guess as follows:"
3152 msgstr ""
3153
3154 #. type: textblock
3155 #: dh_install:97
3156 msgid ""
3157 "Strip off debian/tmp (or the sourcedir if one is given) from the front of "
3158 "the filename, if it is present, and install into the dirname of the "
3159 "filename. So if the filename is debian/tmp/usr/bin, then that directory will "
3160 "be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
3161 "it will be copied to debian/package/etc/."
3162 msgstr ""
3163
3164 #. type: textblock
3165 #: dh_install:103
3166 msgid ""
3167 "Note that if you list exactly one filename or wildcard-pattern on a line by "
3168 "itself in a debian/package.install file, with no explicit destination, then "
3169 "dh_install will automatically guess the destination even if this flag is not "
3170 "set."
3171 msgstr ""
3172
3173 #. type: =item
3174 #: dh_install:108
3175 msgid "I<file [...] dest>"
3176 msgstr ""
3177
3178 #. type: textblock
3179 #: dh_install:110
3180 msgid ""
3181 "Lists files (or directories) to install and where to install them to.  The "
3182 "files will be installed into the first package dh_install acts on."
3183 msgstr ""
3184
3185 #. type: =head1
3186 #: dh_install:247
3187 msgid "EXAMPLE"
3188 msgstr ""
3189
3190 #. type: textblock
3191 #: dh_install:249
3192 msgid ""
3193 "Suppose your package's upstream Makefile installs a binary, a man page, and "
3194 "a library into appropriate subdirectories of debian/tmp. You want to put the "
3195 "library into package libfoo, and the rest into package foo. Your rules file "
3196 "will run \"dh_install --sourcedir=debian/tmp\". Make debian/foo.install "
3197 "contain:"
3198 msgstr ""
3199
3200 #. type: verbatim
3201 #: dh_install:255
3202 #, no-wrap
3203 msgid ""
3204 "  usr/bin\n"
3205 "  usr/share/man/man1\n"
3206 "\n"
3207 msgstr ""
3208
3209 #. type: textblock
3210 #: dh_install:258
3211 msgid "While debian/libfoo.install contains:"
3212 msgstr ""
3213
3214 #. type: verbatim
3215 #: dh_install:260
3216 #, no-wrap
3217 msgid ""
3218 "  usr/lib/libfoo*.so.*\n"
3219 "\n"
3220 msgstr ""
3221
3222 #. type: textblock
3223 #: dh_install:262
3224 msgid ""
3225 "If you want a libfoo-dev package too, debian/libfoo-dev.install might "
3226 "contain:"
3227 msgstr ""
3228
3229 #. type: verbatim
3230 #: dh_install:264
3231 #, no-wrap
3232 msgid ""
3233 "  usr/include\n"
3234 "  usr/lib/libfoo*.so\n"
3235 "  usr/share/man/man3\n"
3236 "\n"
3237 msgstr ""
3238
3239 #. type: =head1
3240 #: dh_install:268
3241 msgid "LIMITATIONS"
3242 msgstr ""
3243
3244 #. type: verbatim
3245 #: dh_install:270
3246 #, no-wrap
3247 msgid ""
3248 "dh_install cannot rename files or directories, it can only install them\n"
3249 "with the names they already have into wherever you want in the package\n"
3250 "build tree.\n"
3251 "  \n"
3252 msgstr ""
3253
3254 #. type: textblock
3255 #: dh_installppp:5
3256 msgid "dh_installppp - install ppp ip-up and ip-down files"
3257 msgstr ""
3258
3259 #. type: textblock
3260 #: dh_installppp:14
3261 msgid "B<dh_installppp> [S<I<debhelper options>>] [B<--name=>I<name>]"
3262 msgstr ""
3263
3264 #. type: textblock
3265 #: dh_installppp:18
3266 msgid ""
3267 "dh_installppp is a debhelper program that is responsible for installing ppp "
3268 "ip-up and ip-down scripts into package build directories."
3269 msgstr ""
3270
3271 #. type: =item
3272 #: dh_installppp:25
3273 msgid "debian/I<package>.ppp.ip-up"
3274 msgstr ""
3275
3276 #. type: textblock
3277 #: dh_installppp:27
3278 msgid "Installed into etc/ppp/ip-up.d/I<package> in the package build directory."
3279 msgstr ""
3280
3281 #. type: =item
3282 #: dh_installppp:29
3283 msgid "debian/I<package>.ppp.ip-down"
3284 msgstr ""
3285
3286 #. type: textblock
3287 #: dh_installppp:31
3288 msgid "Installed into etc/ppp/ip-down.d/I<package> in the package build directory."
3289 msgstr ""
3290
3291 #. type: textblock
3292 #: dh_installppp:41
3293 msgid ""
3294 "Look for files named debian/package.name.ppp.ip-* and install them as "
3295 "etc/ppp/ip-*/name, instead of using the usual files and installing them as "
3296 "the package name."
3297 msgstr ""
3298
3299 #. type: textblock
3300 #: dh_installwm:5
3301 msgid "dh_installwm - register a window manager"
3302 msgstr ""
3303
3304 #. type: textblock
3305 #: dh_installwm:14
3306 msgid ""
3307 "B<dh_installwm> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] "
3308 "[S<I<wm ...>>]"
3309 msgstr ""
3310
3311 #. type: textblock
3312 #: dh_installwm:18
3313 msgid ""
3314 "dh_installwm is a debhelper program that is responsible for generating the "
3315 "postinst and postrm commands that register a window manager with "
3316 "L<update-alternatives(8)>. The window manager's man page is also registered "
3317 "as a slave symlink (in v6 mode and up), if it is found in "
3318 "usr/share/man/man1/ in the package build directory."
3319 msgstr ""
3320
3321 #. type: =item
3322 #: dh_installwm:28
3323 msgid "debian/I<package>.wm"
3324 msgstr ""
3325
3326 #. type: textblock
3327 #: dh_installwm:30
3328 msgid "List window manager programs to register."
3329 msgstr ""
3330
3331 #. type: textblock
3332 #: dh_installwm:40
3333 msgid ""
3334 "Set the priority of the window manager. Default is 20, which is too low for "
3335 "most window managers; see the Debian Policy document for instructions on "
3336 "calculating the correct value."
3337 msgstr ""
3338
3339 #. type: textblock
3340 #: dh_installwm:46
3341 msgid "Do not modify postinst/postrm scripts. Turns this command into a no-op."
3342 msgstr ""
3343
3344 #. type: =item
3345 #: dh_installwm:48
3346 msgid "I<wm ...>"
3347 msgstr ""
3348
3349 #. type: textblock
3350 #: dh_installwm:50
3351 msgid "Window manager programs to register."
3352 msgstr ""
3353
3354 #. type: textblock
3355 #: dh_installxfonts:5
3356 msgid "dh_installxfonts - register X fonts"
3357 msgstr ""
3358
3359 #. type: textblock
3360 #: dh_installxfonts:14
3361 msgid "B<dh_installxfonts> [S<I<debhelper options>>]"
3362 msgstr ""
3363
3364 #. type: textblock
3365 #: dh_installxfonts:18
3366 msgid ""
3367 "dh_installxfonts is a debhelper program that is responsible for registering "
3368 "X fonts, so their corresponding fonts.dir, fonts.alias, and fonts.scale be "
3369 "rebuilt properly at install time."
3370 msgstr ""
3371
3372 #. type: textblock
3373 #: dh_installxfonts:22
3374 msgid ""
3375 "Before calling this program, you should have installed any X fonts provided "
3376 "by your package into the appropriate location in the package build "
3377 "directory, and if you have fonts.alias or fonts.scale files, you should "
3378 "install them into the correct location under etc/X11/fonts in your package "
3379 "build directory."
3380 msgstr ""
3381
3382 #. type: textblock
3383 #: dh_installxfonts:28
3384 msgid ""
3385 "Your package should depend on xfonts-utils so that the update-fonts-* "
3386 "commands are available. (This program adds that dependency to "
3387 "${misc:Depends}.)"
3388 msgstr ""
3389
3390 #. type: textblock
3391 #: dh_installxfonts:32
3392 msgid ""
3393 "This program automatically generates the postinst and postrm commands needed "
3394 "to register X fonts. These commands are inserted into the maintainer scripts "
3395 "by dh_installdeb. See L<dh_installdeb(1)> for an explanation of how this "
3396 "works."
3397 msgstr ""
3398
3399 #. type: textblock
3400 #: dh_installxfonts:39
3401 msgid ""
3402 "See L<update-fonts-alias(8)>, L<update-fonts-scale(8)>, and "
3403 "L<update-fonts-dir(8)> for more information about X font installation."
3404 msgstr ""
3405
3406 #. type: textblock
3407 #: dh_installxfonts:42
3408 msgid ""
3409 "See Debian policy, section 11.8.5. for details about doing fonts the Debian "
3410 "way."
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: dh_link:5
3415 msgid "dh_link - create symlinks in package build directories"
3416 msgstr ""
3417
3418 #. type: textblock
3419 #: dh_link:15
3420 msgid ""
3421 "B<dh_link> [S<I<debhelper options>>] [B<-A>] [B<-X>I<item>] [S<I<source "
3422 "destination ...>>]"
3423 msgstr ""
3424
3425 #. type: textblock
3426 #: dh_link:19
3427 msgid ""
3428 "dh_link is a debhelper program that creates symlinks in package build "
3429 "directories."
3430 msgstr ""
3431
3432 #. type: textblock
3433 #: dh_link:22
3434 msgid ""
3435 "dh_link accepts a list of pairs of source and destination files. The source "
3436 "files are the already existing files that will be symlinked from. The "
3437 "destination files are the symlinks that will be created. There B<must> be an "
3438 "equal number of source and destination files specified."
3439 msgstr ""
3440
3441 #. type: textblock
3442 #: dh_link:27
3443 msgid ""
3444 "Be sure you B<do> specify the full filename to both the source and "
3445 "destination files (unlike you would do if you were using something like "
3446 "L<ln(1)>)."
3447 msgstr ""
3448
3449 #. type: textblock
3450 #: dh_link:31
3451 msgid ""
3452 "dh_link will generate symlinks that comply with debian policy - absolute "
3453 "when policy says they should be absolute, and relative links with as short a "
3454 "path as possible. It will also create any subdirectories it needs to to put "
3455 "the symlinks in."
3456 msgstr ""
3457
3458 #. type: textblock
3459 #: dh_link:36
3460 msgid ""
3461 "dh_link also scans the package build tree for existing symlinks which do not "
3462 "conform to debian policy, and corrects them (v4 or later)."
3463 msgstr ""
3464
3465 #. type: =item
3466 #: dh_link:43
3467 msgid "debian/I<package>.links"
3468 msgstr ""
3469
3470 #. type: textblock
3471 #: dh_link:45
3472 msgid ""
3473 "Lists pairs of source and destination files to be symlinked. Each pair "
3474 "should be put on its own line, with the source and destination separated by "
3475 "whitespace."
3476 msgstr ""
3477
3478 #. type: textblock
3479 #: dh_link:57
3480 msgid ""
3481 "Create any links specified by command line parameters in ALL packages acted "
3482 "on, not just the first."
3483 msgstr ""
3484
3485 #. type: textblock
3486 #: dh_link:62
3487 msgid ""
3488 "Do not correct symlinks that contain \"item\" anywhere in their filename "
3489 "from being corrected to comply with debian policy."
3490 msgstr ""
3491
3492 #. type: =item
3493 #: dh_link:65
3494 msgid "I<source destination ...>"
3495 msgstr ""
3496
3497 #. type: textblock
3498 #: dh_link:67
3499 msgid ""
3500 "Create a file named \"destination\" as a link to a file named \"source\". Do "
3501 "this in the package build directory of the first package acted on.  (Or in "
3502 "all packages if -A is specified.)"
3503 msgstr ""
3504
3505 #. type: verbatim
3506 #: dh_link:75
3507 #, no-wrap
3508 msgid ""
3509 " dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
3510 "\n"
3511 msgstr ""
3512
3513 #. type: textblock
3514 #: dh_link:77
3515 msgid "Make bar.1 be a symlink to foo.1"
3516 msgstr ""
3517
3518 #. type: verbatim
3519 #: dh_link:79
3520 #, no-wrap
3521 msgid ""
3522 " dh_link var/lib/foo usr/lib/foo \\\n"
3523 "   usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
3524 "\n"
3525 msgstr ""
3526
3527 #. type: textblock
3528 #: dh_link:82
3529 msgid ""
3530 "Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the "
3531 "foo.1"
3532 msgstr ""
3533
3534 #. type: textblock
3535 #: dh_listpackages:5
3536 msgid "dh_listpackages - list binary packages debhelper will act on"
3537 msgstr ""
3538
3539 #. type: textblock
3540 #: dh_listpackages:14
3541 msgid "B<dh_listpackages> [S<I<debhelper options>>]"
3542 msgstr ""
3543
3544 #. type: textblock
3545 #: dh_listpackages:18
3546 msgid ""
3547 "dh_listpackages is a debhelper program that outputs a list of all binary "
3548 "packages debhelper commands will act on. If you pass it some options, it "
3549 "will change the list to match the packages other debhelper commands would "
3550 "act on if passed the same options."
3551 msgstr ""
3552
3553 #. type: textblock
3554 #: dh_makeshlibs:5
3555 msgid "dh_makeshlibs - automatically create shlibs file and call dpkg-gensymbols"
3556 msgstr ""
3557
3558 #. type: textblock
3559 #: dh_makeshlibs:14
3560 msgid ""
3561 "B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] "
3562 "[B<-V>I<[dependencies]>] [B<-n>] [B<-X>I<item>] [S<B<--> I<params>>]"
3563 msgstr ""
3564
3565 #. type: textblock
3566 #: dh_makeshlibs:18
3567 msgid ""
3568 "dh_makeshlibs is a debhelper program that automatically scans for shared "
3569 "libraries, and generates a shlibs file for the libraries it finds."
3570 msgstr ""
3571
3572 #. type: textblock
3573 #: dh_makeshlibs:21
3574 msgid ""
3575 "It also adds a call to ldconfig in the postinst and postrm scripts (in V3 "
3576 "mode and above only) to any packages in which it finds shared libraries."
3577 msgstr ""
3578
3579 #. type: =item
3580 #: dh_makeshlibs:28
3581 msgid "debian/I<package>.symbols"
3582 msgstr ""
3583
3584 #. type: =item
3585 #: dh_makeshlibs:30
3586 msgid "debian/I<package>.symbols.I<arch>"
3587 msgstr ""
3588
3589 #. type: textblock
3590 #: dh_makeshlibs:32
3591 msgid ""
3592 "These symbols files, if present, are passed to L<dpkg-gensymbols(1)> to be "
3593 "processed and installed. Use the I<arch> specific names if you need to "
3594 "provide different symbols files for different architectures."
3595 msgstr ""
3596
3597 #. type: =item
3598 #: dh_makeshlibs:42
3599 msgid "B<-m>I<major>, B<--major=>I<major>"
3600 msgstr ""
3601
3602 #. type: textblock
3603 #: dh_makeshlibs:44
3604 msgid ""
3605 "Instead of trying to guess the major number of the library with objdump, use "
3606 "the major number specified after the -m parameter. This is much less useful "
3607 "than it used to be, back in the bad old days when this program looked at "
3608 "library filenames rather than using objdump."
3609 msgstr ""
3610
3611 #. type: =item
3612 #: dh_makeshlibs:49
3613 msgid "B<-V>, B<-V>I<dependencies>"
3614 msgstr ""
3615
3616 #. type: =item
3617 #: dh_makeshlibs:51
3618 msgid "B<--version-info>, B<--version-info=>I<dependencies>"
3619 msgstr ""
3620
3621 #. type: textblock
3622 #: dh_makeshlibs:53
3623 msgid ""
3624 "By default, the shlibs file generated by this program does not make packages "
3625 "depend on any particular version of the package containing the shared "
3626 "library. It may be necessary for you to add some version dependancy "
3627 "information to the shlibs file. If -V is specified with no dependency "
3628 "information, the current upstream version of the package is plugged into a "
3629 "dependency that looks like \"packagename (>= packageversion)\". Note that in "
3630 "debhelper compatibility levels before v4, the debian part of the package "
3631 "version number is also included. If -V is specified with parameters, the "
3632 "parameters can be used to specify the exact dependency information needed "
3633 "(be sure to include the package name)."
3634 msgstr ""
3635
3636 #. type: textblock
3637 #: dh_makeshlibs:64
3638 msgid ""
3639 "Beware of using -V without any parameters; this is a conservative setting "
3640 "that always ensures that other packages' shared library dependencies are at "
3641 "least as tight as they need to be (unless your library is prone to changing "
3642 "ABI without updating the upstream version number), so that if the maintainer "
3643 "screws up then they won't break. The flip side is that packages might end up "
3644 "with dependencies that are too tight and so find it harder to be upgraded."
3645 msgstr ""
3646
3647 #. type: textblock
3648 #: dh_makeshlibs:78
3649 msgid ""
3650 "Exclude files that contain \"item\" anywhere in their filename or directory "
3651 "from being treated as shared libraries."
3652 msgstr ""
3653
3654 #. type: =item
3655 #: dh_makeshlibs:81
3656 msgid "B<--add-udeb=>I<udeb>"
3657 msgstr ""
3658
3659 #. type: textblock
3660 #: dh_makeshlibs:83
3661 msgid ""
3662 "Create an additional line for udebs in the shlibs file and use \"udeb\" as "
3663 "the package name for udebs to depend on instead of the regular library "
3664 "package."
3665 msgstr ""
3666
3667 #. type: textblock
3668 #: dh_makeshlibs:88
3669 msgid "Pass \"params\" to L<dpkg-gensymbols(1)>."
3670 msgstr ""
3671
3672 #. type: =item
3673 #: dh_makeshlibs:96
3674 msgid "dh_makeshlibs"
3675 msgstr ""
3676
3677 #. type: verbatim
3678 #: dh_makeshlibs:98
3679 #, no-wrap
3680 msgid ""
3681 "Assuming this is a package named libfoobar1, generates a shlibs file that\n"
3682 "looks something like:\n"
3683 " libfoobar 1 libfoobar1\n"
3684 "\n"
3685 msgstr ""
3686
3687 #. type: =item
3688 #: dh_makeshlibs:102
3689 msgid "dh_makeshlibs -V"
3690 msgstr ""
3691
3692 #. type: verbatim
3693 #: dh_makeshlibs:104
3694 #, no-wrap
3695 msgid ""
3696 "Assuming the current version of the package is 1.1-3, generates a shlibs\n"
3697 "file that looks something like:\n"
3698 " libfoobar 1 libfoobar1 (>= 1.1)\n"
3699 "\n"
3700 msgstr ""
3701
3702 #. type: =item
3703 #: dh_makeshlibs:108
3704 msgid "dh_makeshlibs -V 'libfoobar1 (>= 1.0)'"
3705 msgstr ""
3706
3707 #. type: verbatim
3708 #: dh_makeshlibs:110
3709 #, no-wrap
3710 msgid ""
3711 "Generates a shlibs file that looks something like:\n"
3712 "  libfoobar 1 libfoobar1 (>= 1.0)\n"
3713 "\n"
3714 msgstr ""
3715
3716 #. type: textblock
3717 #: dh_md5sums:5
3718 msgid "dh_md5sums - generate DEBIAN/md5sums file"
3719 msgstr ""
3720
3721 #. type: textblock
3722 #: dh_md5sums:15
3723 msgid ""
3724 "B<dh_md5sums> [S<I<debhelper options>>] [B<-x>] [B<-X>I<item>] "
3725 "[B<--include-conffiles>]"
3726 msgstr ""
3727
3728 #. type: textblock
3729 #: dh_md5sums:19
3730 msgid ""
3731 "dh_md5sums is a debhelper program that is responsible for generating a "
3732 "DEBIAN/md5sums file, which lists the md5sums of each file in the package.  "
3733 "These files are used by the debsums package."
3734 msgstr ""
3735
3736 #. type: textblock
3737 #: dh_md5sums:23
3738 msgid ""
3739 "All files in DEBIAN/ are omitted from the md5sums file, as are all conffiles "
3740 "(unless you use the --include-conffiles switch)."
3741 msgstr ""
3742
3743 #. type: textblock
3744 #: dh_md5sums:26
3745 msgid "The md5sums file is installed with proper permissions and ownerships."
3746 msgstr ""
3747
3748 #. type: =item
3749 #: dh_md5sums:32
3750 msgid "B<-x>, B<--include-conffiles>"
3751 msgstr ""
3752
3753 #. type: textblock
3754 #: dh_md5sums:34
3755 msgid ""
3756 "Include conffiles in the md5sums list. Note that this information is "
3757 "redundant since it is included elsewhere in debian packages."
3758 msgstr ""
3759
3760 #. type: textblock
3761 #: dh_md5sums:39
3762 msgid ""
3763 "Exclude files that contain \"item\" anywhere in their filename from being "
3764 "listed in the md5sums file."
3765 msgstr ""
3766
3767 #. type: textblock
3768 #: dh_movefiles:5
3769 msgid "dh_movefiles - move files out of debian/tmp into subpackages"
3770 msgstr ""
3771
3772 #. type: textblock
3773 #: dh_movefiles:14
3774 msgid ""
3775 "B<dh_movefiles> [S<I<debhelper options>>] [B<--sourcedir=>I<dir>] "
3776 "[B<-X>I<item>] S<I<file ...>>]"
3777 msgstr ""
3778
3779 #. type: textblock
3780 #: dh_movefiles:18
3781 msgid ""
3782 "dh_movefiles is a debhelper program that is responsible for moving files out "
3783 "of debian/tmp or some other directory and into other package build "
3784 "directories. This may be useful if your package has a Makefile that installs "
3785 "everything into debian/tmp, and you need to break that up into subpackages."
3786 msgstr ""
3787
3788 #. type: textblock
3789 #: dh_movefiles:23
3790 msgid ""
3791 "Note: dh_install is a much better program, and you are recommended to use it "
3792 "instead of dh_movefiles."
3793 msgstr ""
3794
3795 #. type: =item
3796 #: dh_movefiles:30
3797 msgid "debian/I<package>.files"
3798 msgstr ""
3799
3800 #. type: textblock
3801 #: dh_movefiles:32
3802 msgid ""
3803 "Lists the files to be moved into a package, separated by whitespace. The "
3804 "filenames listed should be relative to debian/tmp/. You can also list "
3805 "directory names, and the whole directory will be moved."
3806 msgstr ""
3807
3808 #. type: =item
3809 #: dh_movefiles:42
3810 msgid "B<--sourcedir=>I<dir>"
3811 msgstr ""
3812
3813 #. type: textblock
3814 #: dh_movefiles:44
3815 msgid ""
3816 "Instead of moving files out of debian/tmp (the default), this option makes "
3817 "it move files out of some other directory. Since the entire contents of the "
3818 "sourcedir is moved, specifying something like --sourcedir=/ is very unsafe, "
3819 "so to prevent mistakes, the sourcedir must be a relative filename; it cannot "
3820 "begin with a `/'."
3821 msgstr ""
3822
3823 #. type: textblock
3824 #: dh_movefiles:57
3825 msgid ""
3826 "Lists files to move. The filenames listed should be relative to "
3827 "debian/tmp/. You can also list directory names, and the whole directory will "
3828 "be moved. It is an error to list files here unless you use -p, -i, or -a to "
3829 "tell dh_movefiles which subpackage to put them in."
3830 msgstr ""
3831
3832 #. type: textblock
3833 #: dh_movefiles:66
3834 msgid ""
3835 "Note that files are always moved out of debian/tmp by default (even if you "
3836 "have instructed debhelper to use a compatibility level higher than one, "
3837 "which does not otherwise use debian/tmp for anything at all). The idea "
3838 "behind this is that the package that is being built can be told to install "
3839 "into debian/tmp, and then files can be moved by dh_movefiles from that "
3840 "directory. Any files or directories that remain are ignored, and get deleted "
3841 "by dh_clean later."
3842 msgstr ""
3843
3844 #. type: textblock
3845 #: dh_perl:5
3846 msgid "dh_perl - calculates perl dependencies and cleans up after MakeMaker"
3847 msgstr ""
3848
3849 #. type: textblock
3850 #: dh_perl:16
3851 msgid "B<dh_perl> [S<I<debhelper options>>] [B<-d>] [S<I<library dirs ...>>]"
3852 msgstr ""
3853
3854 #. type: textblock
3855 #: dh_perl:20
3856 msgid ""
3857 "dh_perl is a debhelper program that is responsible for generating the "
3858 "${perl:Depends} substitutions and adding them to substvars files."
3859 msgstr ""
3860
3861 #. type: textblock
3862 #: dh_perl:23
3863 msgid ""
3864 "The program will look at perl scripts and modules in your package, and will "
3865 "use this information to generate a dependency on perl or perlapi. The "
3866 "dependency will be substituted into your package's control file wherever you "
3867 "place the token \"${perl:Depends}\"."
3868 msgstr ""
3869
3870 #. type: textblock
3871 #: dh_perl:28
3872 msgid ""
3873 "dh_perl also cleans up empty directories that MakeMaker can generate when "
3874 "installing perl modules."
3875 msgstr ""
3876
3877 #. type: =item
3878 #: dh_perl:35
3879 msgid "B<-d>"
3880 msgstr ""
3881
3882 #. type: textblock
3883 #: dh_perl:37
3884 msgid ""
3885 "In some specific cases you may want to depend on perl-base rather than the "
3886 "full perl package. If so, you can pass the -d option to make dh_perl "
3887 "generate a dependency on the correct base package. This is only necessary "
3888 "for some packages that are included in the base system."
3889 msgstr ""
3890
3891 #. type: textblock
3892 #: dh_perl:42
3893 msgid ""
3894 "Note that this flag may cause no dependency on perl-base to be generated at "
3895 "all. perl-base is Essential, so its dependency can be left out, unless a "
3896 "versioned dependency is needed."
3897 msgstr ""
3898
3899 #. type: =item
3900 #: dh_perl:46
3901 msgid "B<-V>"
3902 msgstr ""
3903
3904 #. type: textblock
3905 #: dh_perl:48
3906 msgid ""
3907 "By default, scripts and architecture independent modules don't depend on any "
3908 "specific version of perl.  The -V option causes the current version of the "
3909 "perl (or perl-base with -d) package to be specified."
3910 msgstr ""
3911
3912 #. type: =item
3913 #: dh_perl:52
3914 msgid "I<library dirs>"
3915 msgstr ""
3916
3917 #. type: textblock
3918 #: dh_perl:54
3919 msgid ""
3920 "If your package installs perl modules in non-standard directories, you can "
3921 "make dh_perl check those directories by passing their names on the command "
3922 "line. It will only check the vendorlib and vendorarch directories by "
3923 "default."
3924 msgstr ""
3925
3926 #. type: textblock
3927 #: dh_perl:63
3928 msgid "Debian policy, version 3.8.3"
3929 msgstr ""
3930
3931 #. type: textblock
3932 #: dh_perl:65
3933 msgid "Perl policy, version 1.20"
3934 msgstr ""
3935
3936 #. type: textblock
3937 #: dh_perl:153
3938 msgid "Brendan O'Dea <bod@debian.org>"
3939 msgstr ""
3940
3941 #. type: textblock
3942 #: dh_python:5
3943 msgid ""
3944 "dh_python - calculates python dependencies and adds postinst and prerm "
3945 "python scripts"
3946 msgstr ""
3947
3948 #. type: textblock
3949 #: dh_python:15
3950 msgid ""
3951 "B<dh_python> [S<I<debhelper options>>] [B<-n>] [B<-V> I<version>] "
3952 "[S<I<module dirs ...>>]"
3953 msgstr ""
3954
3955 #. type: textblock
3956 #: dh_python:19
3957 msgid ""
3958 "Note: This program is deprecated. You should use dh_pysupport or "
3959 "dh_pycentral instead. This program will do nothing if debian/pycompat or a "
3960 "Python-Version control file field exists."
3961 msgstr ""
3962
3963 #. type: textblock
3964 #: dh_python:23
3965 msgid ""
3966 "dh_python is a debhelper program that is responsible for generating the "
3967 "${python:Depends} substitutions and adding them to substvars files. It will "
3968 "also add a postinst and a prerm script if required."
3969 msgstr ""
3970
3971 #. type: textblock
3972 #: dh_python:27
3973 msgid ""
3974 "The program will look at python scripts and modules in your package, and "
3975 "will use this information to generate a dependency on python, with the "
3976 "current major version, or on pythonX.Y if your scripts or modules need a "
3977 "specific python version. The dependency will be substituted into your "
3978 "package's control file wherever you place the token \"${python:Depends}\"."
3979 msgstr ""
3980
3981 #. type: textblock
3982 #: dh_python:33
3983 msgid ""
3984 "If some modules need to be byte-compiled at install time, appropriate "
3985 "postinst and prerm scripts will be generated. If already byte-compiled "
3986 "modules are found, they are removed."
3987 msgstr ""
3988
3989 #. type: textblock
3990 #: dh_python:37
3991 msgid "If you use this program, your package should build-depend on python."
3992 msgstr ""
3993
3994 #. type: =item
3995 #: dh_python:43
3996 msgid "I<module dirs>"
3997 msgstr ""
3998
3999 #. type: textblock
4000 #: dh_python:45
4001 msgid ""
4002 "If your package installs python modules in non-standard directories, you can "
4003 "make dh_python check those directories by passing their names on the command "
4004 "line. By default, it will check /usr/lib/site-python, /usr/lib/$PACKAGE, "
4005 "/usr/share/$PACKAGE, /usr/lib/games/$PACKAGE, /usr/share/games/$PACKAGE and "
4006 "/usr/lib/python?.?/site-packages."
4007 msgstr ""
4008
4009 #. type: textblock
4010 #: dh_python:51
4011 msgid ""
4012 "Note: only /usr/lib/site-python, /usr/lib/python?.?/site-packages and the "
4013 "extra names on the command line are searched for binary (.so) modules."
4014 msgstr ""
4015
4016 #. type: =item
4017 #: dh_python:54
4018 msgid "B<-V> I<version>"
4019 msgstr ""
4020
4021 #. type: textblock
4022 #: dh_python:56
4023 msgid ""
4024 "If the .py files your package ships are meant to be used by a specific "
4025 "pythonX.Y version, you can use this option to specify the desired version, "
4026 "such as 2.3. Do not use if you ship modules in /usr/lib/site-python."
4027 msgstr ""
4028
4029 #. type: textblock
4030 #: dh_python:68
4031 msgid "Debian policy, version 3.5.7"
4032 msgstr ""
4033
4034 #. type: textblock
4035 #: dh_python:70
4036 msgid "Python policy, version 0.3.7"
4037 msgstr ""
4038
4039 #. type: textblock
4040 #: dh_python:290
4041 msgid "Josselin Mouette <joss@debian.org>"
4042 msgstr ""
4043
4044 #. type: textblock
4045 #: dh_python:292
4046 msgid "most ideas stolen from Brendan O'Dea <bod@debian.org>"
4047 msgstr ""
4048
4049 #. type: textblock
4050 #: dh_scrollkeeper:5
4051 msgid "dh_scrollkeeper - deprecated no-op"
4052 msgstr ""
4053
4054 #. type: textblock
4055 #: dh_scrollkeeper:14
4056 msgid "B<dh_scrollkeeper> [S<I<debhelper options>>] [B<-n>] [S<I<directory>>]"
4057 msgstr ""
4058
4059 #. type: textblock
4060 #: dh_scrollkeeper:18
4061 msgid ""
4062 "dh_scrollkeeper was a debhelper program that handled registering OMF files "
4063 "for ScrollKeeper. However, it no longer does anything, and is now "
4064 "deprecated."
4065 msgstr ""
4066
4067 #. type: textblock
4068 #: dh_shlibdeps:5
4069 msgid "dh_shlibdeps - calculate shared library dependencies"
4070 msgstr ""
4071
4072 #. type: textblock
4073 #: dh_shlibdeps:15
4074 msgid ""
4075 "B<dh_shlibdeps> [S<I<debhelper options>>] [B<-L>I<package>] "
4076 "[B<-l>I<directory>] [B<-X>I<item>] [S<B<--> I<params>>]"
4077 msgstr ""
4078
4079 #. type: textblock
4080 #: dh_shlibdeps:19
4081 msgid ""
4082 "dh_shlibdeps is a debhelper program that is responsible for calculating "
4083 "shared library dependencies for packages."
4084 msgstr ""
4085
4086 #. type: textblock
4087 #: dh_shlibdeps:22
4088 msgid ""
4089 "This program is merely a wrapper around L<dpkg-shlibdeps(1)> that calls it "
4090 "once for each package listed in the control file, passing it a list of ELF "
4091 "executables and shared libraries it has found."
4092 msgstr ""
4093
4094 #. type: =item
4095 #: dh_shlibdeps:30
4096 msgid "B<-u>I<params>, B<--dpkg-shlibdeps-params=>I<params>"
4097 msgstr ""
4098
4099 #. type: textblock
4100 #: dh_shlibdeps:34
4101 msgid "Pass \"params\" to L<dpkg-shlibdeps(1)>."
4102 msgstr ""
4103
4104 #. type: textblock
4105 #: dh_shlibdeps:38
4106 msgid ""
4107 "Exclude files that contain \"item\" anywhere in their filename from being "
4108 "passed to dpkg-shlibdeps. This will make their dependencies be ignored.  "
4109 "This may be useful in some situations, but use it with caution. This option "
4110 "may be used more than once to exclude more than one thing."
4111 msgstr ""
4112
4113 #. type: =item
4114 #: dh_shlibdeps:43
4115 msgid "B<-l>I<directory>[:directory:directory:..]"
4116 msgstr ""
4117
4118 #. type: textblock
4119 #: dh_shlibdeps:45
4120 msgid "With recent versions of dpkg-shlibdeps, this option is generally not needed."
4121 msgstr ""
4122
4123 #. type: textblock
4124 #: dh_shlibdeps:48
4125 msgid ""
4126 "Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the "
4127 "specified directory (or directories -- separate with colons). With recent "
4128 "versions of dpkg-shlibdeps, this is mostly only useful for packages that "
4129 "build multiple flavors of the same library, or other situations where the "
4130 "library is installed into a directory not on the regular library search "
4131 "path."
4132 msgstr ""
4133
4134 #. type: =item
4135 #: dh_shlibdeps:55
4136 msgid "B<-L>I<package>, B<--libpackage=>I<package>"
4137 msgstr ""
4138
4139 #. type: textblock
4140 #: dh_shlibdeps:57
4141 msgid ""
4142 "With recent versions of dpkg-shlibdeps, this option is generally not needed, "
4143 "unless your package builds multiple flavors of the same library."
4144 msgstr ""
4145
4146 #. type: textblock
4147 #: dh_shlibdeps:60
4148 msgid ""
4149 "It tells dpkg-shlibdeps (via its -S parameter) to look first in the package "
4150 "build directory for the specified package, when searching for libraries, "
4151 "symbol files, and shlibs files."
4152 msgstr ""
4153
4154 #. type: textblock
4155 #: dh_shlibdeps:68
4156 msgid ""
4157 "Suppose that your source package produces libfoo1, libfoo-dev, and "
4158 "libfoo-bin binary packages. libfoo-bin links against libfoo1, and should "
4159 "depend on it. In your rules file, first run dh_makeshlibs, then "
4160 "dh_shlibdeps:"
4161 msgstr ""
4162
4163 #. type: verbatim
4164 #: dh_shlibdeps:72
4165 #, no-wrap
4166 msgid ""
4167 "\tdh_makeshlibs\n"
4168 "\tdh_shlibdeps\n"
4169 "\n"
4170 msgstr ""
4171
4172 #. type: textblock
4173 #: dh_shlibdeps:75
4174 msgid ""
4175 "This will have the effect of generating automatically a shlibs file for "
4176 "libfoo1, and using that file and the libfoo1 library in the "
4177 "debian/libfoo1/usr/lib directory to calculate shared library dependency "
4178 "information."
4179 msgstr ""
4180
4181 #. type: textblock
4182 #: dh_shlibdeps:80
4183 msgid ""
4184 "If a libbar1 package is also produced, that is an alternate build of libfoo, "
4185 "and is installed into /usr/lib/bar/, you can make libfoo-bin depend on "
4186 "libbar1 as follows:"
4187 msgstr ""
4188
4189 #. type: verbatim
4190 #: dh_shlibdeps:84
4191 #, no-wrap
4192 msgid ""
4193 "\tdh_shlibdeps -Llibbar1 -l/usr/lib/bar\n"
4194 "\t\n"
4195 msgstr ""
4196
4197 #. type: textblock
4198 #: dh_shlibdeps:170
4199 msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>"
4200 msgstr ""
4201
4202 #. type: textblock
4203 #: dh_strip:5
4204 msgid "dh_strip - strip executables, shared libraries, and some static libraries"
4205 msgstr ""
4206
4207 #. type: textblock
4208 #: dh_strip:15
4209 msgid ""
4210 "B<dh_strip> [S<I<debhelper options>>] [B<-X>I<item>] [--dbg-package=package] "
4211 "[--keep-debug]"
4212 msgstr ""
4213
4214 #. type: textblock
4215 #: dh_strip:19
4216 msgid ""
4217 "dh_strip is a debhelper program that is responsible for stripping "
4218 "executables, shared libraries, and static libraries that are not used for "
4219 "debugging."
4220 msgstr ""
4221
4222 #. type: textblock
4223 #: dh_strip:23
4224 msgid ""
4225 "This program examines your package build directories and works out what to "
4226 "strip on its own. It uses L<file(1)> and file permissions and filenames to "
4227 "figure out what files are shared libraries (*.so), executable binaries, and "
4228 "static (lib*.a) and debugging libraries (lib*_g.a, debug/*.so), and strips "
4229 "each as much as is possible. (Which is not at all for debugging libraries.) "
4230 "In general it seems to make very good guesses, and will do the right thing "
4231 "in almost all cases."
4232 msgstr ""
4233
4234 #. type: textblock
4235 #: dh_strip:31
4236 msgid ""
4237 "Since it is very hard to automatically guess if a file is a module, and hard "
4238 "to determine how to strip a module, dh_strip does not currently deal with "
4239 "stripping binary modules such as .o files."
4240 msgstr ""
4241
4242 #. type: textblock
4243 #: dh_strip:41
4244 msgid ""
4245 "Exclude files that contain \"item\" anywhere in their filename from being "
4246 "stripped. You may use this option multiple times to build up a list of "
4247 "things to exclude."
4248 msgstr ""
4249
4250 #. type: =item
4251 #: dh_strip:45
4252 msgid "B<--dbg-package=>I<package>"
4253 msgstr ""
4254
4255 #. type: textblock
4256 #: dh_strip:47
4257 msgid ""
4258 "Causes dh_strip to save debug symbols stripped from the packages it acts on "
4259 "as independent files in the package build directory of the specified "
4260 "debugging package."
4261 msgstr ""
4262
4263 #. type: textblock
4264 #: dh_strip:51
4265 msgid ""
4266 "For example, if your packages are libfoo and foo and you want to include a "
4267 "foo-dbg package with debugging symbols, use dh_strip --dbg-package=foo-dbg."
4268 msgstr ""
4269
4270 #. type: textblock
4271 #: dh_strip:54
4272 msgid ""
4273 "Note that this option behaves significantly different in debhelper "
4274 "compatibility levels 4 and below. Instead of specifying the name of a debug "
4275 "package to put symbols in, it specifies a package (or packages) which should "
4276 "have separated debug symbols, and the separated symbols are placed in "
4277 "packages with \"-dbg\" added to their name."
4278 msgstr ""
4279
4280 #. type: =item
4281 #: dh_strip:60
4282 msgid "B<-k>, B<--keep-debug>"
4283 msgstr ""
4284
4285 #. type: textblock
4286 #: dh_strip:62
4287 msgid ""
4288 "Debug symbols will be retained, but split into an independent file in "
4289 "usr/lib/debug/ in the package build directory. --dbg-package is easier to "
4290 "use than this option, but this option is more flexible."
4291 msgstr ""
4292
4293 #. type: textblock
4294 #: dh_strip:70
4295 msgid ""
4296 "If the DEB_BUILD_OPTIONS environment variable contains \"nostrip\", nothing "
4297 "will be stripped, in accordance with Debian policy (section 10.1 "
4298 "\"Binaries\")."
4299 msgstr ""
4300
4301 #. type: textblock
4302 #: dh_strip:76
4303 msgid "Debian policy, version 3.0.1"
4304 msgstr ""
4305
4306 #. type: textblock
4307 #: dh_suidregister:5
4308 msgid "dh_suidregister - obsolete suid registration program"
4309 msgstr ""
4310
4311 #. type: textblock
4312 #: dh_suidregister:9 dh_undocumented:14
4313 msgid "Do not run!"
4314 msgstr ""
4315
4316 #. type: textblock
4317 #: dh_suidregister:13
4318 msgid ""
4319 "This program used to register suid and sgid files with L<suidregister(1)>, "
4320 "but with the introduction of L<dpkg-statoverride(8)>, registration of files "
4321 "in this way is unnecessary, and even harmful, so this program should not be "
4322 "used."
4323 msgstr ""
4324
4325 #. type: =head1
4326 #: dh_suidregister:18
4327 msgid "CONVERTING TO STATOVERRIDE"
4328 msgstr ""
4329
4330 #. type: textblock
4331 #: dh_suidregister:20
4332 msgid ""
4333 "Converting a package that uses this program to use the new statoverride "
4334 "mechanism is easy. Just remove the call to dh_suidregister from "
4335 "debian/rules, and add a versioned conflicts into your control file, as "
4336 "follows:"
4337 msgstr ""
4338
4339 #. type: verbatim
4340 #: dh_suidregister:25
4341 #, no-wrap
4342 msgid ""
4343 "  Conflicts: suidmanager (<< 0.50)\n"
4344 "\n"
4345 msgstr ""
4346
4347 #. type: textblock
4348 #: dh_suidregister:27
4349 msgid ""
4350 "The conflicts is only necessary if your package used to register things with "
4351 "suidmanager; if it did not, you can just remove the call to this program "
4352 "from your rules file."
4353 msgstr ""
4354
4355 #. type: textblock
4356 #: dh_testdir:5
4357 msgid "dh_testdir - test directory before building debian package"
4358 msgstr ""
4359
4360 #. type: textblock
4361 #: dh_testdir:14
4362 msgid "B<dh_testdir> [S<I<debhelper options>>] [S<I<file ...>>]"
4363 msgstr ""
4364
4365 #. type: textblock
4366 #: dh_testdir:18
4367 msgid ""
4368 "dh_testdir tries to make sure that you are in the correct directory when "
4369 "building a debian package. It makes sure that the file debian/control "
4370 "exists, as well as any other files you specify. If not, it exits with an "
4371 "error."
4372 msgstr ""
4373
4374 #. type: textblock
4375 #: dh_testdir:29
4376 msgid "Test for the existence of these files too."
4377 msgstr ""
4378
4379 #. type: textblock
4380 #: dh_testroot:5
4381 msgid "dh_testroot - ensure that a package is built as root"
4382 msgstr ""
4383
4384 #. type: textblock
4385 #: dh_testroot:9
4386 msgid "B<dh_testroot> [S<I<debhelper options>>]"
4387 msgstr ""
4388
4389 #. type: textblock
4390 #: dh_testroot:13
4391 msgid ""
4392 "dh_testroot simply checks to see if you are root. If not, it exits with an "
4393 "error. Debian packages must be built as root, though you can use "
4394 "L<fakeroot(1)>"
4395 msgstr ""
4396
4397 #. type: textblock
4398 #: dh_testversion:5
4399 msgid "dh_testversion - ensure that the correct version of debhelper is installed"
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: dh_testversion:14
4404 msgid "B<dh_testversion> [S<I<debhelper options>>] [I<operator>] [I<version>]"
4405 msgstr ""
4406
4407 #. type: textblock
4408 #: dh_testversion:18
4409 msgid "Note: This program is deprecated. You should use build dependencies instead."
4410 msgstr ""
4411
4412 #. type: textblock
4413 #: dh_testversion:21
4414 msgid ""
4415 "dh_testversion compares the version of debhelper against the version you "
4416 "specify, and if the condition is not met, exits with an error message."
4417 msgstr ""
4418
4419 #. type: textblock
4420 #: dh_testversion:24
4421 msgid ""
4422 "You can use this in your debian/rules files if a new debhelper feature is "
4423 "introduced, and your package requires that feature to build correctly. Use "
4424 "debhelper's changelog to figure out the version you need."
4425 msgstr ""
4426
4427 #. type: textblock
4428 #: dh_testversion:28
4429 msgid ""
4430 "Be sure not to overuse dh_testversion. If debhelper version 9.5 introduces a "
4431 "new dh_autofixbugs command, and your package uses it, then if someone tries "
4432 "to build it with debhelper 1.0, the build will fail anyway when "
4433 "dh_autofixbugs cannot be found, so there is no need for you to use "
4434 "dh_testversion."
4435 msgstr ""
4436
4437 #. type: =item
4438 #: dh_testversion:38
4439 msgid "I<operator>"
4440 msgstr ""
4441
4442 #. type: textblock
4443 #: dh_testversion:40
4444 msgid ""
4445 "Optional comparison operator used in comparing the versions. If not "
4446 "specified, \">=\" is used. For descriptions of the comparison operators, see "
4447 "dpkg --help."
4448 msgstr ""
4449
4450 #. type: =item
4451 #: dh_testversion:44
4452 msgid "I<version>"
4453 msgstr ""
4454
4455 #. type: textblock
4456 #: dh_testversion:46
4457 msgid ""
4458 "Version number to compare against the current version of debhelper. If not "
4459 "specified, dh_testversion does nothing."
4460 msgstr ""
4461
4462 #. type: textblock
4463 #: dh_undocumented:5
4464 msgid "dh_undocumented - obsolete undocumented.7 symlink program"
4465 msgstr ""
4466
4467 #. type: textblock
4468 #: dh_undocumented:18
4469 msgid ""
4470 "This program used to make symlinks to the undocumented.7 man page for man "
4471 "pages not present in a package. Debian policy now frowns on use of the "
4472 "undocumented.7 man page, and so this program does nothing, and should not be "
4473 "used."
4474 msgstr ""
4475
4476 #. type: textblock
4477 #: dh_usrlocal:5
4478 msgid "dh_usrlocal - migrate usr/local directories to maintainer scripts"
4479 msgstr ""
4480
4481 #. type: textblock
4482 #: dh_usrlocal:17
4483 msgid "B<dh_usrlocal> [S<I<debhelper options>>] [B<-n>]"
4484 msgstr ""
4485
4486 #. type: textblock
4487 #: dh_usrlocal:21
4488 msgid ""
4489 "dh_usrlocal is a debhelper program that can be used for building packages "
4490 "that will provide a subdirectory in /usr/local when installed."
4491 msgstr ""
4492
4493 #. type: textblock
4494 #: dh_usrlocal:24
4495 msgid ""
4496 "It finds subdirectories of usr/local in the package build directory, and "
4497 "removes them, replacing them with maintainer script snippets (unless B<-n> "
4498 "is used) to create the directories at install time, and remove them when the "
4499 "package is removed, in a manner compliant with Debian policy. These snippets "
4500 "are inserted into the maintainer scripts by dh_installdeb. See "
4501 "L<dh_installdeb(1)> for an explanation of Debhelper maintainer script "
4502 "snippets."
4503 msgstr ""
4504
4505 #. type: textblock
4506 #: dh_usrlocal:32
4507 msgid ""
4508 "If the directories found in the build tree have unusual owners, groups, or "
4509 "permissions, then those values will be preserved in the directories made by "
4510 "the postinst script. However, as a special exception, if a directory is "
4511 "owned by root.root, it will be treated as if it is owned by root.staff and "
4512 "is mode 2775. This is useful, since that is the group and mode policy "
4513 "recommends for directories in /usr/local."
4514 msgstr ""
4515
4516 #. type: textblock
4517 #: dh_usrlocal:45
4518 msgid "Do not modify F<postinst>/F<prerm> scripts."
4519 msgstr ""
4520
4521 #. type: textblock
4522 #: dh_usrlocal:57
4523 msgid "Debian policy, version 2.2"
4524 msgstr ""
4525
4526 #. type: textblock
4527 #: dh_usrlocal:122
4528 msgid "Andrew Stribblehill <ads@debian.org>"
4529 msgstr ""