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