Your message dated Wed, 19 Nov 2008 19:47:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505786: fixed in devscripts 2.10.41
has caused the Debian Bug report #505786,
regarding [uscan] Fixed typo in the uscan manpage (French)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
505786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505786
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: devscripts
Version: 2.10.40
Severity: wishlist
Tags: patch

Hi,

I have found some mistakes in the uscan manpage for the French
translation. Take a look at the enclosed patch.

I have forwarded this email to the l10n-french mailing list so that they
can approve the update.

Regards,

-- 
Franck Joncourt
http://debian.org - http://smhteam.info/wiki/
Fingerprint : C10E D1D0 EF70 0A2A CACF 9A3C C490 534E 75C0 89FE
From: Franck Joncourt <[EMAIL PROTECTED]>
Subject: [PATCH] fixes/uscan_manpage

Fixed some typos in uscan manpage (French translation).

Signed-off-by: Franck Joncourt <[EMAIL PROTECTED]>

---
 po4a/po/fr.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po4a/po/fr.po b/po4a/po/fr.po
index ac379a9..16cb2ec 100644
--- a/po4a/po/fr.po
+++ b/po4a/po/fr.po
@@ -13758,7 +13758,7 @@ msgid ""
 "# be rewritten to use the redirector.\n"
 "http://sf.net/audacity/audacity-src-(.+)\\e.tar\\e.gz\n"
 msgstr ""
-"# qa.debian.org fournit un redirecteur qui permet une une forme plus\n"
+"# qa.debian.org fournit un redirecteur qui permet une forme plus\n"
 "# simple pour les projets hébergés sur SourceForge. Le format\n"
 "# ci-dessous sera automatiquement récrit pour utiliser le redirecteur\n"
 "http://sf.net/audacity/audacity-src-(.+)\\e.tar\\e.gz\n"
@@ -13773,7 +13773,7 @@ msgid ""
 "http://downloads.sourceforge.net/audacity/audacity-src-(.+)\\e.tar\\e.gz\\e.*\n"
 msgstr ""
 "# Si votre paquet est situé sur sourceforge, et que le redirecteur\n"
-"# ne marche pas pour vous, vous pouvez utiliser le format quivant.\n"
+"# ne marche pas pour vous, vous pouvez utiliser le format suivant.\n"
 "# Notez que le « .* » de fin est nécessaire.\n"
 "http://downloads.sourceforge.net/audacity/audacity-src-(.+)\\e.tar\\e.gz\\e.*\n"
 
@@ -13930,7 +13930,7 @@ msgid ""
 "containing parentheses; see the Atlas-C++ example above.  Also, the "
 "parentheses must match within each path component.)"
 msgstr ""
-"Le premier champ donne le modèle complet des URL à rechercher. Dans le cas "
+"Le premier champ donne le modèle complet des URLs à rechercher. Dans le cas "
 "d'un site FTP, la liste des fichiers du répertoire indiqué sera demandée et "
 "il recherchera dans cette liste des fichiers dont le nom de base (ce qui "
 "suit le « / » final) correspond. Dans le cas d'un site HTTP, il recherche "
-- 
tg: (5fe42db..) fixes/uscan_manpage (depends on: master)

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.10.41

We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive:

devscripts_2.10.41.dsc
  to pool/main/d/devscripts/devscripts_2.10.41.dsc
devscripts_2.10.41.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.41.tar.gz
devscripts_2.10.41_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.41_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam D. Barratt <[EMAIL PROTECTED]> (supplier of updated devscripts package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 19 Nov 2008 19:32:43 +0000
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.41
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: Adam D. Barratt <[EMAIL PROTECTED]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 481415 496013 502419 504292 505264 505786
Changes: 
 devscripts (2.10.41) unstable; urgency=low
 .
   [ Patrick Schoenfeld ]
   * build-rdeps:
     + Make default pattern for source files match on codename
       as well as suite (unstable, sid)
     + Add a --exclude-component parameter which can be specified
       multiple times to exclude certain components (e.g. main, contrib,
       non-free).
     + Add missing documentation of the --only-main param in
       the manpage
     + Update author email address
 .
   [ Adam D. Barratt ]
   * bts:
     + Don't attempt to iterate the list of bugs returned by "bts status"
       if it's empty, thereby avoiding a "Can't use string ("") as a HASH
       ref" error.
     + Correctly handle only one argument being passed to "block" or
       "unblock".
   * checkbashisms:
     + Add an updated check for $'' which is much less prone to false
       positives. Thanks Filippo Giunchedi. (Closes: #504292)
     + Add an updated check for $"" based on Filippo's $'' patch.
   * dcmd: Allow only a subset of the files listed in the .changes / .dsc
     file to be selected. (Closes: #481415)
   * Debbugs.pm:
     + Really fix the special-casing of the "archive" key in select() to
       get rid of an uninitialized value warning.
     + Check whether a SOAP call returned a valid value before attempting to
       call result() on it.
     + Produce more useful error messages on failure. (Closes: #496013)
   * debdiff: When comparing source packages, do so in version order rather
     than the order the .dsc files were passed on the command line. (May
     be disabled using --no-auto-ver-sort if desired.) (Closes: #505264)
   * debsign: Support using DEBRELEASE_DEBS_DIR to specify the location
     of .dsc and .changes files when called without an explicit path to
     a file. Based on a patch by Philippe Le Brouster. (Closes: #502419)
   * tagpending: If an error occurs retrieving the list of bugs for the
     package, suggest using "--force" in order to tag all the bugs as
     pending without attempting to query the BTS.
   * po4a/po/fr.po: Remove a duplicated word and fix a typo. Thanks Franck
     Joncourt. (Closes: #505786)
 .
   [ James Vega ]
   * debcheckout:  Add support for working around repositories that don't
     follow standard behavior (like bzr.d.o not running a smart server).
Checksums-Sha1: 
 708d85c769cd042fa6a2c1cd9b79a8510e92c530 1363 devscripts_2.10.41.dsc
 45c6989b7f21e237e0645721b577e51a4219fac7 631491 devscripts_2.10.41.tar.gz
 a58571c902172a2a5de2af6cb7087e1389b491e0 542628 devscripts_2.10.41_amd64.deb
Checksums-Sha256: 
 ae0e43b55ef305d18aed1ee0040458ee6f8652037213e3a5fd41b2394cc5b418 1363 
devscripts_2.10.41.dsc
 066e7e120646163145f8f8703d9dfdeefd1ab61b6e91475ef24d40fc6e93e19a 631491 
devscripts_2.10.41.tar.gz
 7fa3cced050d0a9da84a107261ca4c1a8210978acf28d9617ce1d84519a548e4 542628 
devscripts_2.10.41_amd64.deb
Files: 
 24976eaacbc232f2e9c7e4ef83bda260 1363 devel optional devscripts_2.10.41.dsc
 fe9a7cecb592ad11c773b9a89294c8b0 631491 devel optional 
devscripts_2.10.41.tar.gz
 2112fb108e826af54197c6d9a12ff23d 542628 devel optional 
devscripts_2.10.41_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkkaucACgkQokcE1TReOoWQTQCfWoRUAkwctAXNg6aV0dw2Y47t
b5QAn2NcKm55zCAq4XfN7gTf79uO0Ubu
=gNxG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to