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