From 240e4fdee0f81f1e4ca979cfa8a2fe76f19c5bb3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Aug 2013 12:59:38 -0400 Subject: releasing version 9.20130720 --- man/po4a/po/debhelper.pot | 222 ++++++++++++---------------------------------- 1 file changed, 59 insertions(+), 163 deletions(-) (limited to 'man/po4a/po/debhelper.pot') diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index c03a8ac1..1b832184 100644 --- a/man/po4a/po/debhelper.pot +++ b/man/po4a/po/debhelper.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2013-06-24 19:29-0400\n" +"POT-Creation-Date: 2013-08-20 12:46-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -624,7 +624,7 @@ msgid "This mode works like v2, with the following additions:" msgstr "" #. type: =item -#: debhelper.pod:314 debhelper.pod:319 debhelper.pod:323 debhelper.pod:337 debhelper.pod:342 debhelper.pod:347 debhelper.pod:352 debhelper.pod:366 debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:391 debhelper.pod:396 debhelper.pod:402 debhelper.pod:408 debhelper.pod:421 debhelper.pod:428 debhelper.pod:432 debhelper.pod:436 debhelper.pod:449 debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480 debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502 debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522 debhelper.pod:537 +#: debhelper.pod:314 debhelper.pod:319 debhelper.pod:323 debhelper.pod:337 debhelper.pod:342 debhelper.pod:347 debhelper.pod:352 debhelper.pod:366 debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:391 debhelper.pod:396 debhelper.pod:402 debhelper.pod:408 debhelper.pod:421 debhelper.pod:428 debhelper.pod:432 debhelper.pod:436 debhelper.pod:449 debhelper.pod:453 debhelper.pod:461 debhelper.pod:466 debhelper.pod:480 debhelper.pod:485 debhelper.pod:492 debhelper.pod:497 debhelper.pod:502 debhelper.pod:506 debhelper.pod:512 debhelper.pod:517 debhelper.pod:522 debhelper.pod:535 debhelper.pod:542 msgid "-" msgstr "" @@ -929,7 +929,14 @@ msgid "Changes from v9 are:" msgstr "" #. type: textblock -#: debhelper.pod:539 +#: debhelper.pod:537 +msgid "" +"B will no longer install a file named debian/I as " +"an init script." +msgstr "" + +#. type: textblock +#: debhelper.pod:544 msgid "" "B no longer creates the package build directory when skipping running " "debhelper commands. This will not affect packages that only build with " @@ -938,17 +945,17 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:548 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121 dh_installemacsen:67 dh_installexamples:53 dh_installinit:140 dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49 +#: debhelper.pod:553 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:121 dh_installemacsen:67 dh_installexamples:53 dh_installinit:140 dh_installman:82 dh_installmodules:54 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49 msgid "NOTES" msgstr "" #. type: =head2 -#: debhelper.pod:550 +#: debhelper.pod:555 msgid "Multiple binary package support" msgstr "" #. type: textblock -#: debhelper.pod:552 +#: debhelper.pod:557 msgid "" "If your source package generates more than one binary package, debhelper " "programs will default to acting on all binary packages when run. If your " @@ -960,7 +967,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:560 +#: debhelper.pod:565 msgid "" "To facilitate this, as well as give you more control over which packages are " "acted on by debhelper programs, all debhelper programs accept the B<-a>, " @@ -970,12 +977,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:566 +#: debhelper.pod:571 msgid "Automatic generation of Debian install scripts" msgstr "" #. type: textblock -#: debhelper.pod:568 +#: debhelper.pod:573 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -986,21 +993,21 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:575 +#: debhelper.pod:580 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." msgstr "" #. type: textblock -#: debhelper.pod:578 +#: debhelper.pod:583 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." msgstr "" #. type: textblock -#: debhelper.pod:581 +#: debhelper.pod:586 msgid "" "Note that the inserted code will be shell code, so you cannot directly use " "it in a Perl script. If you would like to embed it into a Perl script, here " @@ -1009,7 +1016,7 @@ msgid "" msgstr "" #. type: verbatim -#: debhelper.pod:586 +#: debhelper.pod:591 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -1021,12 +1028,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:592 +#: debhelper.pod:597 msgid "Automatic generation of miscellaneous dependencies." msgstr "" #. type: textblock -#: debhelper.pod:594 +#: debhelper.pod:599 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -1038,7 +1045,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:602 +#: debhelper.pod:607 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -1047,7 +1054,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:607 +#: debhelper.pod:612 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L, and the B<${perl:Depends}> generated by " @@ -1056,19 +1063,19 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:612 +#: debhelper.pod:617 msgid "Package build directories" msgstr "" #. type: textblock -#: debhelper.pod:614 +#: debhelper.pod:619 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/I." msgstr "" #. type: textblock -#: debhelper.pod:617 +#: debhelper.pod:622 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the B<-P> flag. For example, \"B\" to the package's stanza in F. " @@ -1096,70 +1103,70 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:634 +#: debhelper.pod:639 msgid "ENVIRONMENT" msgstr "" #. type: =item -#: debhelper.pod:638 +#: debhelper.pod:643 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:640 +#: debhelper.pod:645 msgid "" "Set to B<1> to enable verbose mode. Debhelper will output every command it " "runs that modifies files on the build system." msgstr "" #. type: =item -#: debhelper.pod:643 +#: debhelper.pod:648 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:645 +#: debhelper.pod:650 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F." msgstr "" #. type: =item -#: debhelper.pod:648 +#: debhelper.pod:653 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:650 +#: debhelper.pod:655 msgid "Set to B<1> to enable no-act mode." msgstr "" #. type: =item -#: debhelper.pod:652 +#: debhelper.pod:657 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:654 +#: debhelper.pod:659 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." msgstr "" #. type: textblock -#: debhelper.pod:657 +#: debhelper.pod:662 msgid "" "When using L, it can be passed options that will be passed on to each " "debhelper command, which is generally better than using DH_OPTIONS." msgstr "" #. type: =item -#: debhelper.pod:660 +#: debhelper.pod:665 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:662 +#: debhelper.pod:667 msgid "" "If set, this adds the value the variable is set to to the B<-X> options of " "all commands that support the B<-X> option. Moreover, B will " @@ -1167,7 +1174,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:666 +#: debhelper.pod:671 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting B will prevent any CVS directories from " @@ -1178,44 +1185,44 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:673 +#: debhelper.pod:678 msgid "" "Multiple things to exclude can be separated with colons, as in " "B" msgstr "" #. type: =head1 -#: debhelper.pod:678 dh:969 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124 dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127 dh_gconf:101 dh_gencontrol:82 dh_icons:71 dh_install:260 dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79 dh_installdeb:140 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:77 dh_installinit:321 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263 dh_installmanpages:197 dh_installmenu:89 dh_installmime:63 dh_installmodules:115 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_lintian:59 dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170 dh_perl:148 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:175 dh_strip:242 dh_suidregister:117 dh_testdir:53 dh_testroot:27 dh_undocumented:28 dh_usrlocal:116 +#: debhelper.pod:683 dh:969 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:92 dh_auto_test:63 dh_bugfiles:124 dh_builddeb:124 dh_clean:142 dh_compress:208 dh_desktop:31 dh_fixperms:127 dh_gconf:101 dh_gencontrol:82 dh_icons:71 dh_install:260 dh_installcatalogs:122 dh_installchangelogs:239 dh_installcron:79 dh_installdeb:140 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:333 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:77 dh_installinit:330 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263 dh_installmanpages:197 dh_installmenu:89 dh_installmime:63 dh_installmodules:115 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_lintian:59 dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170 dh_perl:148 dh_prep:60 dh_scrollkeeper:28 dh_shlibdeps:175 dh_strip:242 dh_suidregister:117 dh_testdir:53 dh_testroot:27 dh_undocumented:28 dh_usrlocal:116 msgid "SEE ALSO" msgstr "" #. type: =item -#: debhelper.pod:682 +#: debhelper.pod:687 msgid "F" msgstr "" #. type: textblock -#: debhelper.pod:684 +#: debhelper.pod:689 msgid "A set of example F files that use debhelper." msgstr "" #. type: =item -#: debhelper.pod:686 +#: debhelper.pod:691 msgid "L" msgstr "" #. type: textblock -#: debhelper.pod:688 +#: debhelper.pod:693 msgid "Debhelper web site." msgstr "" #. type: =head1 -#: debhelper.pod:692 dh:975 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132 dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133 dh_gconf:107 dh_gencontrol:88 dh_icons:77 dh_install:266 dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85 dh_installdeb:146 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86 dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203 dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_lintian:67 dh_listpackages:36 dh_makeshlibs:264 dh_md5sums:96 dh_movefiles:176 dh_perl:154 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:181 dh_strip:248 dh_suidregister:123 dh_testdir:59 dh_testroot:33 dh_undocumented:34 dh_usrlocal:122 +#: debhelper.pod:697 dh:975 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:98 dh_auto_test:69 dh_bugfiles:132 dh_builddeb:130 dh_clean:148 dh_compress:214 dh_desktop:37 dh_fixperms:133 dh_gconf:107 dh_gencontrol:88 dh_icons:77 dh_install:266 dh_installcatalogs:128 dh_installchangelogs:245 dh_installcron:85 dh_installdeb:146 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:339 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:83 dh_installlogcheck:86 dh_installlogrotate:58 dh_installman:269 dh_installmanpages:203 dh_installmenu:97 dh_installmime:69 dh_installmodules:121 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_lintian:67 dh_listpackages:36 dh_makeshlibs:264 dh_md5sums:96 dh_movefiles:176 dh_perl:154 dh_prep:66 dh_scrollkeeper:34 dh_shlibdeps:181 dh_strip:248 dh_suidregister:123 dh_testdir:59 dh_testroot:33 dh_undocumented:34 dh_usrlocal:122 msgid "AUTHOR" msgstr "" #. type: textblock -#: debhelper.pod:694 dh:977 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132 dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:90 dh_install:268 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148 dh_installdebconf:136 dh_installdirs:96 dh_installdocs:341 dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79 dh_installinfo:85 dh_installinit:329 dh_installlogrotate:60 dh_installman:271 dh_installmanpages:205 dh_installmenu:99 dh_installmime:71 dh_installmodules:123 dh_installpam:69 dh_installppp:75 dh_installudev:125 dh_installwm:118 dh_installxfonts:97 dh_link:236 dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:183 dh_strip:250 dh_suidregister:125 dh_testdir:61 dh_testroot:35 dh_undocumented:36 +#: debhelper.pod:699 dh:977 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:100 dh_auto_test:71 dh_builddeb:132 dh_clean:150 dh_compress:216 dh_fixperms:135 dh_gencontrol:90 dh_install:268 dh_installchangelogs:247 dh_installcron:87 dh_installdeb:148 dh_installdebconf:136 dh_installdirs:96 dh_installdocs:341 dh_installemacsen:134 dh_installexamples:116 dh_installifupdown:79 dh_installinfo:85 dh_installinit:338 dh_installlogrotate:60 dh_installman:271 dh_installmanpages:205 dh_installmenu:99 dh_installmime:71 dh_installmodules:123 dh_installpam:69 dh_installppp:75 dh_installudev:125 dh_installwm:118 dh_installxfonts:97 dh_link:236 dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:183 dh_strip:250 dh_suidregister:125 dh_testdir:61 dh_testroot:35 dh_undocumented:36 msgid "Joey Hess " msgstr "" @@ -1273,7 +1280,7 @@ msgid "" msgstr "" #. type: =head1 -#: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31 dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24 dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26 dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59 dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:71 dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39 dh_installinfo:31 dh_installinit:59 dh_installlogcheck:42 dh_installlogrotate:22 dh_installman:61 dh_installmanpages:40 dh_installmenu:41 dh_installmodules:38 dh_installpam:31 dh_installppp:35 dh_installudev:35 dh_installwm:34 dh_link:53 dh_makeshlibs:43 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_prep:26 dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_usrlocal:39 +#: dh:41 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31 dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24 dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26 dh_icons:30 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:59 dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:71 dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39 dh_installinfo:31 dh_installinit:59 dh_installlogcheck:42 dh_installlogrotate:22 dh_installman:61 dh_installmanpages:40 dh_installmenu:41 dh_installmodules:38 dh_installpam:31 dh_installppp:35 dh_installudev:35 dh_installwm:34 dh_link:53 dh_makeshlibs:43 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_prep:26 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_usrlocal:39 msgid "OPTIONS" msgstr "" @@ -1739,12 +1746,12 @@ msgid "" msgstr "" #. type: textblock -#: dh:971 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144 dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:84 dh_install:262 dh_installcatalogs:124 dh_installchangelogs:241 dh_installcron:81 dh_installdeb:142 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:335 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:79 dh_installinit:323 dh_installlogcheck:82 dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199 dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_listpackages:32 dh_makeshlibs:260 dh_md5sums:92 dh_movefiles:172 dh_perl:150 dh_prep:62 dh_python:282 dh_strip:244 dh_suidregister:119 dh_testdir:55 dh_testroot:29 dh_undocumented:30 dh_usrlocal:118 +#: dh:971 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:94 dh_auto_test:65 dh_builddeb:126 dh_clean:144 dh_compress:210 dh_fixperms:129 dh_gconf:103 dh_gencontrol:84 dh_install:262 dh_installcatalogs:124 dh_installchangelogs:241 dh_installcron:81 dh_installdeb:142 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:335 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:79 dh_installinit:332 dh_installlogcheck:82 dh_installlogrotate:54 dh_installman:265 dh_installmanpages:199 dh_installmime:65 dh_installmodules:117 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_listpackages:32 dh_makeshlibs:260 dh_md5sums:92 dh_movefiles:172 dh_perl:150 dh_prep:62 dh_strip:244 dh_suidregister:119 dh_testdir:55 dh_testroot:29 dh_undocumented:30 dh_usrlocal:118 msgid "L" msgstr "" #. type: textblock -#: dh:973 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128 dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105 dh_gencontrol:86 dh_icons:75 dh_install:264 dh_installchangelogs:243 dh_installcron:83 dh_installdeb:144 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:337 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81 dh_installinit:325 dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201 dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:63 dh_listpackages:34 dh_makeshlibs:262 dh_md5sums:94 dh_movefiles:174 dh_perl:152 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:179 dh_strip:246 dh_suidregister:121 dh_testdir:57 dh_testroot:31 dh_undocumented:32 dh_usrlocal:120 +#: dh:973 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:96 dh_auto_test:67 dh_bugfiles:130 dh_builddeb:128 dh_clean:146 dh_compress:212 dh_desktop:35 dh_fixperms:131 dh_gconf:105 dh_gencontrol:86 dh_icons:75 dh_install:264 dh_installchangelogs:243 dh_installcron:83 dh_installdeb:144 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:337 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:81 dh_installinit:334 dh_installlogrotate:56 dh_installman:267 dh_installmanpages:201 dh_installmenu:95 dh_installmime:67 dh_installmodules:119 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:63 dh_listpackages:34 dh_makeshlibs:262 dh_md5sums:94 dh_movefiles:174 dh_perl:152 dh_prep:64 dh_scrollkeeper:32 dh_shlibdeps:179 dh_strip:246 dh_suidregister:121 dh_testdir:57 dh_testroot:31 dh_undocumented:32 dh_usrlocal:120 msgid "This program is a part of debhelper." msgstr "" @@ -2335,7 +2342,7 @@ msgid "Add these files to the list of files to compress." msgstr "" #. type: =head1 -#: dh_compress:70 dh_perl:61 dh_python:66 dh_strip:74 dh_usrlocal:55 +#: dh_compress:70 dh_perl:61 dh_strip:74 dh_usrlocal:55 msgid "CONFORMS TO" msgstr "" @@ -2562,7 +2569,7 @@ msgid "" msgstr "" #. type: =item -#: dh_icons:34 dh_installcatalogs:53 dh_installdebconf:65 dh_installemacsen:52 dh_installinit:63 dh_installmenu:45 dh_installmodules:42 dh_installudev:49 dh_installwm:44 dh_makeshlibs:77 dh_python:60 dh_usrlocal:43 +#: dh_icons:34 dh_installcatalogs:53 dh_installdebconf:65 dh_installemacsen:52 dh_installinit:63 dh_installmenu:45 dh_installmodules:42 dh_installudev:49 dh_installwm:44 dh_makeshlibs:77 dh_usrlocal:43 msgid "B<-n>, B<--noscripts>" msgstr "" @@ -3528,7 +3535,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installemacsen:54 dh_python:62 dh_usrlocal:45 +#: dh_installemacsen:54 dh_usrlocal:45 msgid "Do not modify F/F scripts." msgstr "" @@ -3916,17 +3923,17 @@ msgid "" msgstr "" #. type: =head1 -#: dh_installinit:327 +#: dh_installinit:336 msgid "AUTHORS" msgstr "" #. type: textblock -#: dh_installinit:331 +#: dh_installinit:340 msgid "Steve Langasek " msgstr "" #. type: textblock -#: dh_installinit:333 +#: dh_installinit:342 msgid "Michael Stapelberg " msgstr "" @@ -5261,117 +5268,6 @@ msgid "" "multiple times to build up a list of things to exclude." msgstr "" -#. type: textblock -#: dh_python:5 -msgid "" -"dh_python - calculates Python dependencies and adds postinst and prerm " -"Python scripts (deprecated)" -msgstr "" - -#. type: textblock -#: dh_python:15 -msgid "" -"B [S>] [B<-n>] [B<-V> I] " -"[S ...>]" -msgstr "" - -#. type: textblock -#: dh_python:19 -msgid "" -"Note: This program is deprecated. You should use B instead. " -"This program will do nothing if F or a B " -"F file field exists." -msgstr "" - -#. type: textblock -#: dh_python:23 -msgid "" -"B is a debhelper program that is responsible for generating the " -"B<${python:Depends}> substitutions and adding them to substvars files. It " -"will also add a F and a F script if required." -msgstr "" - -#. type: textblock -#: dh_python:27 -msgid "" -"The program will look at Python scripts and modules in your package, and " -"will use this information to generate a dependency on B, with the " -"current major version, or on BIB<.>I if your scripts or " -"modules need a specific B version. The dependency will be " -"substituted into your package's F file wherever you place the token " -"B<${python:Depends}>." -msgstr "" - -#. type: textblock -#: dh_python:33 -msgid "" -"If some modules need to be byte-compiled at install time, appropriate " -"F and F scripts will be generated. If already byte-compiled " -"modules are found, they are removed." -msgstr "" - -#. type: textblock -#: dh_python:37 -msgid "If you use this program, your package should build-depend on B." -msgstr "" - -#. type: =item -#: dh_python:43 -msgid "I" -msgstr "" - -#. type: textblock -#: dh_python:45 -msgid "" -"If your package installs Python modules in non-standard directories, you can " -"make F check those directories by passing their names on the " -"command line. By default, it will check F, " -"F, F, F, " -"F and F." -msgstr "" - -#. type: textblock -#: dh_python:51 -msgid "" -"Note: only F, F and " -"the extra names on the command line are searched for binary (F<.so>) " -"modules." -msgstr "" - -#. type: =item -#: dh_python:54 -msgid "B<-V> I" -msgstr "" - -#. type: textblock -#: dh_python:56 -msgid "" -"If the F<.py> files your package ships are meant to be used by a specific " -"BIB<.>I version, you can use this option to specify the " -"desired version, such as B<2.3>. Do not use if you ship modules in " -"F." -msgstr "" - -#. type: textblock -#: dh_python:68 -msgid "Debian policy, version 3.5.7" -msgstr "" - -#. type: textblock -#: dh_python:70 -msgid "Python policy, version 0.3.7" -msgstr "" - -#. type: textblock -#: dh_python:288 -msgid "Josselin Mouette " -msgstr "" - -#. type: textblock -#: dh_python:290 -msgid "most ideas stolen from Brendan O'Dea " -msgstr "" - #. type: textblock #: dh_scrollkeeper:5 msgid "dh_scrollkeeper - deprecated no-op" -- cgit v1.2.3