]> git.donarmstrong.com Git - debhelper.git/commitdiff
releasing version 8.9.9 8.9.9
authorJoey Hess <joey@kitenet.net>
Fri, 4 Nov 2011 21:20:09 +0000 (17:20 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 4 Nov 2011 21:20:09 +0000 (17:20 -0400)
debian/changelog
man/po4a/po/debhelper.pot
man/po4a/po/es.po
man/po4a/po/fr.po

index 9dbf38057cce9258bca604701cf83612e1f92d57..fdf03d19ca0588e1d4a1b402809e3f4b3a8ffa47 100644 (file)
@@ -1,10 +1,10 @@
-debhelper (8.9.9) UNRELEASED; urgency=low
+debhelper (8.9.9) unstable; urgency=low
 
-  * dh_auto_build: Use target architecture for build directory name.
-    Closes: #644553 Thanks, Tom Hughes
+  * dh_auto_build: Use target architecture (not host architecture) 
+    for build directory name. Closes: #644553 Thanks, Tom Hughes
   * dh: Add dh_auto_configure parameter example. Closes: #645335
 
- -- Joey Hess <joeyh@debian.org>  Thu, 06 Oct 2011 19:26:08 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri, 04 Nov 2011 17:01:58 -0400
 
 debhelper (8.9.8) unstable; urgency=low
 
index 018e39eeb092ffb4a3c827e9dacdc0503feb40af..6f9a504c24def08261919592addc37f4c7ae5f02 100644 (file)
@@ -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 ""
 
@@ -1504,16 +1510,6 @@ msgid ""
 "want it to run, by defining empty override targets for each command."
 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
@@ -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
index e0164cb5306be448b38da487fdbfcafce75de070..ac68a7499646d760af53a7e1428ba77bd32c14cc 100644 (file)
@@ -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
@@ -2233,20 +2255,6 @@ msgstr ""
 "desea que se ejecuten. Para ello, defina objetivos «override» vacíos para "
 "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
@@ -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> "
index 6a389d37cbdfdcd3e51d7c4d1126f96270136627..52cfb74af15734b77db55db001cb28ff2629e321 100644 (file)
@@ -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> "