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