summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-11-04 17:20:09 -0400
committerJoey Hess <joey@kitenet.net>2011-11-04 17:20:09 -0400
commit53d7a9a22c1fb539558ca39dacc4bef8a02dca01 (patch)
tree98327c576d8ed332c906eef51adcc66a1783a259 /man
parentfaed8086ee1fcc25fb7acf827aab2bf567e641d9 (diff)
releasing version 8.9.9
Diffstat (limited to 'man')
-rw-r--r--man/po4a/po/debhelper.pot40
-rw-r--r--man/po4a/po/es.po83
-rw-r--r--man/po4a/po/fr.po86
3 files changed, 124 insertions, 85 deletions
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 018e39ee..6f9a504c 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: 2011-09-29 15:41-0400\n"
+"POT-Creation-Date: 2011-11-04 17:02-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -872,9 +872,7 @@ msgstr ""
#. type: textblock
#: debhelper.pod:499
-msgid ""
-"B<dh_auto_configure> passes CFLAGS to F<Makefile.PL> using the OPTIMIZE "
-"variable."
+msgid "B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
msgstr ""
#. type: =head1
@@ -1312,7 +1310,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:84 dh:91 dh:105 dh:118
+#: dh:84 dh:105 dh:118
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1321,12 +1319,20 @@ msgid ""
"\n"
msgstr ""
-#. type: verbatim
+#. type: textblock
#: dh:88
+msgid ""
+"Often you'll want to pass an option to a specific debhelper command. The "
+"easy way to do with is by adding an override target for that command."
+msgstr ""
+
+#. type: verbatim
+#: dh:91 dh:176 dh:187
#, no-wrap
msgid ""
-"Often you'll want to pass an option to a specific debhelper command. The\n"
-"easy way to do with is by adding an override target for that command.\n"
+"\t#!/usr/bin/make -f\n"
+"\t%:\n"
+"\t\tdh $@\n"
"\t\n"
msgstr ""
@@ -1336,15 +1342,15 @@ msgstr ""
msgid ""
"\toverride_dh_strip:\n"
"\t\tdh_strip -Xfoo\n"
-"\t\t\n"
+"\t\n"
msgstr ""
#. type: verbatim
#: dh:98
#, no-wrap
msgid ""
-"\toverride_dh_installdocs:\n"
-"\t\tdh_installdocs README TODO\n"
+"\toverride_dh_auto_configure:\n"
+"\t\tdh_auto_configure -- --with-foo --disable-bar\n"
"\n"
msgstr ""
@@ -1505,16 +1511,6 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:176 dh:187
-#, no-wrap
-msgid ""
-"\t#!/usr/bin/make -f\n"
-"\t%:\n"
-"\t\tdh $@\n"
-"\t\n"
-msgstr ""
-
-#. type: verbatim
#: dh:180
#, no-wrap
msgid ""
@@ -3686,7 +3682,7 @@ msgstr ""
#: dh_installinit:14
msgid ""
"B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] "
-"[B<-R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]"
+"[B<-R>] [B<-r>] [B<-d>] [S<B<--> I<params>>]"
msgstr ""
#. type: textblock
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index e0164cb5..ac68a749 100644
--- a/man/po4a/po/es.po
+++ b/man/po4a/po/es.po
@@ -31,7 +31,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper 8.0.0\n"
-"POT-Creation-Date: 2011-09-29 15:41-0400\n"
+"POT-Creation-Date: 2011-11-04 17:02-0400\n"
"PO-Revision-Date: 2010-11-11 22:28+0100\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -1265,8 +1265,7 @@ msgstr ""
#. type: textblock
#: debhelper.pod:499
msgid ""
-"B<dh_auto_configure> passes CFLAGS to F<Makefile.PL> using the OPTIMIZE "
-"variable."
+"B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
msgstr ""
# type: =head1
@@ -1963,7 +1962,7 @@ msgstr ""
"predeterminadas de órdenes funcionan sin opciones adicionales."
#. type: verbatim
-#: dh:84 dh:91 dh:105 dh:118
+#: dh:84 dh:105 dh:118
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1976,13 +1975,16 @@ msgstr ""
"\t\tdh $@\n"
"\n"
-#. type: verbatim
+#. type: textblock
#: dh:88
-#, no-wrap
+#, fuzzy
+#| msgid ""
+#| "Often you'll want to pass an option to a specific debhelper command. The\n"
+#| "easy way to do with is by adding an override target for that command.\n"
+#| "\t\n"
msgid ""
-"Often you'll want to pass an option to a specific debhelper command. The\n"
-"easy way to do with is by adding an override target for that command.\n"
-"\t\n"
+"Often you'll want to pass an option to a specific debhelper command. The "
+"easy way to do with is by adding an override target for that command."
msgstr ""
"A menudo, querrá introducir una opción a una orden de debhelper en\n"
"particular. La forma sencilla de hacerlo es añadir un objetivo «overrride»\n"
@@ -1990,12 +1992,30 @@ msgstr ""
"\t\n"
#. type: verbatim
-#: dh:95
+#: dh:91 dh:176 dh:187
#, no-wrap
msgid ""
+"\t#!/usr/bin/make -f\n"
+"\t%:\n"
+"\t\tdh $@\n"
+"\t\n"
+msgstr ""
+"\t#!/usr/bin/make -f\n"
+"\t%:\n"
+"\t\tdh $@\n"
+"\t\n"
+
+#. type: verbatim
+#: dh:95
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\toverride_dh_strip:\n"
+#| "\t\tdh_strip -Xfoo\n"
+#| "\t\t\n"
+msgid ""
"\toverride_dh_strip:\n"
"\t\tdh_strip -Xfoo\n"
-"\t\t\n"
+"\t\n"
msgstr ""
"\toverride_dh_strip:\n"
"\t\tdh_strip -Xfoo\n"
@@ -2003,14 +2023,16 @@ msgstr ""
#. type: verbatim
#: dh:98
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| " dh_auto_configure -- --with-foo --enable-bar\n"
+#| "\n"
msgid ""
-"\toverride_dh_installdocs:\n"
-"\t\tdh_installdocs README TODO\n"
+"\toverride_dh_auto_configure:\n"
+"\t\tdh_auto_configure -- --with-foo --disable-bar\n"
"\n"
msgstr ""
-"\toverride_dh_installdocs:\n"
-"\t\tdh_installdocs README TODO\n"
+" dh_auto_configure -- --with-foo --enable-bar\n"
"\n"
#. type: textblock
@@ -2234,20 +2256,6 @@ msgstr ""
"cada orden."
#. type: verbatim
-#: dh:176 dh:187
-#, no-wrap
-msgid ""
-"\t#!/usr/bin/make -f\n"
-"\t%:\n"
-"\t\tdh $@\n"
-"\t\n"
-msgstr ""
-"\t#!/usr/bin/make -f\n"
-"\t%:\n"
-"\t\tdh $@\n"
-"\t\n"
-
-#. type: verbatim
#: dh:180
#, no-wrap
msgid ""
@@ -5313,9 +5321,13 @@ msgstr ""
# type: textblock
#. type: textblock
#: dh_installinit:14
+#, fuzzy
+#| msgid ""
+#| "B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] "
+#| "[B<-R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]"
msgid ""
"B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-"
-"R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]"
+"R>] [B<-r>] [B<-d>] [S<B<--> I<params>>]"
msgstr ""
"B<dh_installinit> [S<I<opciones-de-debhelper>>] [B<--name=>I<nombre>] [B<-"
"n>] [B<-R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<parámetros>>]"
@@ -8352,6 +8364,15 @@ msgstr "Normas de Debian, versión 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+#~ msgid ""
+#~ "\toverride_dh_installdocs:\n"
+#~ "\t\tdh_installdocs README TODO\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\toverride_dh_installdocs:\n"
+#~ "\t\tdh_installdocs README TODO\n"
+#~ "\n"
+
# type: textblock
#~ msgid ""
#~ "This is useful in some situations, for example, if you need to pass B<-p> "
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 6a389d37..52cfb74a 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2011-09-29 15:41-0400\n"
+"POT-Creation-Date: 2011-11-04 17:02-0400\n"
"PO-Revision-Date: 2011-04-03 17:37+0200\n"
"Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
"Language-Team: Français <debian-l10n-french@lists.debian.org>\n"
@@ -1260,8 +1260,7 @@ msgstr ""
#. type: textblock
#: debhelper.pod:499
msgid ""
-"B<dh_auto_configure> passes CFLAGS to F<Makefile.PL> using the OPTIMIZE "
-"variable."
+"B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
msgstr ""
# type: =head1
@@ -1973,7 +1972,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:84 dh:91 dh:105 dh:118
+#: dh:84 dh:105 dh:118
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1987,13 +1986,16 @@ msgstr ""
"\n"
# type: verbatim
-#. type: verbatim
+#. type: textblock
#: dh:88
-#, no-wrap
+#, fuzzy
+#| msgid ""
+#| "Often you'll want to pass an option to a specific debhelper command. The\n"
+#| "easy way to do with is by adding an override target for that command.\n"
+#| "\t\n"
msgid ""
-"Often you'll want to pass an option to a specific debhelper command. The\n"
-"easy way to do with is by adding an override target for that command.\n"
-"\t\n"
+"Often you'll want to pass an option to a specific debhelper command. The "
+"easy way to do with is by adding an override target for that command."
msgstr ""
"Il est fréquent de vouloir passer une option à une commande debhelper.\n"
"Le moyen le plus simple de le faire consiste à surcharger la commande\n"
@@ -2001,12 +2003,31 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:95
+#: dh:91 dh:176 dh:187
#, no-wrap
msgid ""
+"\t#!/usr/bin/make -f\n"
+"\t%:\n"
+"\t\tdh $@\n"
+"\t\n"
+msgstr ""
+"\t#!/usr/bin/make -f\n"
+"\t%:\n"
+"\t\tdh $@\n"
+"\t\n"
+
+# type: verbatim
+#. type: verbatim
+#: dh:95
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\toverride_dh_strip:\n"
+#| "\t\tdh_strip -Xfoo\n"
+#| "\t\t\n"
+msgid ""
"\toverride_dh_strip:\n"
"\t\tdh_strip -Xfoo\n"
-"\t\t\n"
+"\t\n"
msgstr ""
"\toverride_dh_strip:\n"
"\t\tdh_strip -Xfoo\n"
@@ -2015,14 +2036,16 @@ msgstr ""
# type: verbatim
#. type: verbatim
#: dh:98
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| " dh_auto_configure -- --with-foo --enable-bar\n"
+#| "\n"
msgid ""
-"\toverride_dh_installdocs:\n"
-"\t\tdh_installdocs README TODO\n"
+"\toverride_dh_auto_configure:\n"
+"\t\tdh_auto_configure -- --with-foo --disable-bar\n"
"\n"
msgstr ""
-"\toverride_dh_installdocs:\n"
-"\t\tdh_installdocs README TODO\n"
+" dh_auto_configure -- --with-toto --enable-titi\n"
"\n"
# type: textblock
@@ -2257,21 +2280,6 @@ msgstr ""
"définissant des blocs de substitution vides pour chaque commande que vous ne "
"voulez pas lancer."
-# type: verbatim
-#. type: verbatim
-#: dh:176 dh:187
-#, no-wrap
-msgid ""
-"\t#!/usr/bin/make -f\n"
-"\t%:\n"
-"\t\tdh $@\n"
-"\t\n"
-msgstr ""
-"\t#!/usr/bin/make -f\n"
-"\t%:\n"
-"\t\tdh $@\n"
-"\t\n"
-
#. type: verbatim
#: dh:180
#, no-wrap
@@ -5461,9 +5469,13 @@ msgstr ""
# type: textblock
#. type: textblock
#: dh_installinit:14
+#, fuzzy
+#| msgid ""
+#| "B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] "
+#| "[B<-R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]"
msgid ""
"B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-"
-"R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]"
+"R>] [B<-r>] [B<-d>] [S<B<--> I<params>>]"
msgstr ""
"B<dh_installinit> [I<options de debhelper>] [B<--name=>I<nom>] [B<-n>] [B<-"
"R>] [B<-r>] [B<-d>] [B<-O>] [B<--> I<paramètres>]"
@@ -8573,6 +8585,16 @@ msgstr "Charte Debian, version 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+# type: verbatim
+#~ msgid ""
+#~ "\toverride_dh_installdocs:\n"
+#~ "\t\tdh_installdocs README TODO\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\toverride_dh_installdocs:\n"
+#~ "\t\tdh_installdocs README TODO\n"
+#~ "\n"
+
# type: textblock
#~ msgid ""
#~ "This is useful in some situations, for example, if you need to pass B<-p> "