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