Changeset 7003
- Timestamp:
- 12/20/10 01:16:11 (2 years ago)
- Location:
- pkg/vinnie/main/debhelper/trunk
- Files:
-
- 7 edited
-
debhelper.pod (modified) (3 diffs)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
dh_fixperms (modified) (1 diff)
-
man/po4a/po/debhelper.pot (modified) (21 diffs)
-
man/po4a/po/es.po (modified) (43 diffs)
-
man/po4a/po/fr.po (modified) (43 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/vinnie/main/debhelper/trunk/debhelper.pod
r6871 r7003 338 338 339 339 Tell debhelper what compatibility level to use by writing a number to 340 debian/compat. For example, to turn on v 7mode:341 342 % echo 7> debian/compat340 debian/compat. For example, to turn on v8 mode: 341 342 % echo 8 > debian/compat 343 343 344 344 Unless otherwise indicated, all debhelper documentation assumes that you … … 478 478 =item v7 479 479 480 This is the recommended mode of operation.481 482 480 Changes from v6 are: 483 481 … … 508 506 =item v8 509 507 510 This mode is still under development. Using it in packages will cause them 511 to probably break later. 508 This is the recommended mode of operation. 512 509 513 510 Changes from v7 are: -
pkg/vinnie/main/debhelper/trunk/debian/changelog
r6871 r7003 1 debhelper (8.0.0) unstable; urgency=low 2 3 [ Carsten Hey ] 4 * dh_fixperms: Ensure files in /etc/sudoers.d/ are mode 440. Closes: #589574 5 6 [ Joey Hess ] 7 * Finalized v8 mode, which is the new recommended default. 8 9 -- Alan Baghumian <alan@technotux.org> Sun, 19 Dec 2010 16:15:20 -0800 10 1 11 debhelper (7.9.3) unstable; urgency=low 2 12 3 [ Joey Hess ]4 13 * perl_makemaker: import compat(). Closes: #587654 5 14 6 -- Alan Baghumian <alan@technotux.org> Sun, 25 Jul 2010 09:28:12 -070015 -- Joey Hess <joeyh@debian.org> Wed, 30 Jun 2010 14:42:09 -0400 7 16 8 17 debhelper (7.9.2) unstable; urgency=low -
pkg/vinnie/main/debhelper/trunk/debian/control
r6871 r7003 4 4 Maintainer: Joey Hess <joeyh@debian.org> 5 5 Build-Depends: po4a (>= 0.24), man-db (>= 2.5.1), file (>= 3.23) 6 Standards-Version: 3. 8.46 Standards-Version: 3.9.0 7 7 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git 8 8 Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary -
pkg/vinnie/main/debhelper/trunk/dh_fixperms
r6871 r7003 118 118 "2>/dev/null | xargs -0r chmod 644"); 119 119 } 120 121 # Files in $tmp/etc/sudoers.d/ must be mode 440. 122 if (-d "$tmp/etc/sudoers.d") { 123 complex_doit("find $tmp/etc/sudoers.d", 124 "-type f ! -perm 440 $find_options -print0", 125 "2>/dev/null | xargs -0r chmod 440"); 126 } 120 127 } 121 128 -
pkg/vinnie/main/debhelper/trunk/man/po4a/po/debhelper.pot
r6871 r7003 8 8 msgstr "" 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 "POT-Creation-Date: 2010-0 6-16 13:45-0300\n"10 "POT-Creation-Date: 2010-08-07 11:36-0300\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 671 671 msgid "" 672 672 "Tell debhelper what compatibility level to use by writing a number to " 673 "debian/compat. For example, to turn on v 7mode:"673 "debian/compat. For example, to turn on v8 mode:" 674 674 msgstr "" 675 675 … … 678 678 #, no-wrap 679 679 msgid "" 680 " % echo 7> debian/compat\n"680 " % echo 8 > debian/compat\n" 681 681 "\n" 682 682 msgstr "" … … 740 740 741 741 #. type: =item 742 #: debhelper.pod:377 debhelper.pod:382 debhelper.pod:386 debhelper.pod:400 debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429 debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454 debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:48 6 debhelper.pod:493 debhelper.pod:497 debhelper.pod:501 debhelper.pod:517 debhelper.pod:521 debhelper.pod:529742 #: debhelper.pod:377 debhelper.pod:382 debhelper.pod:386 debhelper.pod:400 debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429 debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454 debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:484 debhelper.pod:491 debhelper.pod:495 debhelper.pod:499 debhelper.pod:514 debhelper.pod:518 debhelper.pod:526 743 743 msgid "-" 744 744 msgstr "" … … 875 875 #. type: textblock 876 876 #: debhelper.pod:480 877 msgid "This is the recommended mode of operation."878 msgstr ""879 880 #. type: textblock881 #: debhelper.pod:482882 877 msgid "Changes from v6 are:" 883 878 msgstr "" 884 879 885 880 #. type: textblock 886 #: debhelper.pod:48 8881 #: debhelper.pod:486 887 882 msgid "" 888 883 "dh_install, will fall back to looking for files in debian/tmp if it doesn't " … … 893 888 894 889 #. type: textblock 895 #: debhelper.pod:49 5890 #: debhelper.pod:493 896 891 msgid "dh_clean will read debian/clean and delete files listed there." 897 892 msgstr "" 898 893 899 894 #. type: textblock 900 #: debhelper.pod:49 9895 #: debhelper.pod:497 901 896 msgid "dh_clean will delete toplevel *-stamp files." 902 897 msgstr "" 903 898 904 899 #. type: textblock 905 #: debhelper.pod:50 3900 #: debhelper.pod:501 906 901 msgid "" 907 902 "dh_installchangelogs will guess at what file is the upstream changelog if " … … 910 905 911 906 #. type: =item 907 #: debhelper.pod:506 908 msgid "v8" 909 msgstr "" 910 911 #. type: textblock 912 912 #: debhelper.pod:508 913 msgid " v8"913 msgid "This is the recommended mode of operation." 914 914 msgstr "" 915 915 916 916 #. type: textblock 917 917 #: debhelper.pod:510 918 msgid ""919 "This mode is still under development. Using it in packages will cause them "920 "to probably break later."921 msgstr ""922 923 #. type: textblock924 #: debhelper.pod:513925 918 msgid "Changes from v7 are:" 926 919 msgstr "" 927 920 928 921 #. type: textblock 929 #: debhelper.pod:51 9922 #: debhelper.pod:516 930 923 msgid "Commands will fail rather than warning when they are passed unknown options." 931 924 msgstr "" 932 925 933 926 #. type: textblock 934 #: debhelper.pod:52 3927 #: debhelper.pod:520 935 928 msgid "" 936 929 "dh_makeshlibs will run dpkg-gensymbols on all shared libraries that it " … … 942 935 943 936 #. type: textblock 944 #: debhelper.pod:5 31937 #: debhelper.pod:528 945 938 msgid "" 946 939 "dh requires the sequence to run be specified as the first parameter, and any " … … 949 942 950 943 #. type: textblock 951 #: debhelper.pod:53 6944 #: debhelper.pod:533 952 945 msgid "dh_auto_* prefer to use perl's Module::Build in preference to Makefile.PL." 953 946 msgstr "" 954 947 955 948 #. type: =head2 956 #: debhelper.pod:5 42949 #: debhelper.pod:539 957 950 msgid "udebs" 958 951 msgstr "" 959 952 960 953 #. type: textblock 961 #: debhelper.pod:54 4954 #: debhelper.pod:541 962 955 msgid "" 963 956 "Debhelper includes support for udebs. To create a udeb with debhelper, add " … … 970 963 971 964 #. type: =head2 972 #: debhelper.pod:5 51965 #: debhelper.pod:548 973 966 msgid "Other notes" 974 967 msgstr "" 975 968 976 969 #. type: textblock 977 #: debhelper.pod:55 3970 #: debhelper.pod:550 978 971 msgid "" 979 972 "In general, if any debhelper program needs a directory to exist under " … … 986 979 987 980 #. type: textblock 988 #: debhelper.pod:55 9981 #: debhelper.pod:556 989 982 msgid "" 990 983 "Once your package uses debhelper to build, be sure to add debhelper to your " … … 995 988 996 989 #. type: verbatim 997 #: debhelper.pod:56 5990 #: debhelper.pod:562 998 991 #, no-wrap 999 992 msgid "" … … 1003 996 1004 997 #. type: =head1 1005 #: debhelper.pod:56 7998 #: debhelper.pod:564 1006 999 msgid "ENVIRONMENT" 1007 1000 msgstr "" 1008 1001 1009 1002 #. type: =item 1010 #: debhelper.pod:5 711003 #: debhelper.pod:568 1011 1004 msgid "DH_VERBOSE" 1012 1005 msgstr "" 1013 1006 1014 1007 #. type: textblock 1015 #: debhelper.pod:57 31008 #: debhelper.pod:570 1016 1009 msgid "" 1017 1010 "Set to 1 to enable verbose mode. Debhelper will output every command it runs " … … 1020 1013 1021 1014 #. type: =item 1022 #: debhelper.pod:57 61015 #: debhelper.pod:573 1023 1016 msgid "DH_COMPAT" 1024 1017 msgstr "" 1025 1018 1026 1019 #. type: textblock 1027 #: debhelper.pod:57 81020 #: debhelper.pod:575 1028 1021 msgid "" 1029 1022 "Temporarily specifies what compatibility level debhelper should run at, " … … 1032 1025 1033 1026 #. type: =item 1034 #: debhelper.pod:5 811027 #: debhelper.pod:578 1035 1028 msgid "DH_NO_ACT" 1036 1029 msgstr "" 1037 1030 1038 1031 #. type: textblock 1039 #: debhelper.pod:58 31032 #: debhelper.pod:580 1040 1033 msgid "Set to 1 to enable no-act mode." 1041 1034 msgstr "" 1042 1035 1043 1036 #. type: =item 1044 #: debhelper.pod:58 51037 #: debhelper.pod:582 1045 1038 msgid "DH_OPTIONS" 1046 1039 msgstr "" 1047 1040 1048 1041 #. type: textblock 1049 #: debhelper.pod:58 71042 #: debhelper.pod:584 1050 1043 msgid "" 1051 1044 "Anything in this variable will be prepended to the command line arguments of " … … 1055 1048 1056 1049 #. type: textblock 1057 #: debhelper.pod:5 911050 #: debhelper.pod:588 1058 1051 msgid "" 1059 1052 "This is useful in some situations, for example, if you need to pass -p to " … … 1064 1057 1065 1058 #. type: =item 1066 #: debhelper.pod:59 61059 #: debhelper.pod:593 1067 1060 msgid "DH_ALWAYS_EXCLUDE" 1068 1061 msgstr "" 1069 1062 1070 1063 #. type: textblock 1071 #: debhelper.pod:59 81064 #: debhelper.pod:595 1072 1065 msgid "" 1073 1066 "If set, this adds the value the variable is set to to the -X options of all " … … 1077 1070 1078 1071 #. type: textblock 1079 #: debhelper.pod: 6021072 #: debhelper.pod:599 1080 1073 msgid "" 1081 1074 "This can be useful if you are doing a build from a CVS source tree, in which " … … 1088 1081 1089 1082 #. type: textblock 1090 #: debhelper.pod:60 91083 #: debhelper.pod:606 1091 1084 msgid "" 1092 1085 "Multiple things to exclude can be separated with colons, as in " … … 1095 1088 1096 1089 #. type: =head1 1097 #: debhelper.pod:61 4 dh:748 dh_auto_build:47 dh_auto_clean:48 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 dh_builddeb:91 dh_clean:138 dh_compress:204 dh_desktop:31 dh_fixperms:122dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:108 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:301 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:66 dh_installlogrotate:50 dh_installman:258 dh_installmanpages:197 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115 dh_installwm:108 dh_installxfonts:87 dh_link:226 dh_lintian:57 dh_listpackages:29 dh_makeshlibs:243 dh_md5sums:90 dh_movefiles:170 dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_undocumented:28 dh_usrlocal:1141090 #: debhelper.pod:611 dh:748 dh_auto_build:47 dh_auto_clean:48 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 dh_builddeb:91 dh_clean:138 dh_compress:204 dh_desktop:31 dh_fixperms:129 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:108 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:301 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:66 dh_installlogrotate:50 dh_installman:258 dh_installmanpages:197 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115 dh_installwm:108 dh_installxfonts:87 dh_link:226 dh_lintian:57 dh_listpackages:29 dh_makeshlibs:243 dh_md5sums:90 dh_movefiles:170 dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_undocumented:28 dh_usrlocal:114 1098 1091 msgid "SEE ALSO" 1099 1092 msgstr "" 1100 1093 1101 1094 #. type: =item 1102 #: debhelper.pod:61 81095 #: debhelper.pod:615 1103 1096 msgid "F</usr/share/doc/debhelper/examples/>" 1104 1097 msgstr "" 1105 1098 1106 1099 #. type: textblock 1107 #: debhelper.pod:6 201100 #: debhelper.pod:617 1108 1101 msgid "A set of example debian/rules files that use debhelper." 1109 1102 msgstr "" 1110 1103 1111 1104 #. type: =item 1112 #: debhelper.pod:6 221105 #: debhelper.pod:619 1113 1106 msgid "L<http://kitenet.net/~joey/code/debhelper/>" 1114 1107 msgstr "" 1115 1108 1116 1109 #. type: textblock 1117 #: debhelper.pod:62 41110 #: debhelper.pod:621 1118 1111 msgid "Debhelper web site." 1119 1112 msgstr "" 1120 1113 1121 1114 #. type: =head1 1122 #: debhelper.pod:62 8 dh:754 dh_auto_build:53 dh_auto_clean:54 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 dh_builddeb:97 dh_clean:144 dh_compress:210 dh_desktop:37 dh_fixperms:128dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:114 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:307 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installman:264 dh_installmanpages:203 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:249 dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:1201115 #: debhelper.pod:625 dh:754 dh_auto_build:53 dh_auto_clean:54 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 dh_builddeb:97 dh_clean:144 dh_compress:210 dh_desktop:37 dh_fixperms:135 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:114 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:307 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installman:264 dh_installmanpages:203 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:249 dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120 1123 1116 msgid "AUTHOR" 1124 1117 msgstr "" 1125 1118 1126 1119 #. type: textblock 1127 #: debhelper.pod:6 30 dh:756 dh_auto_build:55 dh_auto_clean:56 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 dh_clean:146 dh_compress:212 dh_fixperms:130dh_gencontrol:90 dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:116 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:309 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:266 dh_installmanpages:205 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_listpackages:37 dh_makeshlibs:251 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_undocumented:361120 #: debhelper.pod:627 dh:756 dh_auto_build:55 dh_auto_clean:56 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 dh_clean:146 dh_compress:212 dh_fixperms:137 dh_gencontrol:90 dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:116 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:309 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:266 dh_installmanpages:205 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_listpackages:37 dh_makeshlibs:251 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_undocumented:36 1128 1121 msgid "Joey Hess <joeyh@debian.org>" 1129 1122 msgstr "" … … 1606 1599 1607 1600 #. type: textblock 1608 #: dh:750 dh_auto_build:49 dh_auto_clean:50 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:140 dh_compress:206 dh_fixperms:1 24dh_gconf:101 dh_gencontrol:84 dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 dh_installcron:79 dh_installdeb:110 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:303 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:68 dh_installlogrotate:52 dh_installman:260 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_listpackages:31 dh_makeshlibs:245 dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_undocumented:30 dh_usrlocal:1161601 #: dh:750 dh_auto_build:49 dh_auto_clean:50 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:140 dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 dh_installcron:79 dh_installdeb:110 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:303 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:68 dh_installlogrotate:52 dh_installman:260 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_listpackages:31 dh_makeshlibs:245 dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_undocumented:30 dh_usrlocal:116 1609 1602 msgid "L<debhelper(7)>" 1610 1603 msgstr "" 1611 1604 1612 1605 #. type: textblock 1613 #: dh:752 dh_auto_build:51 dh_auto_clean:52 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 dh_clean:142 dh_compress:208 dh_desktop:35 dh_fixperms:1 26dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:112 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:305 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:262 dh_installmanpages:201 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:247 dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:1181606 #: dh:752 dh_auto_build:51 dh_auto_clean:52 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 dh_clean:142 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:112 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:305 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:262 dh_installmanpages:201 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:247 dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118 1614 1607 msgid "This program is a part of debhelper." 1615 1608 msgstr "" -
pkg/vinnie/main/debhelper/trunk/man/po4a/po/es.po
r6871 r7003 6 6 msgstr "" 7 7 "Project-Id-Version: PACKAGE VERSION\n" 8 "POT-Creation-Date: 2010-0 6-16 13:45-0300\n"8 "POT-Creation-Date: 2010-08-07 11:36-0300\n" 9 9 "PO-Revision-Date: 2005-09-18 00:11+0200\n" 10 10 "Last-Translator: Rubén Porras Campo <debian-l10n-spanish@lists.debian.org>\n" … … 962 962 msgid "" 963 963 "Tell debhelper what compatibility level to use by writing a number to debian/" 964 "compat. For example, to turn on v 7mode:"964 "compat. For example, to turn on v8 mode:" 965 965 msgstr "" 966 966 "Para especificar un nivel de compatibilidad debes de escribir un número en " … … 972 972 #, fuzzy, no-wrap 973 973 msgid "" 974 " % echo 7> debian/compat\n"974 " % echo 8 > debian/compat\n" 975 975 "\n" 976 976 msgstr "" … … 1053 1053 #: debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429 1054 1054 #: debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454 1055 #: debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:48 61056 #: debhelper.pod:49 3 debhelper.pod:497 debhelper.pod:501 debhelper.pod:5171057 #: debhelper.pod:5 21 debhelper.pod:5291055 #: debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:484 1056 #: debhelper.pod:491 debhelper.pod:495 debhelper.pod:499 debhelper.pod:514 1057 #: debhelper.pod:518 debhelper.pod:526 1058 1058 msgid "-" 1059 1059 msgstr "-" … … 1223 1223 msgstr "" 1224 1224 1225 # type: textblock1226 1225 #. type: textblock 1227 1226 #: debhelper.pod:480 1228 #, fuzzy1229 msgid "This is the recommended mode of operation."1230 msgstr ""1231 "Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:"1232 1233 #. type: textblock1234 #: debhelper.pod:4821235 1227 msgid "Changes from v6 are:" 1236 1228 msgstr "" … … 1238 1230 # type: textblock 1239 1231 #. type: textblock 1240 #: debhelper.pod:48 81232 #: debhelper.pod:486 1241 1233 msgid "" 1242 1234 "dh_install, will fall back to looking for files in debian/tmp if it doesn't " … … 1248 1240 # type: textblock 1249 1241 #. type: textblock 1250 #: debhelper.pod:49 51242 #: debhelper.pod:493 1251 1243 msgid "dh_clean will read debian/clean and delete files listed there." 1252 1244 msgstr "" … … 1254 1246 # type: textblock 1255 1247 #. type: textblock 1256 #: debhelper.pod:49 91248 #: debhelper.pod:497 1257 1249 msgid "dh_clean will delete toplevel *-stamp files." 1258 1250 msgstr "" … … 1260 1252 # type: textblock 1261 1253 #. type: textblock 1262 #: debhelper.pod:50 31254 #: debhelper.pod:501 1263 1255 msgid "" 1264 1256 "dh_installchangelogs will guess at what file is the upstream changelog if " … … 1267 1259 1268 1260 #. type: =item 1261 #: debhelper.pod:506 1262 msgid "v8" 1263 msgstr "" 1264 1265 # type: textblock 1266 #. type: textblock 1269 1267 #: debhelper.pod:508 1270 msgid "v8" 1271 msgstr "" 1272 1273 # type: textblock 1268 #, fuzzy 1269 msgid "This is the recommended mode of operation." 1270 msgstr "" 1271 "Este es el modo de operación aconsejado. Hace lo mismo que V3 y además:" 1272 1274 1273 #. type: textblock 1275 1274 #: debhelper.pod:510 1276 #, fuzzy1277 msgid ""1278 "This mode is still under development. Using it in packages will cause them "1279 "to probably break later."1280 msgstr "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:"1281 1282 #. type: textblock1283 #: debhelper.pod:5131284 1275 msgid "Changes from v7 are:" 1285 1276 msgstr "" 1286 1277 1287 1278 #. type: textblock 1288 #: debhelper.pod:51 91279 #: debhelper.pod:516 1289 1280 msgid "" 1290 1281 "Commands will fail rather than warning when they are passed unknown options." … … 1292 1283 1293 1284 #. type: textblock 1294 #: debhelper.pod:52 31285 #: debhelper.pod:520 1295 1286 msgid "" 1296 1287 "dh_makeshlibs will run dpkg-gensymbols on all shared libraries that it " … … 1302 1293 1303 1294 #. type: textblock 1304 #: debhelper.pod:5 311295 #: debhelper.pod:528 1305 1296 msgid "" 1306 1297 "dh requires the sequence to run be specified as the first parameter, and any " … … 1309 1300 1310 1301 #. type: textblock 1311 #: debhelper.pod:53 61302 #: debhelper.pod:533 1312 1303 msgid "" 1313 1304 "dh_auto_* prefer to use perl's Module::Build in preference to Makefile.PL." … … 1316 1307 # type: =head2 1317 1308 #. type: =head2 1318 #: debhelper.pod:5 421309 #: debhelper.pod:539 1319 1310 msgid "udebs" 1320 1311 msgstr "udebs" … … 1322 1313 # type: textblock 1323 1314 #. type: textblock 1324 #: debhelper.pod:54 41315 #: debhelper.pod:541 1325 1316 #, fuzzy 1326 1317 #| msgid "" … … 1349 1340 # type: =head2 1350 1341 #. type: =head2 1351 #: debhelper.pod:5 511342 #: debhelper.pod:548 1352 1343 msgid "Other notes" 1353 1344 msgstr "Otras notas" … … 1355 1346 # type: textblock 1356 1347 #. type: textblock 1357 #: debhelper.pod:55 31348 #: debhelper.pod:550 1358 1349 msgid "" 1359 1350 "In general, if any debhelper program needs a directory to exist under " … … 1372 1363 # type: textblock 1373 1364 #. type: textblock 1374 #: debhelper.pod:55 91365 #: debhelper.pod:556 1375 1366 #, fuzzy 1376 1367 msgid "" … … 1388 1379 # type: verbatim 1389 1380 #. type: verbatim 1390 #: debhelper.pod:56 51381 #: debhelper.pod:562 1391 1382 #, fuzzy, no-wrap 1392 1383 msgid "" … … 1399 1390 # type: =head1 1400 1391 #. type: =head1 1401 #: debhelper.pod:56 71392 #: debhelper.pod:564 1402 1393 msgid "ENVIRONMENT" 1403 1394 msgstr "ENTORNO" … … 1405 1396 # type: =item 1406 1397 #. type: =item 1407 #: debhelper.pod:5 711398 #: debhelper.pod:568 1408 1399 msgid "DH_VERBOSE" 1409 1400 msgstr "DH_VERBOSE" … … 1411 1402 # type: textblock 1412 1403 #. type: textblock 1413 #: debhelper.pod:57 31404 #: debhelper.pod:570 1414 1405 msgid "" 1415 1406 "Set to 1 to enable verbose mode. Debhelper will output every command it runs " … … 1422 1413 # type: =item 1423 1414 #. type: =item 1424 #: debhelper.pod:57 61415 #: debhelper.pod:573 1425 1416 msgid "DH_COMPAT" 1426 1417 msgstr "DH_COMPAT" … … 1428 1419 # type: textblock 1429 1420 #. type: textblock 1430 #: debhelper.pod:57 81421 #: debhelper.pod:575 1431 1422 msgid "" 1432 1423 "Temporarily specifies what compatibility level debhelper should run at, " … … 1438 1429 # type: =item 1439 1430 #. type: =item 1440 #: debhelper.pod:5 811431 #: debhelper.pod:578 1441 1432 msgid "DH_NO_ACT" 1442 1433 msgstr "DH_NO_ACT" … … 1444 1435 # type: textblock 1445 1436 #. type: textblock 1446 #: debhelper.pod:58 31437 #: debhelper.pod:580 1447 1438 msgid "Set to 1 to enable no-act mode." 1448 1439 msgstr "Poner a 1 para habilitar el modo no-act." … … 1450 1441 # type: =item 1451 1442 #. type: =item 1452 #: debhelper.pod:58 51443 #: debhelper.pod:582 1453 1444 msgid "DH_OPTIONS" 1454 1445 msgstr "DH_OPTIONS" … … 1456 1447 # type: textblock 1457 1448 #. type: textblock 1458 #: debhelper.pod:58 71449 #: debhelper.pod:584 1459 1450 msgid "" 1460 1451 "Anything in this variable will be prepended to the command line arguments of " … … 1465 1456 # type: textblock 1466 1457 #. type: textblock 1467 #: debhelper.pod:5 911458 #: debhelper.pod:588 1468 1459 #, fuzzy 1469 1460 msgid "" … … 1482 1473 # type: =item 1483 1474 #. type: =item 1484 #: debhelper.pod:59 61475 #: debhelper.pod:593 1485 1476 msgid "DH_ALWAYS_EXCLUDE" 1486 1477 msgstr "DH_ALWAYS_EXCLUDE" … … 1488 1479 # type: textblock 1489 1480 #. type: textblock 1490 #: debhelper.pod:59 81481 #: debhelper.pod:595 1491 1482 msgid "" 1492 1483 "If set, this adds the value the variable is set to to the -X options of all " … … 1500 1491 # type: textblock 1501 1492 #. type: textblock 1502 #: debhelper.pod: 6021493 #: debhelper.pod:599 1503 1494 msgid "" 1504 1495 "This can be useful if you are doing a build from a CVS source tree, in which " … … 1518 1509 # type: textblock 1519 1510 #. type: textblock 1520 #: debhelper.pod:60 91511 #: debhelper.pod:606 1521 1512 msgid "" 1522 1513 "Multiple things to exclude can be separated with colons, as in " … … 1528 1519 # type: =head1 1529 1520 #. type: =head1 1530 #: debhelper.pod:61 4dh:748 dh_auto_build:47 dh_auto_clean:481521 #: debhelper.pod:611 dh:748 dh_auto_build:47 dh_auto_clean:48 1531 1522 #: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 1532 #: dh_builddeb:91 dh_clean:138 dh_compress:204 dh_desktop:31 dh_fixperms:12 21523 #: dh_builddeb:91 dh_clean:138 dh_compress:204 dh_desktop:31 dh_fixperms:129 1533 1524 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 1534 1525 #: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 … … 1549 1540 # type: =item 1550 1541 #. type: =item 1551 #: debhelper.pod:61 81542 #: debhelper.pod:615 1552 1543 msgid "F</usr/share/doc/debhelper/examples/>" 1553 1544 msgstr "F</usr/share/doc/debhelper/examples/>" … … 1555 1546 # type: textblock 1556 1547 #. type: textblock 1557 #: debhelper.pod:6 201548 #: debhelper.pod:617 1558 1549 msgid "A set of example debian/rules files that use debhelper." 1559 1550 msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper." … … 1561 1552 # type: =item 1562 1553 #. type: =item 1563 #: debhelper.pod:6 221554 #: debhelper.pod:619 1564 1555 msgid "L<http://kitenet.net/~joey/code/debhelper/>" 1565 1556 msgstr "L<http://kitenet.net/~joey/code/debhelper/>" … … 1567 1558 # type: textblock 1568 1559 #. type: textblock 1569 #: debhelper.pod:62 41560 #: debhelper.pod:621 1570 1561 msgid "Debhelper web site." 1571 1562 msgstr "Web de Debhelper." … … 1573 1564 # type: =head1 1574 1565 #. type: =head1 1575 #: debhelper.pod:62 8dh:754 dh_auto_build:53 dh_auto_clean:541566 #: debhelper.pod:625 dh:754 dh_auto_build:53 dh_auto_clean:54 1576 1567 #: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 1577 #: dh_builddeb:97 dh_clean:144 dh_compress:210 dh_desktop:37 dh_fixperms:1 281568 #: dh_builddeb:97 dh_clean:144 dh_compress:210 dh_desktop:37 dh_fixperms:135 1578 1569 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 1579 1570 #: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 … … 1593 1584 # type: textblock 1594 1585 #. type: textblock 1595 #: debhelper.pod:6 30dh:756 dh_auto_build:55 dh_auto_clean:561586 #: debhelper.pod:627 dh:756 dh_auto_build:55 dh_auto_clean:56 1596 1587 #: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 1597 #: dh_clean:146 dh_compress:212 dh_fixperms:13 0dh_gencontrol:901588 #: dh_clean:146 dh_compress:212 dh_fixperms:137 dh_gencontrol:90 1598 1589 #: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:116 1599 1590 #: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:309 … … 2117 2108 #: dh:750 dh_auto_build:49 dh_auto_clean:50 dh_auto_configure:55 2118 2109 #: dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:140 2119 #: dh_compress:206 dh_fixperms:1 24dh_gconf:101 dh_gencontrol:842110 #: dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 2120 2111 #: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 2121 2112 #: dh_installcron:79 dh_installdeb:110 dh_installdebconf:128 dh_installdirs:88 … … 2136 2127 #: dh:752 dh_auto_build:51 dh_auto_clean:52 dh_auto_configure:57 2137 2128 #: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 2138 #: dh_clean:142 dh_compress:208 dh_desktop:35 dh_fixperms:1 26dh_gconf:1032129 #: dh_clean:142 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103 2139 2130 #: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 2140 2131 #: dh_installcron:81 dh_installdeb:112 dh_installdebconf:130 dh_installdirs:90 … … 7643 7634 msgid "Andrew Stribblehill <ads@debian.org>" 7644 7635 msgstr "Andrew Stribblehill <ads@debian.org>" 7636 7637 # type: textblock 7638 #, fuzzy 7639 #~ msgid "" 7640 #~ "This mode is still under development. Using it in packages will cause " 7641 #~ "them to probably break later." 7642 #~ msgstr "" 7643 #~ "Esté modo todavía está en desarrollo. Los cambios respecto a V4 son:" 7645 7644 7646 7645 # type: =item -
pkg/vinnie/main/debhelper/trunk/man/po4a/po/fr.po
r6871 r7003 4 4 msgstr "" 5 5 "Project-Id-Version: debhelper manpages\n" 6 "POT-Creation-Date: 2010-0 6-16 13:45-0300\n"6 "POT-Creation-Date: 2010-08-07 11:36-0300\n" 7 7 "PO-Revision-Date: 2010-02-18 21:31+0100\n" 8 8 "Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n" … … 1000 1000 msgid "" 1001 1001 "Tell debhelper what compatibility level to use by writing a number to debian/" 1002 "compat. For example, to turn on v 7mode:"1002 "compat. For example, to turn on v8 mode:" 1003 1003 msgstr "" 1004 1004 "Pour indiquer à debhelper le niveau de compatibilité à utiliser il faut " … … 1009 1009 #. type: verbatim 1010 1010 #: debhelper.pod:342 1011 #, no-wrap 1012 msgid "" 1013 " % echo 7 > debian/compat\n" 1011 #, fuzzy, no-wrap 1012 #| msgid "" 1013 #| " % echo 7 > debian/compat\n" 1014 #| "\n" 1015 msgid "" 1016 " % echo 8 > debian/compat\n" 1014 1017 "\n" 1015 1018 msgstr "" … … 1099 1102 #: debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429 1100 1103 #: debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454 1101 #: debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:48 61102 #: debhelper.pod:49 3 debhelper.pod:497 debhelper.pod:501 debhelper.pod:5171103 #: debhelper.pod:5 21 debhelper.pod:5291104 #: debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:484 1105 #: debhelper.pod:491 debhelper.pod:495 debhelper.pod:499 debhelper.pod:514 1106 #: debhelper.pod:518 debhelper.pod:526 1104 1107 msgid "-" 1105 1108 msgstr "-" … … 1296 1299 #. type: textblock 1297 1300 #: debhelper.pod:480 1298 msgid "This is the recommended mode of operation."1299 msgstr "C'est la version dont l'usage est recommandé."1300 1301 # type: textblock1302 #. type: textblock1303 #: debhelper.pod:4821304 1301 #, fuzzy 1305 1302 #| msgid "Changes from V6 are:" … … 1309 1306 # type: textblock 1310 1307 #. type: textblock 1311 #: debhelper.pod:48 81308 #: debhelper.pod:486 1312 1309 msgid "" 1313 1310 "dh_install, will fall back to looking for files in debian/tmp if it doesn't " … … 1324 1321 # type: textblock 1325 1322 #. type: textblock 1326 #: debhelper.pod:49 51323 #: debhelper.pod:493 1327 1324 msgid "dh_clean will read debian/clean and delete files listed there." 1328 1325 msgstr "" … … 1332 1329 # type: textblock 1333 1330 #. type: textblock 1334 #: debhelper.pod:49 91331 #: debhelper.pod:497 1335 1332 msgid "dh_clean will delete toplevel *-stamp files." 1336 1333 msgstr "dh_clean supprime les fichiers *-stamp." … … 1338 1335 # type: textblock 1339 1336 #. type: textblock 1340 #: debhelper.pod:50 31337 #: debhelper.pod:501 1341 1338 msgid "" 1342 1339 "dh_installchangelogs will guess at what file is the upstream changelog if " … … 1347 1344 1348 1345 #. type: =item 1346 #: debhelper.pod:506 1347 msgid "v8" 1348 msgstr "" 1349 1350 # type: textblock 1351 #. type: textblock 1349 1352 #: debhelper.pod:508 1350 msgid "v8" 1351 msgstr "" 1352 1353 msgid "This is the recommended mode of operation." 1354 msgstr "C'est la version dont l'usage est recommandé." 1355 1356 # type: textblock 1353 1357 #. type: textblock 1354 1358 #: debhelper.pod:510 1355 msgid ""1356 "This mode is still under development. Using it in packages will cause them "1357 "to probably break later."1358 msgstr ""1359 1360 # type: textblock1361 #. type: textblock1362 #: debhelper.pod:5131363 1359 #, fuzzy 1364 1360 #| msgid "Changes from V3 are:" … … 1367 1363 1368 1364 #. type: textblock 1369 #: debhelper.pod:51 91365 #: debhelper.pod:516 1370 1366 msgid "" 1371 1367 "Commands will fail rather than warning when they are passed unknown options." … … 1373 1369 1374 1370 #. type: textblock 1375 #: debhelper.pod:52 31371 #: debhelper.pod:520 1376 1372 msgid "" 1377 1373 "dh_makeshlibs will run dpkg-gensymbols on all shared libraries that it " … … 1383 1379 1384 1380 #. type: textblock 1385 #: debhelper.pod:5 311381 #: debhelper.pod:528 1386 1382 msgid "" 1387 1383 "dh requires the sequence to run be specified as the first parameter, and any " … … 1390 1386 1391 1387 #. type: textblock 1392 #: debhelper.pod:53 61388 #: debhelper.pod:533 1393 1389 msgid "" 1394 1390 "dh_auto_* prefer to use perl's Module::Build in preference to Makefile.PL." … … 1397 1393 # type: =head2 1398 1394 #. type: =head2 1399 #: debhelper.pod:5 421395 #: debhelper.pod:539 1400 1396 msgid "udebs" 1401 1397 msgstr "udebs" … … 1403 1399 # type: textblock 1404 1400 #. type: textblock 1405 #: debhelper.pod:54 41401 #: debhelper.pod:541 1406 1402 #, fuzzy 1407 1403 #| msgid "" … … 1431 1427 # type: =head2 1432 1428 #. type: =head2 1433 #: debhelper.pod:5 511429 #: debhelper.pod:548 1434 1430 msgid "Other notes" 1435 1431 msgstr "Autres remarques" … … 1437 1433 # type: textblock 1438 1434 #. type: textblock 1439 #: debhelper.pod:55 31435 #: debhelper.pod:550 1440 1436 msgid "" 1441 1437 "In general, if any debhelper program needs a directory to exist under " … … 1455 1451 # type: textblock 1456 1452 #. type: textblock 1457 #: debhelper.pod:55 91453 #: debhelper.pod:556 1458 1454 msgid "" 1459 1455 "Once your package uses debhelper to build, be sure to add debhelper to your " … … 1471 1467 # type: verbatim 1472 1468 #. type: verbatim 1473 #: debhelper.pod:56 51469 #: debhelper.pod:562 1474 1470 #, no-wrap 1475 1471 msgid "" … … 1482 1478 # type: =head1 1483 1479 #. type: =head1 1484 #: debhelper.pod:56 71480 #: debhelper.pod:564 1485 1481 msgid "ENVIRONMENT" 1486 1482 msgstr "VARIABLES D'ENVIRONNEMENT" … … 1488 1484 # type: =item 1489 1485 #. type: =item 1490 #: debhelper.pod:5 711486 #: debhelper.pod:568 1491 1487 msgid "DH_VERBOSE" 1492 1488 msgstr "DH_VERBOSE" … … 1494 1490 # type: textblock 1495 1491 #. type: textblock 1496 #: debhelper.pod:57 31492 #: debhelper.pod:570 1497 1493 msgid "" 1498 1494 "Set to 1 to enable verbose mode. Debhelper will output every command it runs " … … 1504 1500 # type: =item 1505 1501 #. type: =item 1506 #: debhelper.pod:57 61502 #: debhelper.pod:573 1507 1503 msgid "DH_COMPAT" 1508 1504 msgstr "DH_COMPAT" … … 1510 1506 # type: textblock 1511 1507 #. type: textblock 1512 #: debhelper.pod:57 81508 #: debhelper.pod:575 1513 1509 msgid "" 1514 1510 "Temporarily specifies what compatibility level debhelper should run at, " … … 1520 1516 # type: =item 1521 1517 #. type: =item 1522 #: debhelper.pod:5 811518 #: debhelper.pod:578 1523 1519 msgid "DH_NO_ACT" 1524 1520 msgstr "DH_NO_ACT" … … 1526 1522 # type: textblock 1527 1523 #. type: textblock 1528 #: debhelper.pod:58 31524 #: debhelper.pod:580 1529 1525 msgid "Set to 1 to enable no-act mode." 1530 1526 msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)." … … 1532 1528 # type: =item 1533 1529 #. type: =item 1534 #: debhelper.pod:58 51530 #: debhelper.pod:582 1535 1531 msgid "DH_OPTIONS" 1536 1532 msgstr "DH_OPTIONS" … … 1538 1534 # type: textblock 1539 1535 #. type: textblock 1540 #: debhelper.pod:58 71536 #: debhelper.pod:584 1541 1537 msgid "" 1542 1538 "Anything in this variable will be prepended to the command line arguments of " … … 1550 1546 # type: textblock 1551 1547 #. type: textblock 1552 #: debhelper.pod:5 911548 #: debhelper.pod:588 1553 1549 msgid "" 1554 1550 "This is useful in some situations, for example, if you need to pass -p to " … … 1565 1561 # type: =item 1566 1562 #. type: =item 1567 #: debhelper.pod:59 61563 #: debhelper.pod:593 1568 1564 msgid "DH_ALWAYS_EXCLUDE" 1569 1565 msgstr "DH_ALWAYS_EXCLUDE" … … 1571 1567 # type: textblock 1572 1568 #. type: textblock 1573 #: debhelper.pod:59 81569 #: debhelper.pod:595 1574 1570 msgid "" 1575 1571 "If set, this adds the value the variable is set to to the -X options of all " … … 1584 1580 # type: textblock 1585 1581 #. type: textblock 1586 #: debhelper.pod: 6021582 #: debhelper.pod:599 1587 1583 msgid "" 1588 1584 "This can be useful if you are doing a build from a CVS source tree, in which " … … 1603 1599 # type: textblock 1604 1600 #. type: textblock 1605 #: debhelper.pod:60 91601 #: debhelper.pod:606 1606 1602 msgid "" 1607 1603 "Multiple things to exclude can be separated with colons, as in " … … 1613 1609 # type: =head1 1614 1610 #. type: =head1 1615 #: debhelper.pod:61 4dh:748 dh_auto_build:47 dh_auto_clean:481611 #: debhelper.pod:611 dh:748 dh_auto_build:47 dh_auto_clean:48 1616 1612 #: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 1617 #: dh_builddeb:91 dh_clean:138 dh_compress:204 dh_desktop:31 dh_fixperms:12 21613 #: dh_builddeb:91 dh_clean:138 dh_compress:204 dh_desktop:31 dh_fixperms:129 1618 1614 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 1619 1615 #: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 … … 1634 1630 # type: =item 1635 1631 #. type: =item 1636 #: debhelper.pod:61 81632 #: debhelper.pod:615 1637 1633 msgid "F</usr/share/doc/debhelper/examples/>" 1638 1634 msgstr "F</usr/share/doc/debhelper/examples/>" … … 1640 1636 # type: textblock 1641 1637 #. type: textblock 1642 #: debhelper.pod:6 201638 #: debhelper.pod:617 1643 1639 msgid "A set of example debian/rules files that use debhelper." 1644 1640 msgstr "" … … 1647 1643 # type: =item 1648 1644 #. type: =item 1649 #: debhelper.pod:6 221645 #: debhelper.pod:619 1650 1646 msgid "L<http://kitenet.net/~joey/code/debhelper/>" 1651 1647 msgstr "L<http://kitenet.net/~joey/code/debhelper/>" … … 1653 1649 # type: textblock 1654 1650 #. type: textblock 1655 #: debhelper.pod:62 41651 #: debhelper.pod:621 1656 1652 msgid "Debhelper web site." 1657 1653 msgstr "Le site internet de debhelper." … … 1659 1655 # type: =head1 1660 1656 #. type: =head1 1661 #: debhelper.pod:62 8dh:754 dh_auto_build:53 dh_auto_clean:541657 #: debhelper.pod:625 dh:754 dh_auto_build:53 dh_auto_clean:54 1662 1658 #: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 1663 #: dh_builddeb:97 dh_clean:144 dh_compress:210 dh_desktop:37 dh_fixperms:1 281659 #: dh_builddeb:97 dh_clean:144 dh_compress:210 dh_desktop:37 dh_fixperms:135 1664 1660 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 1665 1661 #: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 … … 1679 1675 # type: textblock 1680 1676 #. type: textblock 1681 #: debhelper.pod:6 30dh:756 dh_auto_build:55 dh_auto_clean:561677 #: debhelper.pod:627 dh:756 dh_auto_build:55 dh_auto_clean:56 1682 1678 #: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 1683 #: dh_clean:146 dh_compress:212 dh_fixperms:13 0dh_gencontrol:901679 #: dh_clean:146 dh_compress:212 dh_fixperms:137 dh_gencontrol:90 1684 1680 #: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:116 1685 1681 #: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:309 … … 2387 2383 #: dh:750 dh_auto_build:49 dh_auto_clean:50 dh_auto_configure:55 2388 2384 #: dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:140 2389 #: dh_compress:206 dh_fixperms:1 24dh_gconf:101 dh_gencontrol:842385 #: dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 2390 2386 #: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 2391 2387 #: dh_installcron:79 dh_installdeb:110 dh_installdebconf:128 dh_installdirs:88 … … 2406 2402 #: dh:752 dh_auto_build:51 dh_auto_clean:52 dh_auto_configure:57 2407 2403 #: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 2408 #: dh_clean:142 dh_compress:208 dh_desktop:35 dh_fixperms:1 26dh_gconf:1032404 #: dh_clean:142 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103 2409 2405 #: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 2410 2406 #: dh_installcron:81 dh_installdeb:112 dh_installdebconf:130 dh_installdirs:90
Note: See TracChangeset
for help on using the changeset viewer.


