]> 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-01 13:48-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:43 dh_makeshlibs:66 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:51 dh_installdirs:32 dh_installdocs:53 dh_installexamples:33 dh_installinfo:32 dh_installman:62 dh_link:52
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:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_strip:68 dh_usrlocal:49
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 "Doc directory symlinks"
845 msgstr ""
846
847 #. type: textblock
848 #: debhelper.pod:476
849 msgid ""
850 "Sometimes it is useful to make a package not contain a "
851 "/usr/share/doc/package directory at all, instead placing just a dangling "
852 "symlink in the binary package, that points to some other doc "
853 "directory. Policy says this is ok if your package depends on the package "
854 "whose doc directory it uses. To accomplish this, just don't tell debhelper "
855 "to install any documentation files into the package, and use dh_link to set "
856 "up the symlink (or do it by hand), and debhelper should do the right thing: "
857 "notice it is a dangling symlink and not try to install a copyright file or "
858 "changelog."
859 msgstr ""
860
861 #. type: =head2
862 #: debhelper.pod:485
863 msgid "udebs"
864 msgstr ""
865
866 #. type: textblock
867 #: debhelper.pod:487
868 msgid ""
869 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
870 "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and "
871 "build-depend on debhelper (>= 4.2). Debhelper will try to create udebs that "
872 "comply with debian-installer policy, by making the generated package files "
873 "end in \".udeb\", not installing any documentation into a udeb, skipping "
874 "over preinst, postrm, prerm, and config scripts, etc."
875 msgstr ""
876
877 #. type: =head2
878 #: debhelper.pod:494
879 msgid "Other notes"
880 msgstr ""
881
882 #. type: textblock
883 #: debhelper.pod:496
884 msgid ""
885 "In general, if any debhelper program needs a directory to exist under "
886 "debian/, it will create it. I haven't bothered to document this in all the "
887 "man pages, but for example, dh_installdeb knows to make "
888 "debian/<package>/DEBIAN/ before trying to put files there, dh_installmenu "
889 "knows you need a debian/<package>/usr/share/menu/ before installing the menu "
890 "files, etc."
891 msgstr ""
892
893 #. type: textblock
894 #: debhelper.pod:502
895 msgid ""
896 "Once your package uses debhelper to build, be sure to add debhelper to your "
897 "Build-Depends line in debian/control. You should build-depend on a version "
898 "of debhelper equal to (or greater than) the debhelper compatibility level "
899 "your package uses. So if your package used compatibility level 7:"
900 msgstr ""
901
902 #. type: verbatim
903 #: debhelper.pod:508
904 #, no-wrap
905 msgid ""
906 "  Build-Depends: debhelper (>= 7)\n"
907 "\n"
908 msgstr ""
909
910 #. type: =head1
911 #: debhelper.pod:510
912 msgid "ENVIRONMENT"
913 msgstr ""
914
915 #. type: =item
916 #: debhelper.pod:514
917 msgid "DH_VERBOSE"
918 msgstr ""
919
920 #. type: textblock
921 #: debhelper.pod:516
922 msgid ""
923 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
924 "that modifies files on the build system."
925 msgstr ""
926
927 #. type: =item
928 #: debhelper.pod:519
929 msgid "DH_COMPAT"
930 msgstr ""
931
932 #. type: textblock
933 #: debhelper.pod:521
934 msgid ""
935 "Temporarily specifies what compatibility level debhelper should run at, "
936 "overriding any value in debian/compat."
937 msgstr ""
938
939 #. type: =item
940 #: debhelper.pod:524
941 msgid "DH_NO_ACT"
942 msgstr ""
943
944 #. type: textblock
945 #: debhelper.pod:526
946 msgid "Set to 1 to enable no-act mode."
947 msgstr ""
948
949 #. type: =item
950 #: debhelper.pod:528
951 msgid "DH_OPTIONS"
952 msgstr ""
953
954 #. type: textblock
955 #: debhelper.pod:530
956 msgid ""
957 "Anything in this variable will be prepended to the command line arguments of "
958 "all debhelper commands. Command-specific options will be ignored by commands "
959 "that do not support them."
960 msgstr ""
961
962 #. type: textblock
963 #: debhelper.pod:534
964 msgid ""
965 "This is useful in some situations, for example, if you need to pass -p to "
966 "all debhelper commands that will be run. One good way to set DH_OPTIONS is "
967 "by using \"Target-specific Variable Values\" in your debian/rules file. See "
968 "the make documentation for details on doing this."
969 msgstr ""
970
971 #. type: =item
972 #: debhelper.pod:539
973 msgid "DH_ALWAYS_EXCLUDE"
974 msgstr ""
975
976 #. type: textblock
977 #: debhelper.pod:541
978 msgid ""
979 "If set, this adds the value the variable is set to to the -X options of all "
980 "commands that support the -X option. Moreover, dh_builddeb will rm -rf "
981 "anything that matches the value in your package build tree."
982 msgstr ""
983
984 #. type: textblock
985 #: debhelper.pod:545
986 msgid ""
987 "This can be useful if you are doing a build from a CVS source tree, in which "
988 "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from "
989 "sneaking into the package you build. Or, if a package has a source tarball "
990 "that (unwisely) includes CVS directories, you might want to export "
991 "DH_ALWAYS_EXCLUDE=CVS in debian/rules, to make it take effect wherever your "
992 "package is built."
993 msgstr ""
994
995 #. type: textblock
996 #: debhelper.pod:552
997 msgid ""
998 "Multiple things to exclude can be separated with colons, as in "
999 "DH_ALWAYS_EXCLUDE=CVS:.svn"
1000 msgstr ""
1001
1002 #. type: =head1
1003 #: debhelper.pod:557 dh_builddeb:88 dh_clean:130 dh_compress:192 dh_desktop:31 dh_fixperms:122 dh_gconf:104 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:97 dh_installdirs:83 dh_installdocs:224 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:74 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:267 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:164 dh_perl: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
1004 msgid "SEE ALSO"
1005 msgstr ""
1006
1007 #. type: =item
1008 #: debhelper.pod:561
1009 msgid "F</usr/share/doc/debhelper/examples/>"
1010 msgstr ""
1011
1012 #. type: textblock
1013 #: debhelper.pod:563
1014 msgid "A set of example debian/rules files that use debhelper."
1015 msgstr ""
1016
1017 #. type: =item
1018 #: debhelper.pod:565
1019 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
1020 msgstr ""
1021
1022 #. type: textblock
1023 #: debhelper.pod:567
1024 msgid "Debhelper web site."
1025 msgstr ""
1026
1027 #. type: =head1
1028 #: debhelper.pod:571 dh_builddeb:94 dh_clean:136 dh_compress:198 dh_desktop:37 dh_fixperms:128 dh_gconf:110 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:103 dh_installdirs:89 dh_installdocs:230 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:80 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:273 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:170 dh_perl: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
1029 msgid "AUTHOR"
1030 msgstr ""
1031
1032 #. type: textblock
1033 #: debhelper.pod:573 dh_builddeb:96 dh_clean:138 dh_compress:200 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:105 dh_installdirs:91 dh_installdocs:232 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:82 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:275 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:172 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
1034 msgid "Joey Hess <joeyh@debian.org>"
1035 msgstr ""
1036
1037 #. type: textblock
1038 #: dh_builddeb:5
1039 msgid "dh_builddeb - build debian binary packages"
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: dh_builddeb:14
1044 msgid ""
1045 "B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] "
1046 "[B<--filename=>I<name>] [S<B<--> I<params>>]"
1047 msgstr ""
1048
1049 #. type: textblock
1050 #: dh_builddeb:18
1051 msgid ""
1052 "dh_builddeb simply calls L<dpkg-deb(1)> to build a debian package or "
1053 "packages."
1054 msgstr ""
1055
1056 #. type: =head1
1057 #: dh_builddeb:21 dh_clean:33 dh_compress:39 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26 dh_installcatalogs:42 dh_installchangelogs:44 dh_installcron:24 dh_installdebconf:50 dh_installdirs:28 dh_installdocs:49 dh_installemacsen:35 dh_installexamples:29 dh_installinfo:28 dh_installinit:33 dh_installlogrotate:22 dh_installmanpages:40 dh_installman:58 dh_installmenu:34 dh_installmime:31 dh_installmodules:43 dh_installpam:24 dh_install:47 dh_installppp:26 dh_installwm:32 dh_link:48 dh_makeshlibs:28 dh_md5sums:28 dh_movefiles:32 dh_perl:31 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_testversion:34 dh_usrlocal:39
1058 msgid "OPTIONS"
1059 msgstr ""
1060
1061 #. type: =item
1062 #: dh_builddeb:25
1063 msgid "B<--destdir=>I<directory>"
1064 msgstr ""
1065
1066 #. type: textblock
1067 #: dh_builddeb:27
1068 msgid ""
1069 "Use this if you want the generated .deb files to be put in a directory other "
1070 "than the default of \"..\""
1071 msgstr ""
1072
1073 #. type: =item
1074 #: dh_builddeb:30
1075 msgid "B<--filename=>I<name>"
1076 msgstr ""
1077
1078 #. type: textblock
1079 #: dh_builddeb:32
1080 msgid ""
1081 "Use this if you want to force the generated .deb file to have a particular "
1082 "file name. Does not work well if more than one .deb is generated!"
1083 msgstr ""
1084
1085 #. type: =item
1086 #: dh_builddeb:35
1087 msgid "B<-u>I<params>"
1088 msgstr ""
1089
1090 #. type: =item
1091 #: dh_builddeb:37 dh_gencontrol:32 dh_installdebconf:58 dh_installinit:78 dh_makeshlibs:76 dh_shlibdeps:32
1092 msgid "B<--> I<params>"
1093 msgstr ""
1094
1095 #. type: textblock
1096 #: dh_builddeb:39
1097 msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
1098 msgstr ""
1099
1100 #. type: textblock
1101 #: dh_builddeb:90 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:99 dh_installdirs:85 dh_installdocs:226 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:76 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:269 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:166 dh_perl: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
1102 msgid "L<debhelper(7)>"
1103 msgstr ""
1104
1105 #. type: textblock
1106 #: dh_builddeb:92 dh_clean:134 dh_compress:196 dh_desktop:35 dh_fixperms:126 dh_gconf:108 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:101 dh_installdirs:87 dh_installdocs:228 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:78 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:271 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:168 dh_perl: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
1107 msgid "This program is a part of debhelper."
1108 msgstr ""
1109
1110 #. type: textblock
1111 #: dh_clean:5
1112 msgid "dh_clean - clean up package build directories"
1113 msgstr ""
1114
1115 #. type: textblock
1116 #: dh_clean:14
1117 msgid ""
1118 "B<dh_clean> [S<I<debhelper options>>] [B<-k>] [B<-d>] [B<-X>I<item>] "
1119 "[S<I<file ...>>]"
1120 msgstr ""
1121
1122 #. type: verbatim
1123 #: dh_clean:18
1124 #, no-wrap
1125 msgid ""
1126 "dh_clean is a debhelper program that is responsible for cleaning up after "
1127 "a\n"
1128 "package is built. It removes the package build directories, and removes "
1129 "some\n"
1130 "other files including debian/files, and any detritus left behind by other\n"
1131 "debhelper commands. It also removes common files that should not appear in "
1132 "a\n"
1133 "debian diff:\n"
1134 "  #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P *-stamp\n"
1135 "\n"
1136 msgstr ""
1137
1138 #. type: textblock
1139 #: dh_clean:25
1140 msgid "The debian/clean file can list other files to be removed."
1141 msgstr ""
1142
1143 #. type: textblock
1144 #: dh_clean:27
1145 msgid ""
1146 "It does not run \"make clean\" to clean up after the build process. Use "
1147 "L<dh_auto_clean(1)> to do things like that."
1148 msgstr ""
1149
1150 #. type: textblock
1151 #: dh_clean:30
1152 msgid ""
1153 "dh_clean (or \"dh clean\") should be the last debhelper command run in the "
1154 "clean target in debian/rules."
1155 msgstr ""
1156
1157 #. type: =item
1158 #: dh_clean:37 dh_installchangelogs:48
1159 msgid "B<-k>, B<--keep>"
1160 msgstr ""
1161
1162 #. type: textblock
1163 #: dh_clean:39
1164 msgid "This is deprecated, use L<dh_prep(1)> instead."
1165 msgstr ""
1166
1167 #. type: =item
1168 #: dh_clean:41
1169 msgid "B<-d>, B<--dirs-only>"
1170 msgstr ""
1171
1172 #. type: textblock
1173 #: dh_clean:43
1174 msgid ""
1175 "Only clean the package build directories, do not clean up any other files at "
1176 "all."
1177 msgstr ""
1178
1179 #. type: =item
1180 #: dh_clean:46
1181 msgid "B<-X>I<item> B<--exclude=>I<item>"
1182 msgstr ""
1183
1184 #. type: textblock
1185 #: dh_clean:48
1186 msgid ""
1187 "Exclude files that contain \"item\" anywhere in their filename from being "
1188 "deleted, even if they would normally be deleted. You may use this option "
1189 "multiple times to build up a list of things to exclude."
1190 msgstr ""
1191
1192 #. type: =item
1193 #: dh_clean:52 dh_compress:56 dh_installdocs:63 dh_installexamples:38 dh_installinfo:37 dh_installmanpages:44 dh_movefiles:49 dh_testdir:27
1194 msgid "I<file ...>"
1195 msgstr ""
1196
1197 #. type: textblock
1198 #: dh_clean:54
1199 msgid "Delete these files too."
1200 msgstr ""
1201
1202 #. type: textblock
1203 #: dh_compress:5
1204 msgid "dh_compress - compress files and fix symlinks in package build directories"
1205 msgstr ""
1206
1207 #. type: textblock
1208 #: dh_compress:15
1209 msgid ""
1210 "B<dh_compress> [S<I<debhelper options>>] [B<-X>I<item>] [B<-A>] [S<I<file "
1211 "...>>]"
1212 msgstr ""
1213
1214 #. type: textblock
1215 #: dh_compress:19
1216 msgid ""
1217 "dh_compress is a debhelper program that is responsible for compressing the "
1218 "files in package build directories, and makes sure that any symlinks that "
1219 "pointed to the files before they were compressed are updated to point to the "
1220 "new files."
1221 msgstr ""
1222
1223 #. type: textblock
1224 #: dh_compress:24
1225 msgid ""
1226 "By default, dh_compress compresses files that debian policy mandates should "
1227 "be compressed, namely all files in usr/share/info, usr/share/man, "
1228 "usr/X11R6/man, files in usr/share/doc that are larger than 4k in size, "
1229 "(except the copyright file, .html and .css files, image files, and files "
1230 "that appear to be already compressed based on their extensions), and all "
1231 "changelog files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and "
1232 "usr/share/fonts/X11/"
1233 msgstr ""
1234
1235 #. type: textblock
1236 #: dh_compress:32
1237 msgid ""
1238 "If a debian/package.compress file exists, the default files are not "
1239 "compressed. Instead, the debian/packages.compress is ran as a shell script, "
1240 "and all filenames that the shell script outputs will be compressed.  The "
1241 "shell script will be run from inside the package build directory. Note "
1242 "though that using -X is a much better idea in general; you should only use a "
1243 "debian/package.compress file if you really need to."
1244 msgstr ""
1245
1246 #. type: textblock
1247 #: dh_compress:45
1248 msgid ""
1249 "Exclude files that contain \"item\" anywhere in their filename from being "
1250 "compressed. For example, -X.tiff will exclude tiff files from compression.  "
1251 "You may use this option multiple times to build up a list of things to "
1252 "exclude. You can accomplish the same thing by using a debian/compress file, "
1253 "but this is easier."
1254 msgstr ""
1255
1256 #. type: textblock
1257 #: dh_compress:53
1258 msgid ""
1259 "Compress all files specified by command line parameters in ALL packages "
1260 "acted on."
1261 msgstr ""
1262
1263 #. type: textblock
1264 #: dh_compress:58
1265 msgid "Add these files to the list of files to compress."
1266 msgstr ""
1267
1268 #. type: =head1
1269 #: dh_compress:62 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55
1270 msgid "CONFORMS TO"
1271 msgstr ""
1272
1273 #. type: textblock
1274 #: dh_compress:64
1275 msgid "Debian policy, version 3.0"
1276 msgstr ""
1277
1278 #. type: textblock
1279 #: dh_desktop:5
1280 msgid "dh_desktop - deprecated no-op"
1281 msgstr ""
1282
1283 #. type: textblock
1284 #: dh_desktop:14
1285 msgid "B<dh_desktop> [S<I<debhelper options>>]"
1286 msgstr ""
1287
1288 #. type: textblock
1289 #: dh_desktop:18
1290 msgid ""
1291 "dh_desktop was a debhelper program that registers .desktop files.  However, "
1292 "it no longer does anything, and is now deprecated."
1293 msgstr ""
1294
1295 #. type: textblock
1296 #: dh_desktop:21
1297 msgid ""
1298 "If a package ships desktop files, they just need to be installed in the "
1299 "correct location (/usr/share/applications) and they will be registered by "
1300 "the appropriate tools for the corresponding desktop environments."
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: dh_desktop:33 dh_scrollkeeper:30
1305 msgid "L<debhelper>"
1306 msgstr ""
1307
1308 #. type: textblock
1309 #: dh_desktop:39 dh_scrollkeeper:36
1310 msgid "Ross Burton <ross@burtonini.com>"
1311 msgstr ""
1312
1313 #. type: textblock
1314 #: dh_fixperms:5
1315 msgid "dh_fixperms - fix permissions of files in package build directories"
1316 msgstr ""
1317
1318 #. type: textblock
1319 #: dh_fixperms:14
1320 msgid "B<dh_fixperms> [S<I<debhelper options>>] [B<-X>I<item>]"
1321 msgstr ""
1322
1323 #. type: textblock
1324 #: dh_fixperms:18
1325 msgid ""
1326 "dh_fixperms is a debhelper program that is responsible for setting the "
1327 "permissions of files and directories in package build directories to a sane "
1328 "state -- a state that complies with Debian policy."
1329 msgstr ""
1330
1331 #. type: textblock
1332 #: dh_fixperms:22
1333 msgid ""
1334 "dh_fixperms makes all files in usr/share/doc in the package build directory "
1335 "(excluding files in the examples/ directory) be mode 644. It also changes "
1336 "the permissions of all man pages to mode 644. It makes all files be owned by "
1337 "root, and it removes group and other write permission from all files. It "
1338 "removes execute permissions from any libraries, headers, perl modules, or "
1339 "desktop files that have it set. It makes all files in the standard bin and "
1340 "sbin directories, usr/games/ and etc/init.d executable (since v4). Finally, "
1341 "it removes the setuid and setgid bits from all files in the package."
1342 msgstr ""
1343
1344 #. type: =item
1345 #: dh_fixperms:35
1346 msgid "B<-X>I<item>, B<--exclude> I<item>"
1347 msgstr ""
1348
1349 #. type: textblock
1350 #: dh_fixperms:37
1351 msgid ""
1352 "Exclude files that contain \"item\" anywhere in their filename from having "
1353 "their permissions changed. You may use this option multiple times to build "
1354 "up a list of things to exclude."
1355 msgstr ""
1356
1357 #. type: textblock
1358 #: dh_gconf:5
1359 msgid "dh_gconf - generate GConf schema registration scripts"
1360 msgstr ""
1361
1362 #. type: textblock
1363 #: dh_gconf:14
1364 msgid "B<dh_gconf> [S<I<debhelper options>>] [B<--priority=<number>>]"
1365 msgstr ""
1366
1367 #. type: textblock
1368 #: dh_gconf:18
1369 msgid ""
1370 "dh_gconf is a debhelper program that is responsible for registering GConf "
1371 "schemas."
1372 msgstr ""
1373
1374 #. type: textblock
1375 #: dh_gconf:21
1376 msgid ""
1377 "It automatically generates the postinst and prerm fragments needed to "
1378 "register and unregister the schemas in usr/share/gconf/schemas, using "
1379 "gconf-schemas."
1380 msgstr ""
1381
1382 #. type: textblock
1383 #: dh_gconf:25
1384 msgid ""
1385 "If a file named debian/package.gconf-defaults exists, then it is installed "
1386 "into usr/share/gconf/defaults/10_package in the package build directory, "
1387 "with \"package\" replaced by the package name. Some postinst and postrm "
1388 "fragments will be generated to launch update-gconf-defaults."
1389 msgstr ""
1390
1391 #. type: textblock
1392 #: dh_gconf:30
1393 msgid ""
1394 "If a file named debian/package.gconf-mandatory exists, then it is installed "
1395 "into usr/share/gconf/mandatory/10_package in the package build directory, "
1396 "with \"package\" replaced by the package name, and similar postinst and "
1397 "postrm fragments will be generated."
1398 msgstr ""
1399
1400 #. type: textblock
1401 #: dh_gconf:35
1402 msgid ""
1403 "The gconf-schemas and update-gconf-defaults scripts are provided by the "
1404 "gconf2 package. An appropriate dependency will be generated in "
1405 "${misc:Depends}."
1406 msgstr ""
1407
1408 #. type: =item
1409 #: dh_gconf:43
1410 msgid "B<--priority> I<priority>"
1411 msgstr ""
1412
1413 #. type: textblock
1414 #: dh_gconf:45
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:112
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 "The file F<debian/I<package>.sgmlcatalogs> contains the catalogs to be "
1483 "installed per package.  Each line in that file should be of the form "
1484 "C<source dest>, where C<source> indicates where the catalog resides in the "
1485 "source tree, and C<dest> indicates the destination location for the catalog "
1486 "under the package build area.  C<dest> should start with "
1487 "F</usr/share/sgml/>."
1488 msgstr ""
1489
1490 #. type: textblock
1491 #: dh_installcatalogs:30
1492 msgid ""
1493 "Catalogs will be registered in a supercatalog, in "
1494 "F</etc/sgml/I<package>.cat>."
1495 msgstr ""
1496
1497 #. type: textblock
1498 #: dh_installcatalogs:33
1499 msgid ""
1500 "This command automatically adds maintainer script snippets for registering "
1501 "and unregistering the catalogs and \"supercatalogs\" (unless B<-n> is "
1502 "used). These snippets are inserted into the maintainer scripts by "
1503 "dh_installdeb; see L<dh_installdeb(1)> for an explanation of Debhelper "
1504 "maintainer script snippets."
1505 msgstr ""
1506
1507 #. type: textblock
1508 #: dh_installcatalogs:39
1509 msgid ""
1510 "A dependency on B<sgml-base> will be added to C<${misc:Depends}>, so be sure "
1511 "your package uses that variable in F<debian/control>."
1512 msgstr ""
1513
1514 #. type: =item
1515 #: dh_installcatalogs:46 dh_installdebconf:54 dh_installemacsen:39 dh_installinit:37 dh_installmenu:38 dh_installmime:35 dh_installmodules:47 dh_installwm:42 dh_makeshlibs:62 dh_python:60 dh_usrlocal:43
1516 msgid "B<-n>, B<--noscripts>"
1517 msgstr ""
1518
1519 #. type: textblock
1520 #: dh_installcatalogs:48
1521 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts."
1522 msgstr ""
1523
1524 #. type: textblock
1525 #: dh_installcatalogs:54 dh_installdocs:87 dh_installemacsen:56 dh_installinit:112 dh_installmime:43 dh_installmodules:62 dh_installwm:55 dh_usrlocal:51
1526 msgid ""
1527 "Note that this command is not idempotent. L<dh_prep(1)> should be called "
1528 "between invocations of this command. Otherwise, it may cause multiple "
1529 "instances of the same text to be added to maintainer scripts."
1530 msgstr ""
1531
1532 #. type: textblock
1533 #: dh_installcatalogs:113
1534 msgid "F</usr/share/doc/sgml-base-doc/>"
1535 msgstr ""
1536
1537 #. type: textblock
1538 #: dh_installcatalogs:117
1539 msgid "Adam Di Carlo <aph@debian.org>"
1540 msgstr ""
1541
1542 #. type: textblock
1543 #: dh_installchangelogs:5
1544 msgid "dh_installchangelogs - install changelogs into package build directories"
1545 msgstr ""
1546
1547 #. type: textblock
1548 #: dh_installchangelogs:14
1549 msgid ""
1550 "B<dh_installchangelogs> [S<I<debhelper options>>] [B<-k>] [B<-X>I<item>] "
1551 "[I<upstream>]"
1552 msgstr ""
1553
1554 #. type: textblock
1555 #: dh_installchangelogs:18
1556 msgid ""
1557 "dh_installchangelogs is a debhelper program that is responsible for "
1558 "installing changelogs into package build directories."
1559 msgstr ""
1560
1561 #. type: textblock
1562 #: dh_installchangelogs:21
1563 msgid ""
1564 "dh_installchangelogs determines if the package is a debian native package, "
1565 "and if so, it installs debian/changelog into usr/share/doc/package/changelog "
1566 "in the package build directory. Otherwise, it installs debian/changelog into "
1567 "usr/share/doc/package/changelog.Debian in the package build directory. (If "
1568 "files named debian/package.changelog exist, they will be used in preference "
1569 "to debian/changelog.)"
1570 msgstr ""
1571
1572 #. type: textblock
1573 #: dh_installchangelogs:28
1574 msgid ""
1575 "Parallelling the debian changelog handling, this program also takes care of "
1576 "NEWS.Debian files. If there is a debian/NEWS file, it is installed as "
1577 "usr/share/doc/package/NEWS.Debian. debian/package.NEWS files can also be "
1578 "used."
1579 msgstr ""
1580
1581 #. type: textblock
1582 #: dh_installchangelogs:33
1583 msgid ""
1584 "An upstream changelog file may be specified as an option. If none is "
1585 "specified, a few common filenames are tried. (In compatibility level 7 and "
1586 "above.)"
1587 msgstr ""
1588
1589 #. type: textblock
1590 #: dh_installchangelogs:37
1591 msgid ""
1592 "If there is an upstream changelog file, it will be be installed as "
1593 "usr/share/doc/package/changelog in the package build directory. If the "
1594 "changelog is a html file (determined by file extension), it will be "
1595 "installed as usr/share/doc/package/changelog.html instead, and will be "
1596 "converted to plain text with html2text to generate "
1597 "usr/share/doc/package/changelog."
1598 msgstr ""
1599
1600 #. type: textblock
1601 #: dh_installchangelogs:50
1602 msgid ""
1603 "Keep the original name of the upstream changelog. This will be accomplished "
1604 "by installing the upstream changelog as \"changelog\", and making a symlink "
1605 "from that to the original name of the changelog file. This can be useful if "
1606 "the upstream changelog has an unusual name, or if other documentation in the "
1607 "package refers to the changelog file."
1608 msgstr ""
1609
1610 #. type: =item
1611 #: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43 dh_install:69 dh_link:57 dh_movefiles:44
1612 msgid "B<-Xitem>, B<--exclude=item>"
1613 msgstr ""
1614
1615 #. type: textblock
1616 #: dh_installchangelogs:58
1617 msgid ""
1618 "Exclude upstream changelog files that contain \"item\" anywhere in their "
1619 "filename from being installed."
1620 msgstr ""
1621
1622 #. type: =item
1623 #: dh_installchangelogs:61
1624 msgid "I<upstream>"
1625 msgstr ""
1626
1627 #. type: textblock
1628 #: dh_installchangelogs:63
1629 msgid "Install this file as the upstream changelog."
1630 msgstr ""
1631
1632 #. type: textblock
1633 #: dh_installcron:5
1634 msgid "dh_installcron - install cron scripts into etc/cron.*"
1635 msgstr ""
1636
1637 #. type: textblock
1638 #: dh_installcron:14
1639 msgid "B<dh_installcron> [S<B<debhelper options>>] [B<--name=>I<name>]"
1640 msgstr ""
1641
1642 #. type: textblock
1643 #: dh_installcron:18
1644 msgid ""
1645 "dh_installcron is a debhelper program that is responsible for installing "
1646 "cron scripts into etc/cron.*/ in package build directories. The files "
1647 "debian/package.cron.daily, debian/package.cron.weekly, "
1648 "debian/package.cron.monthly, debian/package.cron.hourly, and "
1649 "debian/package.cron.d are installed."
1650 msgstr ""
1651
1652 #. type: =item
1653 #: dh_installcron:28 dh_installinit:83 dh_installlogrotate:26 dh_installmodules:51 dh_installpam:28 dh_installppp:30
1654 msgid "B<--name=>I<name>"
1655 msgstr ""
1656
1657 #. type: textblock
1658 #: dh_installcron:30
1659 msgid ""
1660 "Look for files named debian/package.name.cron.* and install them as "
1661 "etc/cron.*/name, instead of using the usual files and installing them as the "
1662 "package name."
1663 msgstr ""
1664
1665 #. type: textblock
1666 #: dh_installdebconf:5
1667 msgid ""
1668 "dh_installdebconf - install files used by debconf in package build "
1669 "directories"
1670 msgstr ""
1671
1672 #. type: textblock
1673 #: dh_installdebconf:14
1674 msgid "B<dh_installdebconf> [S<I<debhelper options>>] [B<-n>] [S<B<--> I<params>>]"
1675 msgstr ""
1676
1677 #. type: textblock
1678 #: dh_installdebconf:18
1679 msgid ""
1680 "dh_installdebconf is a debhelper program that is responsible for installing "
1681 "files used by the debconf package into package build directories."
1682 msgstr ""
1683
1684 #. type: textblock
1685 #: dh_installdebconf:21
1686 msgid ""
1687 "It also automatically generates the postrm commands needed to interface with "
1688 "debconf. The commands are added to the maintainer scripts by "
1689 "dh_installdeb. See L<dh_installdeb(1)> for an explanation of how that works."
1690 msgstr ""
1691
1692 #. type: textblock
1693 #: dh_installdebconf:26
1694 msgid ""
1695 "Files named debian/package.config and debian/package.templates are installed "
1696 "into the DEBIAN directory in the package build directory.  If a file named "
1697 "debian/package.config.debhelper exists, the contents of that file are merged "
1698 "into the config script as follows: If the script exists, then anywhere in it "
1699 "that \"#DEBHELPER#\" appears, the text of the .debhelper file is "
1700 "inserted. If the script does not exist, then a script is generated from the "
1701 ".debhelper file. The .debhelper files may be created by other debhelper "
1702 "programs, and are shell script fragments."
1703 msgstr ""
1704
1705 #. type: textblock
1706 #: dh_installdebconf:35
1707 msgid ""
1708 "Note that if you use debconf, your package probably needs to depend on it "
1709 "(it will be added to ${misc:Depends} by this program)."
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: dh_installdebconf:38
1714 msgid ""
1715 "Note that for your config script to be called by dpkg, your postinst needs "
1716 "to source debconf's confmodule. dh_installdebconf does not install this "
1717 "statement into postinst automatically as it it too hard to do it right."
1718 msgstr ""
1719
1720 #. type: =head1
1721 #: dh_installdebconf:43
1722 msgid "LOCALIZED TEMPLATE FILES"
1723 msgstr ""
1724
1725 #. type: textblock
1726 #: dh_installdebconf:45
1727 msgid ""
1728 "This program will look to see if you have a debian/po directory and if so "
1729 "will automatically call L<po2debconf(1)> to generate a merged templates file "
1730 "containing the translations. For this to work, your package should "
1731 "build-depend on po-debconf."
1732 msgstr ""
1733
1734 #. type: textblock
1735 #: dh_installdebconf:56
1736 msgid "Do not modify postrm script."
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: dh_installdebconf:60
1741 msgid "Pass the params to po2debconf."
1742 msgstr ""
1743
1744 #. type: textblock
1745 #: dh_installdeb:5
1746 msgid "dh_installdeb - install files into the DEBIAN directory"
1747 msgstr ""
1748
1749 #. type: textblock
1750 #: dh_installdeb:14
1751 msgid "B<dh_installdeb> [S<I<debhelper options>>]"
1752 msgstr ""
1753
1754 #. type: textblock
1755 #: dh_installdeb:18
1756 msgid ""
1757 "dh_installdeb is a debhelper program that is responsible for installing "
1758 "files into the DEBIAN directories in package build directories with the "
1759 "correct permissions."
1760 msgstr ""
1761
1762 #. type: verbatim
1763 #: dh_installdeb:22
1764 #, no-wrap
1765 msgid ""
1766 "dh_installdeb automatically installs the following files from debian/ into\n"
1767 "the DEBIAN directory:\n"
1768 "  package.postinst\n"
1769 "  package.preinst\n"
1770 "  package.postrm\n"
1771 "  package.prerm\n"
1772 "  package.shlibs\n"
1773 "  package.conffiles\n"
1774 "  package.triggers\n"
1775 "\n"
1776 msgstr ""
1777
1778 #. type: textblock
1779 #: dh_installdeb:32
1780 msgid ""
1781 "The postinst, preinst, postrm, and prerm are handled specially: If a "
1782 "corresponding file named debian/package.script.debhelper exists, the "
1783 "contents of that file are merged into the script as follows: If the script "
1784 "exists, then anywhere in it that \"#DEBHELPER#\" appears, the text of the "
1785 ".debhelper file is inserted. If the script does not exist, then a script is "
1786 "generated from the .debhelper file. The .debhelper files are created by "
1787 "other debhelper programs, such as L<dh_installmenu(1)>, and are shell script "
1788 "fragments."
1789 msgstr ""
1790
1791 #. type: textblock
1792 #: dh_installdeb:40
1793 msgid ""
1794 "In V3 compatibility mode and higher, all files in the etc/ directory in a "
1795 "package will automatically be flagged as conffiles by this program, so there "
1796 "is no need to list them manually in package.conffiles."
1797 msgstr ""
1798
1799 #. type: textblock
1800 #: dh_installdirs:5
1801 msgid "dh_installdirs - create subdirectories in package build directories"
1802 msgstr ""
1803
1804 #. type: textblock
1805 #: dh_installdirs:14
1806 msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir ...>>]"
1807 msgstr ""
1808
1809 #. type: textblock
1810 #: dh_installdirs:18
1811 msgid ""
1812 "dh_installdirs is a debhelper program that is responsible for creating "
1813 "subdirectories in package build directories."
1814 msgstr ""
1815
1816 #. type: textblock
1817 #: dh_installdirs:21
1818 msgid "A file named debian/package.dirs can list directories to be created."
1819 msgstr ""
1820
1821 #. type: textblock
1822 #: dh_installdirs:23
1823 msgid ""
1824 "Any directory names specified as parameters will be created in the package "
1825 "build directory of the first package dh_installdirs is told to act on. By "
1826 "default, this is the first binary package in debian/control, but if you use "
1827 "-p, -i, or -a flags, it will be the first package specified by those flags."
1828 msgstr ""
1829
1830 #. type: textblock
1831 #: dh_installdirs:34
1832 msgid ""
1833 "Create any directories specified by command line parameters in ALL packages "
1834 "acted on, not just the first."
1835 msgstr ""
1836
1837 #. type: =item
1838 #: dh_installdirs:37
1839 msgid "I<dir ...>"
1840 msgstr ""
1841
1842 #. type: textblock
1843 #: dh_installdirs:39
1844 msgid ""
1845 "Create these directories in the package build directory of the first package "
1846 "acted on. (Or in all packages if -A is specified.)"
1847 msgstr ""
1848
1849 #. type: textblock
1850 #: dh_installdocs:5
1851 msgid "dh_installdocs - install documentation into package build directories"
1852 msgstr ""
1853
1854 #. type: textblock
1855 #: dh_installdocs:14
1856 msgid ""
1857 "B<dh_installdocs> [S<I<debhelper options>>] [B<-A>] [B<-X>I<item>] [S<I<file "
1858 "...>>]"
1859 msgstr ""
1860
1861 #. type: textblock
1862 #: dh_installdocs:18
1863 msgid ""
1864 "dh_installdocs is a debhelper program that is responsible for installing "
1865 "documentation into usr/share/doc/package in package build directories."
1866 msgstr ""
1867
1868 #. type: textblock
1869 #: dh_installdocs:21
1870 msgid ""
1871 "dh_installdocs automatically installs debian/copyright if it exists. If "
1872 "dh_installdocs is acting on multiple packages, debian/copyright files will "
1873 "be installed into all packages. However, if you need to have separate "
1874 "copyright files for different binary packages, you can use files named "
1875 "debian/package.copyright."
1876 msgstr ""
1877
1878 #. type: textblock
1879 #: dh_installdocs:27
1880 msgid ""
1881 "Any filenames specified as parameters will be installed into the first "
1882 "package dh_installdocs is told to act on. By default, this is the first "
1883 "binary package in debian/control, but if you use B<-p>, B<-i>, or B<-a> "
1884 "flags, it will be the first package specified by those flags."
1885 msgstr ""
1886
1887 #. type: textblock
1888 #: dh_installdocs:32
1889 msgid ""
1890 "Also, debian/README.Debian (or debian/README.debian) and debian/TODO, if "
1891 "they exist, will be installed into the first binary package listed in "
1892 "debian/control, if dh_installdocs is acting on that package. Note that "
1893 "debian/TODO will be installed named TODO.Debian, if the package is not a "
1894 "debian native package. Also note that README.debian is installed as "
1895 "README.Debian, for consistency. Note that debian/package.README.Debian and "
1896 "debian/package.TODO can be used to specify files for subpackages."
1897 msgstr ""
1898
1899 #. type: textblock
1900 #: dh_installdocs:40
1901 msgid "Files named debian/package.docs can list other files to be installed."
1902 msgstr ""
1903
1904 #. type: textblock
1905 #: dh_installdocs:42
1906 msgid ""
1907 "Files named debian/package.doc-base, will be installed as doc-base control "
1908 "files. Note that the doc-id will be determined from the \"Document:\" entry "
1909 "in the doc-base control file in question."
1910 msgstr ""
1911
1912 #. type: textblock
1913 #: dh_installdocs:46
1914 msgid ""
1915 "If your package needs to register more than one document, you need multiple "
1916 "files. To accomplish this, you can use files named debian/package.doc-base.*"
1917 msgstr ""
1918
1919 #. type: textblock
1920 #: dh_installdocs:55 dh_installinfo:34 dh_installman:64
1921 msgid ""
1922 "Install all files specified by command line parameters in ALL packages acted "
1923 "on."
1924 msgstr ""
1925
1926 #. type: textblock
1927 #: dh_installdocs:60
1928 msgid ""
1929 "Exclude files that contain \"item\" anywhere in their filename from being "
1930 "installed. Note that this includes doc-base files."
1931 msgstr ""
1932
1933 #. type: textblock
1934 #: dh_installdocs:65
1935 msgid ""
1936 "Install these files as documentation into the first package acted on. (Or in "
1937 "all packages if B<-A> is specified)."
1938 msgstr ""
1939
1940 #. type: =head1
1941 #: dh_installdocs:70 dh_link:70 dh_makeshlibs:82 dh_shlibdeps:66
1942 msgid "EXAMPLES"
1943 msgstr ""
1944
1945 #. type: textblock
1946 #: dh_installdocs:72
1947 msgid "This is an example of a debian/package.docs file:"
1948 msgstr ""
1949
1950 #. type: verbatim
1951 #: dh_installdocs:74
1952 #, no-wrap
1953 msgid ""
1954 "  README\n"
1955 "  TODO\n"
1956 "  debian/notes-for-maintainers.txt\n"
1957 "  docs/manual.txt\n"
1958 "  docs/manual.pdf\n"
1959 "  docs/manual-html/\n"
1960 "\n"
1961 msgstr ""
1962
1963 #. type: textblock
1964 #: dh_installdocs:83
1965 msgid ""
1966 "Note that dh_installdocs will happily copy entire directory hierarchies if "
1967 "you ask it to (similar to cp -a). If it is asked to install a directory, it "
1968 "will install the complete contents of the directory."
1969 msgstr ""
1970
1971 #. type: textblock
1972 #: dh_installemacsen:5
1973 msgid "dh_installemacsen - register an emacs add on package"
1974 msgstr ""
1975
1976 #. type: textblock
1977 #: dh_installemacsen:14
1978 msgid ""
1979 "B<dh_installemacsen> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] "
1980 "[B<--flavor=>I<foo>]"
1981 msgstr ""
1982
1983 #. type: textblock
1984 #: dh_installemacsen:18
1985 msgid ""
1986 "dh_installemacsen is a debhelper program that is responsible for installing "
1987 "files used by the debian emacsen-common package into package build "
1988 "directories."
1989 msgstr ""
1990
1991 #. type: textblock
1992 #: dh_installemacsen:22
1993 msgid ""
1994 "It also automatically generates the postinst and prerm commands needed to "
1995 "register a package as an emacs add on package. The commands are added to the "
1996 "maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an "
1997 "explanation of how this works."
1998 msgstr ""
1999
2000 #. type: textblock
2001 #: dh_installemacsen:27
2002 msgid ""
2003 "If a file named debian/package.emacsen-install exists, then it is installed "
2004 "into usr/lib/emacsen-common/packages/install/package in the package build "
2005 "directory. Similarly, debian/package.emacsen-remove is installed into "
2006 "usr/lib/emacsen-common/packages/remove/package . And similarly, "
2007 "debian/package.emacsen-startup is installed into "
2008 "etc/emacs/site-start.d/50<package>.el (by default)."
2009 msgstr ""
2010
2011 #. type: textblock
2012 #: dh_installemacsen:41
2013 msgid "Do not modify postinst/prerm scripts."
2014 msgstr ""
2015
2016 #. type: =item
2017 #: dh_installemacsen:43 dh_installwm:36
2018 msgid "B<--priority=>I<n>"
2019 msgstr ""
2020
2021 #. type: textblock
2022 #: dh_installemacsen:45
2023 msgid "Sets the priority number of a site-start.d file. Default is 50."
2024 msgstr ""
2025
2026 #. type: =item
2027 #: dh_installemacsen:47
2028 msgid "B<--flavor=>I<foo>"
2029 msgstr ""
2030
2031 #. type: textblock
2032 #: dh_installemacsen:49
2033 msgid ""
2034 "Sets the flavor a site-start.d file will be installed in. Default is "
2035 "\"emacs\", alternatives include \"xemacs\" and \"emacs20\"."
2036 msgstr ""
2037
2038 #. type: textblock
2039 #: dh_installexamples:5
2040 msgid "dh_installexamples - install example files into package build directories"
2041 msgstr ""
2042
2043 #. type: textblock
2044 #: dh_installexamples:14
2045 msgid ""
2046 "B<dh_installexamples> [S<I<debhelper options>>] [B<-A>] [B<-X>I<item>] "
2047 "[S<I<file ...>>]"
2048 msgstr ""
2049
2050 #. type: textblock
2051 #: dh_installexamples:18
2052 msgid ""
2053 "dh_installexamples is a debhelper program that is responsible for installing "
2054 "examples into usr/share/doc/package/examples in package build directories."
2055 msgstr ""
2056
2057 #. type: textblock
2058 #: dh_installexamples:22
2059 msgid ""
2060 "Any file names specified as parameters will be installed into the first "
2061 "package dh_installexamples is told to act on. By default, this is the first "
2062 "binary package in debian/control, but if you use -p, -i, or -a flags, it "
2063 "will be the first package specified by those flags."
2064 msgstr ""
2065
2066 #. type: textblock
2067 #: dh_installexamples:27
2068 msgid "Files named debian/package.examples can list other files to be installed."
2069 msgstr ""
2070
2071 #. type: textblock
2072 #: dh_installexamples:35
2073 msgid ""
2074 "Install any files specified by command line parameters in ALL packages acted "
2075 "on."
2076 msgstr ""
2077
2078 #. type: textblock
2079 #: dh_installexamples:40
2080 msgid ""
2081 "Install these files as examples into the first package acted on. (Or into "
2082 "all packages if -A is specified.)"
2083 msgstr ""
2084
2085 #. type: textblock
2086 #: dh_installexamples:45 dh_install:71 dh_movefiles:46
2087 msgid ""
2088 "Exclude files that contain \"item\" anywhere in their filename from being "
2089 "installed."
2090 msgstr ""
2091
2092 #. type: textblock
2093 #: dh_installexamples:52
2094 msgid ""
2095 "Note that dh_installexamples will happily copy entire directory hierarchies "
2096 "if you ask it to (similar to cp -a). If it is asked to install a directory, "
2097 "it will install the complete contents of the directory."
2098 msgstr ""
2099
2100 #. type: textblock
2101 #: dh_installinfo:5
2102 msgid "dh_installinfo - install info files"
2103 msgstr ""
2104
2105 #. type: textblock
2106 #: dh_installinfo:14
2107 msgid "B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [S<I<file ...>>]"
2108 msgstr ""
2109
2110 #. type: textblock
2111 #: dh_installinfo:18
2112 msgid ""
2113 "dh_installinfo is a debhelper program that is responsible for installing "
2114 "info files into usr/share/info in the package build directory."
2115 msgstr ""
2116
2117 #. type: textblock
2118 #: dh_installinfo:21
2119 msgid ""
2120 "Any filenames specified as parameters will be installed into the first "
2121 "package dh_installinfo is told to act on. By default, this is the first "
2122 "binary package in debian/control, but if you use -p, -i, or -a flags, it "
2123 "will be the first package specified by those flags."
2124 msgstr ""
2125
2126 #. type: textblock
2127 #: dh_installinfo:26
2128 msgid "Files named debian/package.info can list other files to be installed."
2129 msgstr ""
2130
2131 #. type: textblock
2132 #: dh_installinfo:39
2133 msgid ""
2134 "Install these info files into the first package acted on. (Or in all "
2135 "packages if -A is specified)."
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: dh_installinit:5
2140 msgid "dh_installinit - install init scripts into package build directories"
2141 msgstr ""
2142
2143 #. type: textblock
2144 #: dh_installinit:14
2145 msgid ""
2146 "B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] "
2147 "[B<-R>] [B<-r>] [B<-d>] [S<B<--> I<params>>]"
2148 msgstr ""
2149
2150 #. type: textblock
2151 #: dh_installinit:18
2152 msgid ""
2153 "dh_installinit is a debhelper program that is responsible for installing "
2154 "init scripts and associated defaults files into package build directories."
2155 msgstr ""
2156
2157 #. type: textblock
2158 #: dh_installinit:21
2159 msgid ""
2160 "It also automatically generates the postinst and postrm and prerm commands "
2161 "needed to set up the symlinks in /etc/rc*.d/ and to start and stop the init "
2162 "scripts."
2163 msgstr ""
2164
2165 #. type: textblock
2166 #: dh_installinit:25
2167 msgid ""
2168 "If a file named debian/package.init exists, then it is installed into "
2169 "etc/init.d/package in the package build directory, with \"package\" replaced "
2170 "by the package name."
2171 msgstr ""
2172
2173 #. type: textblock
2174 #: dh_installinit:29
2175 msgid ""
2176 "If a file named debian/package.default exists, then it is installed into "
2177 "etc/default/package in the package build directory, with \"package\" "
2178 "replaced by the package name."
2179 msgstr ""
2180
2181 #. type: textblock
2182 #: dh_installinit:39
2183 msgid "Do not modify postinst/postrm/prerm scripts."
2184 msgstr ""
2185
2186 #. type: =item
2187 #: dh_installinit:41
2188 msgid "B<-o>, B<--onlyscripts>"
2189 msgstr ""
2190
2191 #. type: textblock
2192 #: dh_installinit:43
2193 msgid ""
2194 "Only modify postinst/postrm/prerm scripts, do not actually install any init "
2195 "script or default files. May be useful if the init script is shipped and/or "
2196 "installed by upstream in a way that doesn't make it easy to let "
2197 "dh_installinit find it."
2198 msgstr ""
2199
2200 #. type: =item
2201 #: dh_installinit:48
2202 msgid "B<-R>, B<--restart-after-upgrade>"
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: dh_installinit:50
2207 msgid ""
2208 "Do not stop the init script until after the package upgrade has been "
2209 "completed. This is different than the default behavior, which stops the "
2210 "script in the prerm, and starts it again in the postinst."
2211 msgstr ""
2212
2213 #. type: textblock
2214 #: dh_installinit:54
2215 msgid ""
2216 "This can be useful for daemons that should not have a possibly long downtime "
2217 "during upgrade. But you should make sure that the daemon will not get "
2218 "confused by the package being upgraded while it's running before using this "
2219 "option."
2220 msgstr ""
2221
2222 #. type: =item
2223 #: dh_installinit:59
2224 msgid "B<-r>, B<--no-restart-on-upgrade>"
2225 msgstr ""
2226
2227 #. type: textblock
2228 #: dh_installinit:61
2229 msgid "Do not stop init script on upgrade."
2230 msgstr ""
2231
2232 #. type: =item
2233 #: dh_installinit:63
2234 msgid "B<--no-start>"
2235 msgstr ""
2236
2237 #. type: textblock
2238 #: dh_installinit:65
2239 msgid ""
2240 "Do not start the init script on install or upgrade, or stop it on removal.  "
2241 "Only call update-rc.d. Useful for rcS scripts."
2242 msgstr ""
2243
2244 #. type: =item
2245 #: dh_installinit:68
2246 msgid "B<-d>, B<--remove-d>"
2247 msgstr ""
2248
2249 #. type: textblock
2250 #: dh_installinit:70
2251 msgid ""
2252 "Remove trailing \"d\" from the name of the package, and use the result for "
2253 "the filename the init script is installed as in etc/init.d/ , and the "
2254 "default file is installed as in etc/default/ . This may be useful for "
2255 "daemons with names ending in \"d\". (Note: this takes precedence over the "
2256 "--init-script parameter described below.)"
2257 msgstr ""
2258
2259 #. type: =item
2260 #: dh_installinit:76
2261 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>"
2262 msgstr ""
2263
2264 #. type: textblock
2265 #: dh_installinit:80
2266 msgid ""
2267 "Pass \"params\" to L<update-rc.d(8)>. If not specified, \"defaults\" will be "
2268 "passed to L<update-rc.d(8)>."
2269 msgstr ""
2270
2271 #. type: textblock
2272 #: dh_installinit:85
2273 msgid ""
2274 "Install the init script (and default file) using the filename I<name> "
2275 "instead of the default filename, which is the package name. When this "
2276 "parameter is used, dh_installinit looks for and installs files named "
2277 "debian/package.name.init and debian/package.name.default, instead of the "
2278 "usual debian/package.init and debian/package.default."
2279 msgstr ""
2280
2281 #. type: =item
2282 #: dh_installinit:91
2283 msgid "B<--init-script=>I<scriptname>"
2284 msgstr ""
2285
2286 #. type: textblock
2287 #: dh_installinit:93
2288 msgid ""
2289 "Use \"scriptname\" as the filename the init script is installed as in "
2290 "etc/init.d/ (and also use it as the filename for the defaults file, if it is "
2291 "installed). If you use this parameter, dh_installinit will look to see if a "
2292 "file in the debian/ directory exists that looks like \"package.scriptname\" "
2293 "and if so will install it as the init script in preference to the files it "
2294 "normally installs."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: dh_installinit:100
2299 msgid "This parameter is deprecated, use the --name parameter instead."
2300 msgstr ""
2301
2302 #. type: =item
2303 #: dh_installinit:102
2304 msgid "B<--error-handler=>I<function>"
2305 msgstr ""
2306
2307 #. type: textblock
2308 #: dh_installinit:104
2309 msgid ""
2310 "Call the named shell function if running the init script fails. The function "
2311 "should be provided in the prerm and postinst scripts, before the #DEBHELPER# "
2312 "token."
2313 msgstr ""
2314
2315 #. type: textblock
2316 #: dh_installlogcheck:5
2317 msgid "dh_installlogcheck - install logcheck rulefiles into etc/logcheck/"
2318 msgstr ""
2319
2320 #. type: textblock
2321 #: dh_installlogcheck:14
2322 msgid "B<dh_installlogcheck> [S<B<debhelper options>>]"
2323 msgstr ""
2324
2325 #. type: textblock
2326 #: dh_installlogcheck:18
2327 msgid ""
2328 "dh_installlogcheck is a debhelper program that is responsible for installing "
2329 "logcheck rule files into subdirectories of etc/logcheck/ in package build "
2330 "directories. The files debian/package.logcheck.cracking, "
2331 "debian/package.logcheck.violations, "
2332 "debian/package.logcheck.violations.ignore, "
2333 "debian/package.logcheck.ignore.workstation, "
2334 "debian/package.logcheck.ignore.server and "
2335 "debian/package.logcheck.ignore.paranoid are installed if present."
2336 msgstr ""
2337
2338 #. type: verbatim
2339 #: dh_installlogcheck:55
2340 #, no-wrap
2341 msgid ""
2342 "This program is a part of debhelper.\n"
2343 "    \n"
2344 msgstr ""
2345
2346 #. type: textblock
2347 #: dh_installlogcheck:59
2348 msgid "Jon Middleton <jjm@debian.org>"
2349 msgstr ""
2350
2351 #. type: textblock
2352 #: dh_installlogrotate:5
2353 msgid "dh_installlogrotate - install logrotate config files"
2354 msgstr ""
2355
2356 #. type: textblock
2357 #: dh_installlogrotate:14
2358 msgid "B<dh_installlogrotate> [S<I<debhelper options>>] [B<--name=>I<name>]"
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: dh_installlogrotate:18
2363 msgid ""
2364 "dh_installlogrotate is a debhelper program that is responsible for "
2365 "installing logrotate config files into etc/logrotate.d in package build "
2366 "directories.  Files named debian/package.logrotate are installed."
2367 msgstr ""
2368
2369 #. type: textblock
2370 #: dh_installlogrotate:28
2371 msgid ""
2372 "Look for files named debian/package.name.logrotate and install them as "
2373 "etc/logrotate.d/name, instead of using the usual files and installing them "
2374 "as the package name."
2375 msgstr ""
2376
2377 #. type: textblock
2378 #: dh_installmanpages:5
2379 msgid "dh_installmanpages - old-style man page installer"
2380 msgstr ""
2381
2382 #. type: textblock
2383 #: dh_installmanpages:15
2384 msgid "B<dh_installmanpages> [S<I<debhelper options>>] [S<I<file ...>>]"
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: dh_installmanpages:19
2389 msgid ""
2390 "dh_installmanpages is a debhelper program that is responsible for "
2391 "automatically installing man pages into usr/share/man/ and usr/X11R6/man/ in "
2392 "package build directories."
2393 msgstr ""
2394
2395 #. type: textblock
2396 #: dh_installmanpages:23
2397 msgid ""
2398 "This is a DWIM-style program, with an interface unlike the rest of "
2399 "debhelper. It is deprecated, and you are encouraged to use "
2400 "L<dh_installman(1)> instead."
2401 msgstr ""
2402
2403 #. type: textblock
2404 #: dh_installmanpages:27
2405 msgid ""
2406 "dh_installmanpages scans the current directory and all subdirectories for "
2407 "filenames that look like man pages. (Note that only real files are looked "
2408 "at; symlinks are ignored.) It uses L<file(1)> to verify that the files are "
2409 "in the correct format. Then, based on the files' extensions, it installs "
2410 "them into the correct man directory."
2411 msgstr ""
2412
2413 #. type: textblock
2414 #: dh_installmanpages:33
2415 msgid ""
2416 "All filenames specified as parameters will be skipped by "
2417 "dh_installmanpages.  This is useful if by default it installs some man pages "
2418 "that you do not want to be installed."
2419 msgstr ""
2420
2421 #. type: textblock
2422 #: dh_installmanpages:37
2423 msgid ""
2424 "After the man page installation step, dh_installmanpages will check to see "
2425 "if any of the man pages are \".so\" links. If so, it changes them to "
2426 "symlinks."
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: dh_installmanpages:46
2431 msgid ""
2432 "Do not install these files as man pages, even if they look like valid man "
2433 "pages."
2434 msgstr ""
2435
2436 #. type: =head1
2437 #: dh_installmanpages:51
2438 msgid "BUGS"
2439 msgstr ""
2440
2441 #. type: textblock
2442 #: dh_installmanpages:53
2443 msgid ""
2444 "dh_installmanpages will install the man pages it finds into B<all> packages "
2445 "you tell it to act on, since it can't tell what package the man pages belong "
2446 "in. This is almost never what you really want (use -p to work around this, "
2447 "or use the much better L<dh_installman(1)> program instead)."
2448 msgstr ""
2449
2450 #. type: textblock
2451 #: dh_installmanpages:58
2452 msgid "Files ending in I<.man> will be ignored."
2453 msgstr ""
2454
2455 #. type: textblock
2456 #: dh_installmanpages:60
2457 msgid ""
2458 "Files specified as parameters that contain spaces in their filenames will "
2459 "not be processed properly."
2460 msgstr ""
2461
2462 #. type: textblock
2463 #: dh_installman:5
2464 msgid "dh_installman - install man pages into package build directories"
2465 msgstr ""
2466
2467 #. type: textblock
2468 #: dh_installman:15
2469 msgid "B<dh_installman> [S<I<debhelper options>>] [S<I<manpage ...>>]"
2470 msgstr ""
2471
2472 #. type: textblock
2473 #: dh_installman:19
2474 msgid ""
2475 "dh_installman is a debhelper program that handles installing man pages into "
2476 "the correct locations in package build directories. You tell it what man "
2477 "pages go in your packages, and it figures out where to install them based on "
2478 "the section field in their .TH line. If you have a properly formatted .TH "
2479 "line, your man page will be installed into the right directory, with the "
2480 "right name (this includes proper handling of pages with a subsection, like "
2481 "\"3perl\", which are placed in man3, and given an extension of "
2482 "\".3perl\"). If your .TH line is incorrect or missing, the program may guess "
2483 "wrong based on the file extension."
2484 msgstr ""
2485
2486 #. type: textblock
2487 #: dh_installman:29
2488 msgid ""
2489 "It also supports translated man pages, by looking for extensions like .ll.8 "
2490 "and .ll_LL.8, or by use of the --language switch."
2491 msgstr ""
2492
2493 #. type: textblock
2494 #: dh_installman:32
2495 msgid ""
2496 "If dh_installman seems to install a man page into the wrong section or with "
2497 "the wrong extension, this is because the man page has the wrong section "
2498 "listed in its .TH line. Edit the man page and correct the section, and "
2499 "dh_installman will follow suit.  See L<man(7)> for details about the .TH "
2500 "section. If dh_installman seems to install a man page into a directory like "
2501 "/usr/share/man/pl/man1/, that is because your program has a name like "
2502 "\"foo.pl\", and dh_installman assumes that means it is translated into "
2503 "Polish. Use --language=C to avoid this."
2504 msgstr ""
2505
2506 #. type: textblock
2507 #: dh_installman:41
2508 msgid ""
2509 "Any man page filenames specified as parameters will be installed into the "
2510 "first package dh_installman is told to act on. By default, this is the first "
2511 "binary package in debian/control, but if you use -p, -i, or -a flags, it "
2512 "will be the first package specified by those flags."
2513 msgstr ""
2514
2515 #. type: textblock
2516 #: dh_installman:46
2517 msgid ""
2518 "Files named debian/package.manpages can list other man pages to be "
2519 "installed."
2520 msgstr ""
2521
2522 #. type: textblock
2523 #: dh_installman:49
2524 msgid ""
2525 "After the man page installation step, dh_installman will check to see if any "
2526 "of the man pages in the temporary directories of any of the packages it is "
2527 "acting on contain \".so\" links. If so, it changes them to symlinks."
2528 msgstr ""
2529
2530 #. type: textblock
2531 #: dh_installman:53
2532 msgid ""
2533 "Also, dh_installman will use man to guess the character encoding of each "
2534 "manual page and convert it to UTF-8. If the guesswork fails for some reason, "
2535 "you can override it using an encoding declaration. See L<manconv(1)> for "
2536 "details."
2537 msgstr ""
2538
2539 #. type: =item
2540 #: dh_installman:67
2541 msgid "B<--language>=ll"
2542 msgstr ""
2543
2544 #. type: textblock
2545 #: dh_installman:69
2546 msgid ""
2547 "Use this to specify that the man pages being acted on are written in the "
2548 "specified language."
2549 msgstr ""
2550
2551 #. type: =item
2552 #: dh_installman:72
2553 msgid "I<manpage ...>"
2554 msgstr ""
2555
2556 #. type: textblock
2557 #: dh_installman:74
2558 msgid ""
2559 "Install these man pages into the first package acted on. (Or in all packages "
2560 "if -A is specified)."
2561 msgstr ""
2562
2563 #. type: textblock
2564 #: dh_installman:81
2565 msgid ""
2566 "An older version of this program, L<dh_installmanpages(1)>, is still used by "
2567 "some packages, and so is still included in debhelper.  It is, however, "
2568 "deprecated, due to its counterintuitive and inconsistent interface. Use this "
2569 "program instead."
2570 msgstr ""
2571
2572 #. type: textblock
2573 #: dh_installmenu:5
2574 msgid "dh_installmenu - install debian menu files into package build directories"
2575 msgstr ""
2576
2577 #. type: textblock
2578 #: dh_installmenu:14
2579 msgid "B<dh_installmenu> [S<B<debhelper options>>] [B<-n>]"
2580 msgstr ""
2581
2582 #. type: textblock
2583 #: dh_installmenu:18
2584 msgid ""
2585 "dh_installmenu is a debhelper program that is responsible for installing "
2586 "files used by the debian menu package into package build directories."
2587 msgstr ""
2588
2589 #. type: textblock
2590 #: dh_installmenu:21
2591 msgid ""
2592 "It also automatically generates the postinst and postrm commands needed to "
2593 "interface with the debian menu package. These commands are inserted into the "
2594 "maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an "
2595 "explanation of how this works."
2596 msgstr ""
2597
2598 #. type: textblock
2599 #: dh_installmenu:26
2600 msgid ""
2601 "If a file named debian/package.menu exists, then it is installed into "
2602 "usr/share/menu/package in the package build directory. This is a debian menu "
2603 "file. See L<menufile(5)> for its format."
2604 msgstr ""
2605
2606 #. type: textblock
2607 #: dh_installmenu:30
2608 msgid ""
2609 "If a file named debian/package.menu-method exits, then it is installed into "
2610 "etc/menu-methods/package in the package build directory. This is a debian "
2611 "menu method file."
2612 msgstr ""
2613
2614 #. type: textblock
2615 #: dh_installmenu:40 dh_installmime:37 dh_installmodules:49 dh_makeshlibs:64 dh_python:62
2616 msgid "Do not modify postinst/postrm scripts."
2617 msgstr ""
2618
2619 #. type: textblock
2620 #: dh_installmenu:82
2621 msgid "L<debhelper(7)> L<update-menus(1)> L<menufile(5)>"
2622 msgstr ""
2623
2624 #. type: textblock
2625 #: dh_installmime:5
2626 msgid "dh_installmime - install mime files into package build directories"
2627 msgstr ""
2628
2629 #. type: textblock
2630 #: dh_installmime:14
2631 msgid "B<dh_installmime> [S<I<debhelper options>>] [B<-n>]"
2632 msgstr ""
2633
2634 #. type: textblock
2635 #: dh_installmime:18
2636 msgid ""
2637 "dh_installmime is a debhelper program that is responsible for installing "
2638 "mime files into package build directories."
2639 msgstr ""
2640
2641 #. type: textblock
2642 #: dh_installmime:21
2643 msgid ""
2644 "It also automatically generates the postinst and postrm commands needed to "
2645 "interface with the debian mime-support and shared-mime-info packages. These "
2646 "commands are inserted into the maintainer scripts by dh_installdeb. See "
2647 "L<dh_installdeb(1)> for an explanation of how this works."
2648 msgstr ""
2649
2650 #. type: textblock
2651 #: dh_installmime:26
2652 msgid ""
2653 "If files named debian/package.mime or debian/package.sharedmimeinfo exist, "
2654 "then they are installed into usr/lib/mime/packages/package and "
2655 "/usr/share/mime/packages/package.xml (respectively) in the package build "
2656 "directory."
2657 msgstr ""
2658
2659 #. type: textblock
2660 #: dh_installmodules:5
2661 msgid "dh_installmodules - register modules with modutils"
2662 msgstr ""
2663
2664 #. type: textblock
2665 #: dh_installmodules:16
2666 msgid "B<dh_installmodules> [S<I<debhelper options>>] [B<-n>] [B<--name=>I<name>]"
2667 msgstr ""
2668
2669 #. type: textblock
2670 #: dh_installmodules:20
2671 msgid ""
2672 "dh_installmodules is a debhelper program that is responsible for registering "
2673 "kernel modules."
2674 msgstr ""
2675
2676 #. type: textblock
2677 #: dh_installmodules:23
2678 msgid ""
2679 "Files named debian/package.modprobe will be installed in "
2680 "etc/modprobe.d/package.conf in the package build directory, to be used by "
2681 "module-init-tools's version of modprobe."
2682 msgstr ""
2683
2684 #. type: textblock
2685 #: dh_installmodules:27
2686 msgid ""
2687 "Kernel modules are searched for in the package build directory and if found, "
2688 "postinst and postrm commands are automatically generated to run depmod and "
2689 "register the modules when the package is installed.  These commands are "
2690 "inserted into the maintainer scripts by dh_installdeb.  See "
2691 "L<dh_installdeb(1)> for an explanation of how this works."
2692 msgstr ""
2693
2694 #. type: textblock
2695 #: dh_installmodules:33
2696 msgid ""
2697 "Previous versions of dh_installmodules installed files named "
2698 "etc/modprobe.d/package, code is added to the preinst and postinst to handle "
2699 "the upgrade from the old location."
2700 msgstr ""
2701
2702 #. type: textblock
2703 #: dh_installmodules:37
2704 msgid ""
2705 "Previous versions of dh_installmodules also supported files named "
2706 "debian/package.modules, which were installed into etc/modutils/package in "
2707 "the package build directory. This was for use by modutils, which is no "
2708 "longer in Debian. dh_installmodules will warn about such files now."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: dh_installmodules:53
2713 msgid ""
2714 "When this parameter is used, dh_installmodules looks for and installs files "
2715 "named debian/package.name.modules and debian/package.name.modprobe instead "
2716 "of the usual debian/package.modules and debian/package.modprobe"
2717 msgstr ""
2718
2719 #. type: textblock
2720 #: dh_installpam:5
2721 msgid "dh_installpam - install pam support files"
2722 msgstr ""
2723
2724 #. type: textblock
2725 #: dh_installpam:14
2726 msgid "B<dh_installpam> [S<I<debhelper options>>] [B<--name=>I<name>]"
2727 msgstr ""
2728
2729 #. type: textblock
2730 #: dh_installpam:18
2731 msgid ""
2732 "dh_installpam is a debhelper program that is responsible for installing "
2733 "files used by PAM into package build directories."
2734 msgstr ""
2735
2736 #. type: textblock
2737 #: dh_installpam:21
2738 msgid ""
2739 "If a file named debian/package.pam exists, then it is installed into "
2740 "etc/pam.d/package in the package build directory."
2741 msgstr ""
2742
2743 #. type: textblock
2744 #: dh_installpam:30
2745 msgid ""
2746 "Look for files named debian/package.name.pam and install them as "
2747 "etc/pam.d/name, instead of using the usual files and installing them as the "
2748 "package name."
2749 msgstr ""
2750
2751 #. type: textblock
2752 #: dh_install:5
2753 msgid "dh_install - install files into package build directories"
2754 msgstr ""
2755
2756 #. type: textblock
2757 #: dh_install:15
2758 msgid ""
2759 "B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] "
2760 "[S<I<debhelper options>>] [S<I<file [...] dest>>]"
2761 msgstr ""
2762
2763 #. type: textblock
2764 #: dh_install:19
2765 msgid ""
2766 "dh_install is a debhelper program that handles installing files into package "
2767 "build directories. There are many dh_install* commands that handle "
2768 "installing specific types of files such as documentation, examples, man "
2769 "pages, and so on, and they should be used when possible as they often have "
2770 "extra intelligence for those particular tasks. dh_install, then, is useful "
2771 "for installing everything else, for which no particular intelligence is "
2772 "needed. It is a replacement for the old dh_movefiles command."
2773 msgstr ""
2774
2775 #. type: textblock
2776 #: dh_install:27
2777 msgid ""
2778 "Files named debian/package.install list the files to install into each "
2779 "package and the directory they should be installed to. The format is a set "
2780 "of lines, where each line lists a file or files to install, and at the end "
2781 "of the line tells the directory it should be installed in. The name of the "
2782 "files (or directories) to install should be given relative to the current "
2783 "directory, while the installation directory is given relative to the package "
2784 "build directory. You may use wildcards in the names of the files to install "
2785 "(in v3 mode and above)."
2786 msgstr ""
2787
2788 #. type: textblock
2789 #: dh_install:36
2790 msgid ""
2791 "This program may be used in one of two ways. If you just have a file or two "
2792 "that the upstream Makefile does not install for you, you can run dh_install "
2793 "on them to move them into place. On the other hand, maybe you have a large "
2794 "package that builds multiple binary packages. You can use the upstream "
2795 "Makefile to install it all into debian/tmp, and then use dh_install to copy "
2796 "directories and files from there into the proper package build directories."
2797 msgstr ""
2798
2799 #. type: textblock
2800 #: dh_install:43
2801 msgid ""
2802 "From debhelper compatibility level 7 on, dh_install will fall back to "
2803 "looking in debian/tmp for files, if it doesn't find them in the current "
2804 "directory (or whereever you've told it to look using --sourcedir)."
2805 msgstr ""
2806
2807 #. type: =item
2808 #: dh_install:51
2809 msgid "B<--list-missing>"
2810 msgstr ""
2811
2812 #. type: textblock
2813 #: dh_install:53
2814 msgid ""
2815 "This option makes dh_install keep track of the files it installs, and then "
2816 "at the end, compare that list with the files in the source directory. If any "
2817 "of the files (and symlinks) in the source directory were not installed to "
2818 "somewhere, it will warn on stderr about that."
2819 msgstr ""
2820
2821 #. type: textblock
2822 #: dh_install:58
2823 msgid ""
2824 "This may be useful if you have a large package and want to make sure that "
2825 "you don't miss installing newly added files in new upstream releases."
2826 msgstr ""
2827
2828 #. type: textblock
2829 #: dh_install:61
2830 msgid ""
2831 "Note that files that are excluded from being moved via the -X option are not "
2832 "warned about."
2833 msgstr ""
2834
2835 #. type: =item
2836 #: dh_install:64
2837 msgid "B<--fail-missing>"
2838 msgstr ""
2839
2840 #. type: textblock
2841 #: dh_install:66
2842 msgid ""
2843 "This option is like --list-missing, except if a file was missed, it will not "
2844 "only list the missing files, but also fail with a nonzero exit code."
2845 msgstr ""
2846
2847 #. type: =item
2848 #: dh_install:74
2849 msgid "B<--sourcedir=dir>"
2850 msgstr ""
2851
2852 #. type: textblock
2853 #: dh_install:76
2854 msgid "Look in the specified directory for files to be installed."
2855 msgstr ""
2856
2857 #. type: textblock
2858 #: dh_install:78
2859 msgid ""
2860 "Note that this is not the same as the --sourcedirectory option used by the "
2861 "dh_auto_* commands. You rarely need to use this option, since dh_install "
2862 "automatically looks for files in debian/tmp in debhelper compatibility level "
2863 "7 and above."
2864 msgstr ""
2865
2866 #. type: =item
2867 #: dh_install:83
2868 msgid "B<--autodest>"
2869 msgstr ""
2870
2871 #. type: textblock
2872 #: dh_install:85
2873 msgid ""
2874 "Guess as the destination directory to install things to. If this is "
2875 "specified, you should not list destination directories in "
2876 "debian/package.install files or on the command line. Instead, dh_install "
2877 "will guess as follows:"
2878 msgstr ""
2879
2880 #. type: textblock
2881 #: dh_install:90
2882 msgid ""
2883 "Strip off debian/tmp (or the sourcedir if one is given) from the front of "
2884 "the filename, if it is present, and install into the dirname of the "
2885 "filename. So if the filename is debian/tmp/usr/bin, then that directory will "
2886 "be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
2887 "it will be copied to debian/package/etc/."
2888 msgstr ""
2889
2890 #. type: textblock
2891 #: dh_install:96
2892 msgid ""
2893 "Note that if you list exactly one filename or wildcard-pattern on a line by "
2894 "itself in a debian/package.install file, with no explicit destination, then "
2895 "dh_install will automatically guess the destination even if this flag is not "
2896 "set."
2897 msgstr ""
2898
2899 #. type: =item
2900 #: dh_install:101
2901 msgid "I<file [...] dest>"
2902 msgstr ""
2903
2904 #. type: textblock
2905 #: dh_install:103
2906 msgid ""
2907 "Lists files (or directories) to install and where to install them to.  The "
2908 "files will be installed into the first package dh_install acts on."
2909 msgstr ""
2910
2911 #. type: =head1
2912 #: dh_install:240
2913 msgid "EXAMPLE"
2914 msgstr ""
2915
2916 #. type: textblock
2917 #: dh_install:242
2918 msgid ""
2919 "Suppose your package's upstream Makefile installs a binary, a man page, and "
2920 "a library into appropriate subdirectories of debian/tmp. You want to put the "
2921 "library into package libfoo, and the rest into package foo. Your rules file "
2922 "will run \"dh_install --sourcedir=debian/tmp\". Make debian/foo.install "
2923 "contain:"
2924 msgstr ""
2925
2926 #. type: verbatim
2927 #: dh_install:248
2928 #, no-wrap
2929 msgid ""
2930 "  usr/bin\n"
2931 "  usr/share/man/man1\n"
2932 "\n"
2933 msgstr ""
2934
2935 #. type: textblock
2936 #: dh_install:251
2937 msgid "While debian/libfoo.install contains:"
2938 msgstr ""
2939
2940 #. type: verbatim
2941 #: dh_install:253
2942 #, no-wrap
2943 msgid ""
2944 "  usr/lib/libfoo*.so.*\n"
2945 "\n"
2946 msgstr ""
2947
2948 #. type: textblock
2949 #: dh_install:255
2950 msgid ""
2951 "If you want a libfoo-dev package too, debian/libfoo-dev.install might "
2952 "contain:"
2953 msgstr ""
2954
2955 #. type: verbatim
2956 #: dh_install:257
2957 #, no-wrap
2958 msgid ""
2959 "  usr/include\n"
2960 "  usr/lib/libfoo*.so\n"
2961 "  usr/share/man/man3\n"
2962 "\n"
2963 msgstr ""
2964
2965 #. type: =head1
2966 #: dh_install:261
2967 msgid "LIMITATIONS"
2968 msgstr ""
2969
2970 #. type: verbatim
2971 #: dh_install:263
2972 #, no-wrap
2973 msgid ""
2974 "dh_install cannot rename files or directories, it can only install them\n"
2975 "with the names they already have into wherever you want in the package\n"
2976 "build tree.\n"
2977 "  \n"
2978 msgstr ""
2979
2980 #. type: textblock
2981 #: dh_installppp:5
2982 msgid "dh_installppp - install ppp ip-up and ip-down files"
2983 msgstr ""
2984
2985 #. type: textblock
2986 #: dh_installppp:14
2987 msgid "B<dh_installppp> [S<I<debhelper options>>] [B<--name=>I<name>]"
2988 msgstr ""
2989
2990 #. type: textblock
2991 #: dh_installppp:18
2992 msgid ""
2993 "dh_installppp is a debhelper program that is responsible for installing ppp "
2994 "ip-up and ip-down scripts. into package build directories."
2995 msgstr ""
2996
2997 #. type: textblock
2998 #: dh_installppp:21
2999 msgid ""
3000 "If a file named debian/package.ppp.ip-up exists, then it is installed into "
3001 "etc/ppp/ip-up.d/package in the package build directory.  Files named "
3002 "debian/package.ppp.ip-down are installed to etc/ppp/ip-down.d/package"
3003 msgstr ""
3004
3005 #. type: textblock
3006 #: dh_installppp:32
3007 msgid ""
3008 "Look for files named debian/package.name.ppp.ip-* and install them as "
3009 "etc/ppp/ip-*/name, instead of using the usual files and installing them as "
3010 "the package name."
3011 msgstr ""
3012
3013 #. type: textblock
3014 #: dh_installwm:5
3015 msgid "dh_installwm - register a window manager"
3016 msgstr ""
3017
3018 #. type: textblock
3019 #: dh_installwm:14
3020 msgid ""
3021 "B<dh_installwm> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] "
3022 "[S<I<wm ...>>]"
3023 msgstr ""
3024
3025 #. type: textblock
3026 #: dh_installwm:18
3027 msgid ""
3028 "dh_installwm is a debhelper program that is responsible for generating the "
3029 "postinst and postrm commands that register a window manager with "
3030 "L<update-alternatives(8)>. The window manager's man page is also registered "
3031 "as a slave symlink (in v6 mode and up), if it is found in "
3032 "usr/share/man/man1/ in the package build directory."
3033 msgstr ""
3034
3035 #. type: textblock
3036 #: dh_installwm:24
3037 msgid ""
3038 "Any window manager programs specified as parameters will be registered in "
3039 "the first package dh_installwm is told to act on. By default, this is the "
3040 "first binary package in debian/control, but if you use -p, -i, or -a flags, "
3041 "it will be the first package specified by those flags."
3042 msgstr ""
3043
3044 #. type: textblock
3045 #: dh_installwm:29
3046 msgid ""
3047 "Files named debian/package.wm can list other window manager programs to "
3048 "register."
3049 msgstr ""
3050
3051 #. type: textblock
3052 #: dh_installwm:38
3053 msgid ""
3054 "Set the priority of the window manager. Default is 20, which is too low for "
3055 "most window managers; see the Debian Policy document for instructions on "
3056 "calculating the correct value."
3057 msgstr ""
3058
3059 #. type: textblock
3060 #: dh_installwm:44
3061 msgid "Do not modify postinst/postrm scripts. Turns this command into a no-op."
3062 msgstr ""
3063
3064 #. type: =item
3065 #: dh_installwm:46
3066 msgid "I<wm ...>"
3067 msgstr ""
3068
3069 #. type: textblock
3070 #: dh_installwm:48
3071 msgid ""
3072 "The commands used to run the window manager or window managers you want to "
3073 "register."
3074 msgstr ""
3075
3076 #. type: textblock
3077 #: dh_installxfonts:5
3078 msgid "dh_installxfonts - register X fonts"
3079 msgstr ""
3080
3081 #. type: textblock
3082 #: dh_installxfonts:14
3083 msgid "B<dh_installxfonts> [S<I<debhelper options>>]"
3084 msgstr ""
3085
3086 #. type: textblock
3087 #: dh_installxfonts:18
3088 msgid ""
3089 "dh_installxfonts is a debhelper program that is responsible for registering "
3090 "X fonts, so their corresponding fonts.dir, fonts.alias, and fonts.scale be "
3091 "rebuilt properly at install time."
3092 msgstr ""
3093
3094 #. type: textblock
3095 #: dh_installxfonts:22
3096 msgid ""
3097 "Before calling this program, you should have installed any X fonts provided "
3098 "by your package into the appropriate location in the package build "
3099 "directory, and if you have fonts.alias or fonts.scale files, you should "
3100 "install them into the correct location under etc/X11/fonts in your package "
3101 "build directory."
3102 msgstr ""
3103
3104 #. type: textblock
3105 #: dh_installxfonts:28
3106 msgid ""
3107 "Your package should depend on xfonts-utils so that the update-fonts-* "
3108 "commands are available. (This program adds that dependency to "
3109 "${misc:Depends}.)"
3110 msgstr ""
3111
3112 #. type: textblock
3113 #: dh_installxfonts:32
3114 msgid ""
3115 "This program automatically generates the postinst and postrm commands needed "
3116 "to register X fonts. These commands are inserted into the maintainer scripts "
3117 "by dh_installdeb. See L<dh_installdeb(1)> for an explanation of how this "
3118 "works."
3119 msgstr ""
3120
3121 #. type: textblock
3122 #: dh_installxfonts:39
3123 msgid ""
3124 "See L<update-fonts-alias(8)>, L<update-fonts-scale(8)>, and "
3125 "L<update-fonts-dir(8)> for more information about X font installation."
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: dh_installxfonts:42
3130 msgid ""
3131 "See Debian policy, section 11.8.5. for details about doing fonts the Debian "
3132 "way."
3133 msgstr ""
3134
3135 #. type: textblock
3136 #: dh_link:5
3137 msgid "dh_link - create symlinks in package build directories"
3138 msgstr ""
3139
3140 #. type: textblock
3141 #: dh_link:15
3142 msgid ""
3143 "B<dh_link> [S<I<debhelper options>>] [B<-A>] [B<-X>I<item>] [S<I<source "
3144 "destination ...>>]"
3145 msgstr ""
3146
3147 #. type: textblock
3148 #: dh_link:19
3149 msgid ""
3150 "dh_link is a debhelper program that creates symlinks in package build "
3151 "directories."
3152 msgstr ""
3153
3154 #. type: textblock
3155 #: dh_link:22
3156 msgid ""
3157 "dh_link accepts a list of pairs of source and destination files. The source "
3158 "files are the already existing files that will be symlinked from. The "
3159 "destination files are the symlinks that will be created. There B<must> be an "
3160 "equal number of source and destination files specified."
3161 msgstr ""
3162
3163 #. type: textblock
3164 #: dh_link:27
3165 msgid ""
3166 "The list can be specified in two ways. A file named debian/package.links can "
3167 "list pairs of files. If you use this file, you should put each pair of files "
3168 "on its own line, and separate the files within the pair with "
3169 "whitespace. Also, pairs of files can be specified as parameters - these "
3170 "pairs will only be created in the package build directory of the first "
3171 "package dh_link is told to act on. By default, this is the first binary "
3172 "package in debian/control, but if you use -p, -i, or -a flags, it will be "
3173 "the first package specified by those flags."
3174 msgstr ""
3175
3176 #. type: textblock
3177 #: dh_link:36
3178 msgid ""
3179 "Be sure you B<do> specify the full filename to both the source and "
3180 "destination files (unlike you would do if you were using something like "
3181 "L<ln(1)>)."
3182 msgstr ""
3183
3184 #. type: textblock
3185 #: dh_link:40
3186 msgid ""
3187 "dh_link will generate symlinks that comply with debian policy - absolute "
3188 "when policy says they should be absolute, and relative links with as short a "
3189 "path as possible. It will also create any subdirectories it needs to to put "
3190 "the symlinks in."
3191 msgstr ""
3192
3193 #. type: textblock
3194 #: dh_link:45
3195 msgid ""
3196 "dh_link also scans the package build tree for existing symlinks which do not "
3197 "conform to debian policy, and corrects them (v4 or later)."
3198 msgstr ""
3199
3200 #. type: textblock
3201 #: dh_link:54
3202 msgid ""
3203 "Create any links specified by command line parameters in ALL packages acted "
3204 "on, not just the first."
3205 msgstr ""
3206
3207 #. type: textblock
3208 #: dh_link:59
3209 msgid ""
3210 "Do not correct symlinks that contain \"item\" anywhere in their filename "
3211 "from being corrected to comply with debian policy."
3212 msgstr ""
3213
3214 #. type: =item
3215 #: dh_link:62
3216 msgid "I<source destination ...>"
3217 msgstr ""
3218
3219 #. type: textblock
3220 #: dh_link:64
3221 msgid ""
3222 "Create a file named \"destination\" as a link to a file named \"source\". Do "
3223 "this in the package build directory of the first package acted on.  (Or in "
3224 "all packages if -A is specified.)"
3225 msgstr ""
3226
3227 #. type: verbatim
3228 #: dh_link:72
3229 #, no-wrap
3230 msgid ""
3231 " dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
3232 "\n"
3233 msgstr ""
3234
3235 #. type: textblock
3236 #: dh_link:74
3237 msgid "Make bar.1 be a symlink to foo.1"
3238 msgstr ""
3239
3240 #. type: verbatim
3241 #: dh_link:76
3242 #, no-wrap
3243 msgid ""
3244 " dh_link var/lib/foo usr/lib/foo \\\n"
3245 "   usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
3246 "\n"
3247 msgstr ""
3248
3249 #. type: textblock
3250 #: dh_link:79
3251 msgid ""
3252 "Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the "
3253 "foo.1"
3254 msgstr ""
3255
3256 #. type: textblock
3257 #: dh_listpackages:5
3258 msgid "dh_listpackages - list binary packages debhelper will act on"
3259 msgstr ""
3260
3261 #. type: textblock
3262 #: dh_listpackages:14
3263 msgid "B<dh_listpackages> [S<I<debhelper options>>]"
3264 msgstr ""
3265
3266 #. type: textblock
3267 #: dh_listpackages:18
3268 msgid ""
3269 "dh_listpackages is a debhelper program that outputs a list of all binary "
3270 "packages debhelper commands will act on. If you pass it some options, it "
3271 "will change the list to match the packages other debhelper commands would "
3272 "act on if passed the same options."
3273 msgstr ""
3274
3275 #. type: textblock
3276 #: dh_makeshlibs:5
3277 msgid "dh_makeshlibs - automatically create shlibs file and call dpkg-gensymbols"
3278 msgstr ""
3279
3280 #. type: textblock
3281 #: dh_makeshlibs:14
3282 msgid ""
3283 "B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] "
3284 "[B<-V>I<[dependencies]>] [B<-n>] [B<-X>I<item>] [S<B<--> I<params>>]"
3285 msgstr ""
3286
3287 #. type: textblock
3288 #: dh_makeshlibs:18
3289 msgid ""
3290 "dh_makeshlibs is a debhelper program that automatically scans for shared "
3291 "libraries, and generates a shlibs file for the libraries it finds."
3292 msgstr ""
3293
3294 #. type: textblock
3295 #: dh_makeshlibs:21
3296 msgid ""
3297 "It also adds a call to ldconfig in the postinst and postrm scripts (in V3 "
3298 "mode and above only) to any packages in which it finds shared libraries."
3299 msgstr ""
3300
3301 #. type: textblock
3302 #: dh_makeshlibs:24
3303 msgid ""
3304 "If a L<dpkg-gensymbols(1)> symbol file is found in debian/package.symbols "
3305 "(or debian/package.symbols.arch), dpkg-gensymbols will be called to process "
3306 "and install the symbols file."
3307 msgstr ""
3308
3309 #. type: =item
3310 #: dh_makeshlibs:32
3311 msgid "B<-m>I<major>, B<--major=>I<major>"
3312 msgstr ""
3313
3314 #. type: textblock
3315 #: dh_makeshlibs:34
3316 msgid ""
3317 "Instead of trying to guess the major number of the library with objdump, use "
3318 "the major number specified after the -m parameter. This is much less useful "
3319 "than it used to be, back in the bad old days when this program looked at "
3320 "library filenames rather than using objdump."
3321 msgstr ""
3322
3323 #. type: =item
3324 #: dh_makeshlibs:39
3325 msgid "B<-V>, B<-V>I<dependencies>"
3326 msgstr ""
3327
3328 #. type: =item
3329 #: dh_makeshlibs:41
3330 msgid "B<--version-info>, B<--version-info=>I<dependencies>"
3331 msgstr ""
3332
3333 #. type: textblock
3334 #: dh_makeshlibs:43
3335 msgid ""
3336 "By default, the shlibs file generated by this program does not make packages "
3337 "depend on any particular version of the package containing the shared "
3338 "library. It may be necessary for you to add some version dependancy "
3339 "information to the shlibs file. If -V is specified with no dependency "
3340 "information, the current upstream version of the package is plugged into a "
3341 "dependency that looks like \"packagename (>= packageversion)\". Note that in "
3342 "debhelper compatibility levels before v4, the debian part of the package "
3343 "version number is also included. If -V is specified with parameters, the "
3344 "parameters can be used to specify the exact dependency information needed "
3345 "(be sure to include the package name)."
3346 msgstr ""
3347
3348 #. type: textblock
3349 #: dh_makeshlibs:54
3350 msgid ""
3351 "Beware of using -V without any parameters; this is a conservative setting "
3352 "that always ensures that other packages' shared library dependencies are at "
3353 "least as tight as they need to be (unless your library is prone to changing "
3354 "ABI without updating the upstream version number), so that if the maintainer "
3355 "screws up then they won't break. The flip side is that packages might end up "
3356 "with dependencies that are too tight and so find it harder to be upgraded."
3357 msgstr ""
3358
3359 #. type: textblock
3360 #: dh_makeshlibs:68
3361 msgid ""
3362 "Exclude files that contain \"item\" anywhere in their filename or directory "
3363 "from being treated as shared libraries."
3364 msgstr ""
3365
3366 #. type: =item
3367 #: dh_makeshlibs:71
3368 msgid "B<--add-udeb=>I<udeb>"
3369 msgstr ""
3370
3371 #. type: textblock
3372 #: dh_makeshlibs:73
3373 msgid ""
3374 "Create an additional line for udebs in the shlibs file and use \"udeb\" as "
3375 "the package name for udebs to depend on instead of the regular library "
3376 "package."
3377 msgstr ""
3378
3379 #. type: textblock
3380 #: dh_makeshlibs:78
3381 msgid "Pass \"params\" to L<dpkg-gensymbols(1)>."
3382 msgstr ""
3383
3384 #. type: =item
3385 #: dh_makeshlibs:86
3386 msgid "dh_makeshlibs"
3387 msgstr ""
3388
3389 #. type: verbatim
3390 #: dh_makeshlibs:88
3391 #, no-wrap
3392 msgid ""
3393 "Assuming this is a package named libfoobar1, generates a shlibs file that\n"
3394 "looks something like:\n"
3395 " libfoobar 1 libfoobar1\n"
3396 "\n"
3397 msgstr ""
3398
3399 #. type: =item
3400 #: dh_makeshlibs:92
3401 msgid "dh_makeshlibs -V"
3402 msgstr ""
3403
3404 #. type: verbatim
3405 #: dh_makeshlibs:94
3406 #, no-wrap
3407 msgid ""
3408 "Assuming the current version of the package is 1.1-3, generates a shlibs\n"
3409 "file that looks something like:\n"
3410 " libfoobar 1 libfoobar1 (>= 1.1)\n"
3411 "\n"
3412 msgstr ""
3413
3414 #. type: =item
3415 #: dh_makeshlibs:98
3416 msgid "dh_makeshlibs -V 'libfoobar1 (>= 1.0)'"
3417 msgstr ""
3418
3419 #. type: verbatim
3420 #: dh_makeshlibs:100
3421 #, no-wrap
3422 msgid ""
3423 "Generates a shlibs file that looks something like:\n"
3424 "  libfoobar 1 libfoobar1 (>= 1.0)\n"
3425 "\n"
3426 msgstr ""
3427
3428 #. type: textblock
3429 #: dh_md5sums:5
3430 msgid "dh_md5sums - generate DEBIAN/md5sums file"
3431 msgstr ""
3432
3433 #. type: textblock
3434 #: dh_md5sums:15
3435 msgid ""
3436 "B<dh_md5sums> [S<I<debhelper options>>] [B<-x>] [B<-X>I<item>] "
3437 "[B<--include-conffiles>]"
3438 msgstr ""
3439
3440 #. type: textblock
3441 #: dh_md5sums:19
3442 msgid ""
3443 "dh_md5sums is a debhelper program that is responsible for generating a "
3444 "DEBIAN/md5sums file, which lists the md5sums of each file in the package.  "
3445 "These files are used by the debsums package."
3446 msgstr ""
3447
3448 #. type: textblock
3449 #: dh_md5sums:23
3450 msgid ""
3451 "All files in DEBIAN/ are omitted from the md5sums file, as are all conffiles "
3452 "(unless you use the --include-conffiles switch)."
3453 msgstr ""
3454
3455 #. type: textblock
3456 #: dh_md5sums:26
3457 msgid "The md5sums file is installed with proper permissions and ownerships."
3458 msgstr ""
3459
3460 #. type: =item
3461 #: dh_md5sums:32
3462 msgid "B<-x>, B<--include-conffiles>"
3463 msgstr ""
3464
3465 #. type: textblock
3466 #: dh_md5sums:34
3467 msgid ""
3468 "Include conffiles in the md5sums list. Note that this information is "
3469 "redundant since it is included elsewhere in debian packages."
3470 msgstr ""
3471
3472 #. type: textblock
3473 #: dh_md5sums:39
3474 msgid ""
3475 "Exclude files that contain \"item\" anywhere in their filename from being "
3476 "listed in the md5sums file."
3477 msgstr ""
3478
3479 #. type: textblock
3480 #: dh_movefiles:5
3481 msgid "dh_movefiles - move files out of debian/tmp into subpackages"
3482 msgstr ""
3483
3484 #. type: textblock
3485 #: dh_movefiles:14
3486 msgid ""
3487 "B<dh_movefiles> [S<I<debhelper options>>] [B<--sourcedir=>I<dir>] "
3488 "[B<-X>I<item>] S<I<file ...>>]"
3489 msgstr ""
3490
3491 #. type: textblock
3492 #: dh_movefiles:18
3493 msgid ""
3494 "dh_movefiles is a debhelper program that is responsible for moving files out "
3495 "of debian/tmp or some other directory and into other package build "
3496 "directories. This may be useful if your package has a Makefile that installs "
3497 "everything into debian/tmp, and you need to break that up into subpackages."
3498 msgstr ""
3499
3500 #. type: textblock
3501 #: dh_movefiles:23
3502 msgid ""
3503 "Files named debian/package.files list the files to be moved, separated by "
3504 "whitespace. The filenames listed should be relative to debian/tmp/. You can "
3505 "also list directory names, and the whole directory will be moved. If you "
3506 "prefer, you can list the files to move on the command line and this will "
3507 "apply to the first package dh_movefiles is told to act on."
3508 msgstr ""
3509
3510 #. type: textblock
3511 #: dh_movefiles:29
3512 msgid ""
3513 "Note: dh_install is a much better program, and you are recommended to use it "
3514 "instead of dh_movefiles."
3515 msgstr ""
3516
3517 #. type: =item
3518 #: dh_movefiles:36
3519 msgid "B<--sourcedir=>I<dir>"
3520 msgstr ""
3521
3522 #. type: textblock
3523 #: dh_movefiles:38
3524 msgid ""
3525 "Instead of moving files out of debian/tmp (the default), this option makes "
3526 "it move files out of some other directory. Since the entire contents of the "
3527 "sourcedir is moved, specifying something like --sourcedir=/ is very unsafe, "
3528 "so to prevent mistakes, the sourcedir must be a relative filename; it cannot "
3529 "begin with a `/'."
3530 msgstr ""
3531
3532 #. type: textblock
3533 #: dh_movefiles:51
3534 msgid ""
3535 "Lists files to move. The filenames listed should be relative to "
3536 "debian/tmp/. You can also list directory names, and the whole directory will "
3537 "be moved. It is an error to list files here unless you use -p, -i, or -a to "
3538 "tell dh_movefiles which subpackage to put them in."
3539 msgstr ""
3540
3541 #. type: textblock
3542 #: dh_movefiles:60
3543 msgid ""
3544 "Note that files are always moved out of debian/tmp by default (even if you "
3545 "have instructed debhelper to use a compatibility level higher than one, "
3546 "which does not otherwise use debian/tmp for anything at all). The idea "
3547 "behind this is that the package that is being built can be told to install "
3548 "into debian/tmp, and then files can be moved by dh_movefiles from that "
3549 "directory. Any files or directories that remain are ignored, and get deleted "
3550 "by dh_clean later."
3551 msgstr ""
3552
3553 #. type: textblock
3554 #: dh_perl:5
3555 msgid "dh_perl - calculates perl dependencies and cleans up after MakeMaker"
3556 msgstr ""
3557
3558 #. type: textblock
3559 #: dh_perl:16
3560 msgid "B<dh_perl> [S<I<debhelper options>>] [B<-d>] [S<I<library dirs ...>>]"
3561 msgstr ""
3562
3563 #. type: textblock
3564 #: dh_perl:20
3565 msgid ""
3566 "dh_perl is a debhelper program that is responsible for generating the "
3567 "${perl:Depends} substitutions and adding them to substvars files."
3568 msgstr ""
3569
3570 #. type: textblock
3571 #: dh_perl:23
3572 msgid ""
3573 "The program will look at perl scripts and modules in your package, and will "
3574 "use this information to generate a dependency on perl or perlapi. The "
3575 "dependency will be substituted into your package's control file wherever you "
3576 "place the token \"${perl:Depends}\"."
3577 msgstr ""
3578
3579 #. type: textblock
3580 #: dh_perl:28
3581 msgid ""
3582 "dh_perl also cleans up empty directories that MakeMaker can generate when "
3583 "installing perl modules."
3584 msgstr ""
3585
3586 #. type: =item
3587 #: dh_perl:35
3588 msgid "B<-d>"
3589 msgstr ""
3590
3591 #. type: textblock
3592 #: dh_perl:37
3593 msgid ""
3594 "In some specific cases you may want to depend on perl-base rather than the "
3595 "full perl package. If so, you can pass the -d option to make dh_perl "
3596 "generate a dependency on the correct base package. This is only necessary "
3597 "for some packages that are included in the base system."
3598 msgstr ""
3599
3600 #. type: textblock
3601 #: dh_perl:42
3602 msgid ""
3603 "Note that this flag may cause no dependency on perl-base to be generated at "
3604 "all. perl-base is Essential, so its dependency can be left out, unless a "
3605 "versioned dependency is needed."
3606 msgstr ""
3607
3608 #. type: =item
3609 #: dh_perl:46
3610 msgid "B<-V>"
3611 msgstr ""
3612
3613 #. type: textblock
3614 #: dh_perl:48
3615 msgid ""
3616 "By default, scripts and architecture independent modules don't depend on any "
3617 "specific version of perl.  The -V option causes the current version of the "
3618 "perl (or perl-base with -d) package to be specified."
3619 msgstr ""
3620
3621 #. type: =item
3622 #: dh_perl:52
3623 msgid "I<library dirs>"
3624 msgstr ""
3625
3626 #. type: textblock
3627 #: dh_perl:54
3628 msgid ""
3629 "If your package installs perl modules in non-standard directories, you can "
3630 "make dh_perl check those directories by passing their names on the command "
3631 "line. It will only check the vendorlib and vendorarch directories by "
3632 "default."
3633 msgstr ""
3634
3635 #. type: textblock
3636 #: dh_perl:63
3637 msgid "Debian policy, version 3.8.3"
3638 msgstr ""
3639
3640 #. type: textblock
3641 #: dh_perl:65
3642 msgid "Perl policy, version 1.20"
3643 msgstr ""
3644
3645 #. type: textblock
3646 #: dh_perl:153
3647 msgid "Brendan O'Dea <bod@debian.org>"
3648 msgstr ""
3649
3650 #. type: textblock
3651 #: dh_python:5
3652 msgid ""
3653 "dh_python - calculates python dependencies and adds postinst and prerm "
3654 "python scripts"
3655 msgstr ""
3656
3657 #. type: textblock
3658 #: dh_python:15
3659 msgid ""
3660 "B<dh_python> [S<I<debhelper options>>] [B<-n>] [B<-V> I<version>] "
3661 "[S<I<module dirs ...>>]"
3662 msgstr ""
3663
3664 #. type: textblock
3665 #: dh_python:19
3666 msgid ""
3667 "Note: This program is deprecated. You should use dh_pysupport or "
3668 "dh_pycentral instead. This program will do nothing if debian/pycompat or a "
3669 "Python-Version control file field exists."
3670 msgstr ""
3671
3672 #. type: textblock
3673 #: dh_python:23
3674 msgid ""
3675 "dh_python is a debhelper program that is responsible for generating the "
3676 "${python:Depends} substitutions and adding them to substvars files. It will "
3677 "also add a postinst and a prerm script if required."
3678 msgstr ""
3679
3680 #. type: textblock
3681 #: dh_python:27
3682 msgid ""
3683 "The program will look at python scripts and modules in your package, and "
3684 "will use this information to generate a dependency on python, with the "
3685 "current major version, or on pythonX.Y if your scripts or modules need a "
3686 "specific python version. The dependency will be substituted into your "
3687 "package's control file wherever you place the token \"${python:Depends}\"."
3688 msgstr ""
3689
3690 #. type: textblock
3691 #: dh_python:33
3692 msgid ""
3693 "If some modules need to be byte-compiled at install time, appropriate "
3694 "postinst and prerm scripts will be generated. If already byte-compiled "
3695 "modules are found, they are removed."
3696 msgstr ""
3697
3698 #. type: textblock
3699 #: dh_python:37
3700 msgid "If you use this program, your package should build-depend on python."
3701 msgstr ""
3702
3703 #. type: =item
3704 #: dh_python:43
3705 msgid "I<module dirs>"
3706 msgstr ""
3707
3708 #. type: textblock
3709 #: dh_python:45
3710 msgid ""
3711 "If your package installs python modules in non-standard directories, you can "
3712 "make dh_python check those directories by passing their names on the command "
3713 "line. By default, it will check /usr/lib/site-python, /usr/lib/$PACKAGE, "
3714 "/usr/share/$PACKAGE, /usr/lib/games/$PACKAGE, /usr/share/games/$PACKAGE and "
3715 "/usr/lib/python?.?/site-packages."
3716 msgstr ""
3717
3718 #. type: textblock
3719 #: dh_python:51
3720 msgid ""
3721 "Note: only /usr/lib/site-python, /usr/lib/python?.?/site-packages and the "
3722 "extra names on the command line are searched for binary (.so) modules."
3723 msgstr ""
3724
3725 #. type: =item
3726 #: dh_python:54
3727 msgid "B<-V> I<version>"
3728 msgstr ""
3729
3730 #. type: textblock
3731 #: dh_python:56
3732 msgid ""
3733 "If the .py files your package ships are meant to be used by a specific "
3734 "pythonX.Y version, you can use this option to specify the desired version, "
3735 "such as 2.3. Do not use if you ship modules in /usr/lib/site-python."
3736 msgstr ""
3737
3738 #. type: textblock
3739 #: dh_python:68
3740 msgid "Debian policy, version 3.5.7"
3741 msgstr ""
3742
3743 #. type: textblock
3744 #: dh_python:70
3745 msgid "Python policy, version 0.3.7"
3746 msgstr ""
3747
3748 #. type: textblock
3749 #: dh_python:290
3750 msgid "Josselin Mouette <joss@debian.org>"
3751 msgstr ""
3752
3753 #. type: textblock
3754 #: dh_python:292
3755 msgid "most ideas stolen from Brendan O'Dea <bod@debian.org>"
3756 msgstr ""
3757
3758 #. type: textblock
3759 #: dh_scrollkeeper:5
3760 msgid "dh_scrollkeeper - deprecated no-op"
3761 msgstr ""
3762
3763 #. type: textblock
3764 #: dh_scrollkeeper:14
3765 msgid "B<dh_scrollkeeper> [S<I<debhelper options>>] [B<-n>] [S<I<directory>>]"
3766 msgstr ""
3767
3768 #. type: textblock
3769 #: dh_scrollkeeper:18
3770 msgid ""
3771 "dh_scrollkeeper was a debhelper program that handled registering OMF files "
3772 "for ScrollKeeper. However, it no longer does anything, and is now "
3773 "deprecated."
3774 msgstr ""
3775
3776 #. type: textblock
3777 #: dh_shlibdeps:5
3778 msgid "dh_shlibdeps - calculate shared library dependencies"
3779 msgstr ""
3780
3781 #. type: textblock
3782 #: dh_shlibdeps:15
3783 msgid ""
3784 "B<dh_shlibdeps> [S<I<debhelper options>>] [B<-L>I<package>] "
3785 "[B<-l>I<directory>] [B<-X>I<item>] [S<B<--> I<params>>]"
3786 msgstr ""
3787
3788 #. type: textblock
3789 #: dh_shlibdeps:19
3790 msgid ""
3791 "dh_shlibdeps is a debhelper program that is responsible for calculating "
3792 "shared library dependencies for packages."
3793 msgstr ""
3794
3795 #. type: textblock
3796 #: dh_shlibdeps:22
3797 msgid ""
3798 "This program is merely a wrapper around L<dpkg-shlibdeps(1)> that calls it "
3799 "once for each package listed in the control file, passing it a list of ELF "
3800 "executables and shared libraries it has found."
3801 msgstr ""
3802
3803 #. type: =item
3804 #: dh_shlibdeps:30
3805 msgid "B<-u>I<params>, B<--dpkg-shlibdeps-params=>I<params>"
3806 msgstr ""
3807
3808 #. type: textblock
3809 #: dh_shlibdeps:34
3810 msgid "Pass \"params\" to L<dpkg-shlibdeps(1)>."
3811 msgstr ""
3812
3813 #. type: textblock
3814 #: dh_shlibdeps:38
3815 msgid ""
3816 "Exclude files that contain \"item\" anywhere in their filename from being "
3817 "passed to dpkg-shlibdeps. This will make their dependencies be ignored.  "
3818 "This may be useful in some situations, but use it with caution. This option "
3819 "may be used more than once to exclude more than one thing."
3820 msgstr ""
3821
3822 #. type: =item
3823 #: dh_shlibdeps:43
3824 msgid "B<-l>I<directory>[:directory:directory:..]"
3825 msgstr ""
3826
3827 #. type: textblock
3828 #: dh_shlibdeps:45
3829 msgid "With recent versions of dpkg-shlibdeps, this option is generally not needed."
3830 msgstr ""
3831
3832 #. type: textblock
3833 #: dh_shlibdeps:48
3834 msgid ""
3835 "Before dpkg-shlibdeps is run, LD_LIBRARY_PATH will have added to it the "
3836 "specified directory (or directories -- separate with colons). With recent "
3837 "versions of dpkg-shlibdeps, this is mostly only useful for packages that "
3838 "build multiple flavors of the same library, or other situations where the "
3839 "library is installed into a directory not on the regular library search "
3840 "path."
3841 msgstr ""
3842
3843 #. type: =item
3844 #: dh_shlibdeps:55
3845 msgid "B<-L>I<package>, B<--libpackage=>I<package>"
3846 msgstr ""
3847
3848 #. type: textblock
3849 #: dh_shlibdeps:57
3850 msgid ""
3851 "With recent versions of dpkg-shlibdeps, this option is generally not needed, "
3852 "unless your package builds multiple flavors of the same library."
3853 msgstr ""
3854
3855 #. type: textblock
3856 #: dh_shlibdeps:60
3857 msgid ""
3858 "It tells dpkg-shlibdeps (via its -S parameter) to look first in the package "
3859 "build directory for the specified package, when searching for libraries, "
3860 "symbol files, and shlibs files."
3861 msgstr ""
3862
3863 #. type: textblock
3864 #: dh_shlibdeps:68
3865 msgid ""
3866 "Suppose that your source package produces libfoo1, libfoo-dev, and "
3867 "libfoo-bin binary packages. libfoo-bin links against libfoo1, and should "
3868 "depend on it. In your rules file, first run dh_makeshlibs, then "
3869 "dh_shlibdeps:"
3870 msgstr ""
3871
3872 #. type: verbatim
3873 #: dh_shlibdeps:72
3874 #, no-wrap
3875 msgid ""
3876 "\tdh_makeshlibs\n"
3877 "\tdh_shlibdeps\n"
3878 "\n"
3879 msgstr ""
3880
3881 #. type: textblock
3882 #: dh_shlibdeps:75
3883 msgid ""
3884 "This will have the effect of generating automatically a shlibs file for "
3885 "libfoo1, and using that file and the libfoo1 library in the "
3886 "debian/libfoo1/usr/lib directory to calculate shared library dependency "
3887 "information."
3888 msgstr ""
3889
3890 #. type: textblock
3891 #: dh_shlibdeps:80
3892 msgid ""
3893 "If a libbar1 package is also produced, that is an alternate build of libfoo, "
3894 "and is installed into /usr/lib/bar/, you can make libfoo-bin depend on "
3895 "libbar1 as follows:"
3896 msgstr ""
3897
3898 #. type: verbatim
3899 #: dh_shlibdeps:84
3900 #, no-wrap
3901 msgid ""
3902 "\tdh_shlibdeps -Llibbar1 -l/usr/lib/bar\n"
3903 "\t\n"
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: dh_shlibdeps:170
3908 msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>"
3909 msgstr ""
3910
3911 #. type: textblock
3912 #: dh_strip:5
3913 msgid "dh_strip - strip executables, shared libraries, and some static libraries"
3914 msgstr ""
3915
3916 #. type: textblock
3917 #: dh_strip:15
3918 msgid ""
3919 "B<dh_strip> [S<I<debhelper options>>] [B<-X>I<item>] [--dbg-package=package] "
3920 "[--keep-debug]"
3921 msgstr ""
3922
3923 #. type: textblock
3924 #: dh_strip:19
3925 msgid ""
3926 "dh_strip is a debhelper program that is responsible for stripping "
3927 "executables, shared libraries, and static libraries that are not used for "
3928 "debugging."
3929 msgstr ""
3930
3931 #. type: textblock
3932 #: dh_strip:23
3933 msgid ""
3934 "This program examines your package build directories and works out what to "
3935 "strip on its own. It uses L<file(1)> and file permissions and filenames to "
3936 "figure out what files are shared libraries (*.so), executable binaries, and "
3937 "static (lib*.a) and debugging libraries (lib*_g.a, debug/*.so), and strips "
3938 "each as much as is possible. (Which is not at all for debugging libraries.) "
3939 "In general it seems to make very good guesses, and will do the right thing "
3940 "in almost all cases."
3941 msgstr ""
3942
3943 #. type: textblock
3944 #: dh_strip:31
3945 msgid ""
3946 "Since it is very hard to automatically guess if a file is a module, and hard "
3947 "to determine how to strip a module, dh_strip does not currently deal with "
3948 "stripping binary modules such as .o files."
3949 msgstr ""
3950
3951 #. type: textblock
3952 #: dh_strip:41
3953 msgid ""
3954 "Exclude files that contain \"item\" anywhere in their filename from being "
3955 "stripped. You may use this option multiple times to build up a list of "
3956 "things to exclude."
3957 msgstr ""
3958
3959 #. type: =item
3960 #: dh_strip:45
3961 msgid "B<--dbg-package=>I<package>"
3962 msgstr ""
3963
3964 #. type: textblock
3965 #: dh_strip:47
3966 msgid ""
3967 "Causes dh_strip to save debug symbols stripped from the packages it acts on "
3968 "as independent files in the package build directory of the specified "
3969 "debugging package."
3970 msgstr ""
3971
3972 #. type: textblock
3973 #: dh_strip:51
3974 msgid ""
3975 "For example, if your packages are libfoo and foo and you want to include a "
3976 "foo-dbg package with debugging symbols, use dh_strip --dbg-package=foo-dbg."
3977 msgstr ""
3978
3979 #. type: textblock
3980 #: dh_strip:54
3981 msgid ""
3982 "Note that this option behaves significantly different in debhelper "
3983 "compatibility levels 4 and below. Instead of specifying the name of a debug "
3984 "package to put symbols in, it specifies a package (or packages) which should "
3985 "have separated debug symbols, and the separated symbols are placed in "
3986 "packages with \"-dbg\" added to their name."
3987 msgstr ""
3988
3989 #. type: =item
3990 #: dh_strip:60
3991 msgid "B<-k>, B<--keep-debug>"
3992 msgstr ""
3993
3994 #. type: textblock
3995 #: dh_strip:62
3996 msgid ""
3997 "Debug symbols will be retained, but split into an independent file in "
3998 "usr/lib/debug/ in the package build directory. --dbg-package is easier to "
3999 "use than this option, but this option is more flexible."
4000 msgstr ""
4001
4002 #. type: textblock
4003 #: dh_strip:70
4004 msgid ""
4005 "If the DEB_BUILD_OPTIONS environment variable contains \"nostrip\", nothing "
4006 "will be stripped, in accordance with Debian policy (section 10.1 "
4007 "\"Binaries\")."
4008 msgstr ""
4009
4010 #. type: textblock
4011 #: dh_strip:76
4012 msgid "Debian policy, version 3.0.1"
4013 msgstr ""
4014
4015 #. type: textblock
4016 #: dh_suidregister:5
4017 msgid "dh_suidregister - obsolete suid registration program"
4018 msgstr ""
4019
4020 #. type: textblock
4021 #: dh_suidregister:9 dh_undocumented:14
4022 msgid "Do not run!"
4023 msgstr ""
4024
4025 #. type: textblock
4026 #: dh_suidregister:13
4027 msgid ""
4028 "This program used to register suid and sgid files with L<suidregister(1)>, "
4029 "but with the introduction of L<dpkg-statoverride(8)>, registration of files "
4030 "in this way is unnecessary, and even harmful, so this program should not be "
4031 "used."
4032 msgstr ""
4033
4034 #. type: =head1
4035 #: dh_suidregister:18
4036 msgid "CONVERTING TO STATOVERRIDE"
4037 msgstr ""
4038
4039 #. type: textblock
4040 #: dh_suidregister:20
4041 msgid ""
4042 "Converting a package that uses this program to use the new statoverride "
4043 "mechanism is easy. Just remove the call to dh_suidregister from "
4044 "debian/rules, and add a versioned conflicts into your control file, as "
4045 "follows:"
4046 msgstr ""
4047
4048 #. type: verbatim
4049 #: dh_suidregister:25
4050 #, no-wrap
4051 msgid ""
4052 "  Conflicts: suidmanager (<< 0.50)\n"
4053 "\n"
4054 msgstr ""
4055
4056 #. type: textblock
4057 #: dh_suidregister:27
4058 msgid ""
4059 "The conflicts is only necessary if your package used to register things with "
4060 "suidmanager; if it did not, you can just remove the call to this program "
4061 "from your rules file."
4062 msgstr ""
4063
4064 #. type: textblock
4065 #: dh_testdir:5
4066 msgid "dh_testdir - test directory before building debian package"
4067 msgstr ""
4068
4069 #. type: textblock
4070 #: dh_testdir:14
4071 msgid "B<dh_testdir> [S<I<debhelper options>>] [S<I<file ...>>]"
4072 msgstr ""
4073
4074 #. type: textblock
4075 #: dh_testdir:18
4076 msgid ""
4077 "dh_testdir tries to make sure that you are in the correct directory when "
4078 "building a debian package. It makes sure that the file debian/control "
4079 "exists, as well as any other files you specify. If not, it exits with an "
4080 "error."
4081 msgstr ""
4082
4083 #. type: textblock
4084 #: dh_testdir:29
4085 msgid "Test for the existence of these files too."
4086 msgstr ""
4087
4088 #. type: textblock
4089 #: dh_testroot:5
4090 msgid "dh_testroot - ensure that a package is built as root"
4091 msgstr ""
4092
4093 #. type: textblock
4094 #: dh_testroot:9
4095 msgid "B<dh_testroot> [S<I<debhelper options>>]"
4096 msgstr ""
4097
4098 #. type: textblock
4099 #: dh_testroot:13
4100 msgid ""
4101 "dh_testroot simply checks to see if you are root. If not, it exits with an "
4102 "error. Debian packages must be built as root, though you can use "
4103 "L<fakeroot(1)>"
4104 msgstr ""
4105
4106 #. type: textblock
4107 #: dh_testversion:5
4108 msgid "dh_testversion - ensure that the correct version of debhelper is installed"
4109 msgstr ""
4110
4111 #. type: textblock
4112 #: dh_testversion:14
4113 msgid "B<dh_testversion> [S<I<debhelper options>>] [I<operator>] [I<version>]"
4114 msgstr ""
4115
4116 #. type: textblock
4117 #: dh_testversion:18
4118 msgid "Note: This program is deprecated. You should use build dependencies instead."
4119 msgstr ""
4120
4121 #. type: textblock
4122 #: dh_testversion:21
4123 msgid ""
4124 "dh_testversion compares the version of debhelper against the version you "
4125 "specify, and if the condition is not met, exits with an error message."
4126 msgstr ""
4127
4128 #. type: textblock
4129 #: dh_testversion:24
4130 msgid ""
4131 "You can use this in your debian/rules files if a new debhelper feature is "
4132 "introduced, and your package requires that feature to build correctly. Use "
4133 "debhelper's changelog to figure out the version you need."
4134 msgstr ""
4135
4136 #. type: textblock
4137 #: dh_testversion:28
4138 msgid ""
4139 "Be sure not to overuse dh_testversion. If debhelper version 9.5 introduces a "
4140 "new dh_autofixbugs command, and your package uses it, then if someone tries "
4141 "to build it with debhelper 1.0, the build will fail anyway when "
4142 "dh_autofixbugs cannot be found, so there is no need for you to use "
4143 "dh_testversion."
4144 msgstr ""
4145
4146 #. type: =item
4147 #: dh_testversion:38
4148 msgid "I<operator>"
4149 msgstr ""
4150
4151 #. type: textblock
4152 #: dh_testversion:40
4153 msgid ""
4154 "Optional comparison operator used in comparing the versions. If not "
4155 "specified, \">=\" is used. For descriptions of the comparison operators, see "
4156 "dpkg --help."
4157 msgstr ""
4158
4159 #. type: =item
4160 #: dh_testversion:44
4161 msgid "I<version>"
4162 msgstr ""
4163
4164 #. type: textblock
4165 #: dh_testversion:46
4166 msgid ""
4167 "Version number to compare against the current version of debhelper. If not "
4168 "specified, dh_testversion does nothing."
4169 msgstr ""
4170
4171 #. type: textblock
4172 #: dh_undocumented:5
4173 msgid "dh_undocumented - obsolete undocumented.7 symlink program"
4174 msgstr ""
4175
4176 #. type: textblock
4177 #: dh_undocumented:18
4178 msgid ""
4179 "This program used to make symlinks to the undocumented.7 man page for man "
4180 "pages not present in a package. Debian policy now frowns on use of the "
4181 "undocumented.7 man page, and so this program does nothing, and should not be "
4182 "used."
4183 msgstr ""
4184
4185 #. type: textblock
4186 #: dh_usrlocal:5
4187 msgid "dh_usrlocal - migrate usr/local directories to maintainer scripts"
4188 msgstr ""
4189
4190 #. type: textblock
4191 #: dh_usrlocal:17
4192 msgid "B<dh_usrlocal> [S<I<debhelper options>>] [B<-n>]"
4193 msgstr ""
4194
4195 #. type: textblock
4196 #: dh_usrlocal:21
4197 msgid ""
4198 "dh_usrlocal is a debhelper program that can be used for building packages "
4199 "that will provide a subdirectory in /usr/local when installed."
4200 msgstr ""
4201
4202 #. type: textblock
4203 #: dh_usrlocal:24
4204 msgid ""
4205 "It finds subdirectories of usr/local in the package build directory, and "
4206 "removes them, replacing them with maintainer script snippets (unless B<-n> "
4207 "is used) to create the directories at install time, and remove them when the "
4208 "package is removed, in a manner compliant with Debian policy. These snippets "
4209 "are inserted into the maintainer scripts by dh_installdeb. See "
4210 "L<dh_installdeb(1)> for an explanation of Debhelper maintainer script "
4211 "snippets."
4212 msgstr ""
4213
4214 #. type: textblock
4215 #: dh_usrlocal:32
4216 msgid ""
4217 "If the directories found in the build tree have unusual owners, groups, or "
4218 "permissions, then those values will be preserved in the directories made by "
4219 "the postinst script. However, as a special exception, if a directory is "
4220 "owned by root.root, it will be treated as if it is owned by root.staff and "
4221 "is mode 2775. This is useful, since that is the group and mode policy "
4222 "recommends for directories in /usr/local."
4223 msgstr ""
4224
4225 #. type: textblock
4226 #: dh_usrlocal:45
4227 msgid "Do not modify F<postinst>/F<prerm> scripts."
4228 msgstr ""
4229
4230 #. type: textblock
4231 #: dh_usrlocal:57
4232 msgid "Debian policy, version 2.2"
4233 msgstr ""
4234
4235 #. type: textblock
4236 #: dh_usrlocal:122
4237 msgid "Andrew Stribblehill <ads@debian.org>"
4238 msgstr ""