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