The following commit has been merged in the master branch:
commit 48a20395d3406b655844057315868748dceada2d
Author: Guillem Jover <guil...@debian.org>
Date:   Mon Jun 15 02:19:12 2009 +0200

    dpkg-scanpackages: Mark string for translation

diff --git a/scripts/dpkg-scanpackages.pl b/scripts/dpkg-scanpackages.pl
index 207271f..9c83356 100755
--- a/scripts/dpkg-scanpackages.pl
+++ b/scripts/dpkg-scanpackages.pl
@@ -102,7 +102,8 @@ sub load_override
                    my $debmaint = $$package{Maintainer};
                    if (!grep($debmaint eq $_, split(m:\s*//\s*:, $oldmaint))) {
                        push(@changedmaint,
-                            "  $p (package says $$package{Maintainer}, not 
$oldmaint)");
+                            sprintf(_g("  %s (package says %s, not %s)"),
+                                    $p, $$package{Maintainer}, $oldmaint));
                    } else {
                        $$package{Maintainer} = $newmaint;
                    }

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to