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