The following commit has been merged in the master branch:
commit e9c3e59475b7bcf0201b3c5a936c1f4f87382022
Author: Guillem Jover <[email protected]>
Date: Mon Jun 29 09:20:00 2009 +0200
dpkg-name: Call _g instead of g_
diff --git a/debian/changelog b/debian/changelog
index de68ab7..12d28ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
dpkg (1.15.4) UNRELEASED; urgency=low
+ * Call _g instead of g_ in dpkg-name.
-- Guillem Jover <[email protected]> Sat, 27 Jun 2009 19:25:30 +0200
diff --git a/scripts/dpkg-name.pl b/scripts/dpkg-name.pl
index 3dbd164..eab33e4 100755
--- a/scripts/dpkg-name.pl
+++ b/scripts/dpkg-name.pl
@@ -110,7 +110,7 @@ sub getarch($$)
my $arch = $fields->{Architecture};
if (!$fields->{Architecture} and !$options{architecture}) {
$arch = get_host_arch();
- warning(g_("assuming architecture '%s' for '%s'"), $arch, $filename);
+ warning(_g("assuming architecture '%s' for '%s'"), $arch, $filename);
}
return $arch;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]