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