This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

commit d1ca4be7f80e040a325c653336b6182c0ec024ee
Author: Guillem Jover <[email protected]>
Date:   Mon Feb 16 23:57:51 2015 +0100

    dpkg-name: Say package instead of it in warning message
---
 debian/changelog     | 1 +
 scripts/dpkg-name.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3502268..7a08a83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -83,6 +83,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
     same package. Closes: #588505
   * Output strings fixes and improvements:
     - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.
+    - Say “package” instead of “it” in dpkg-name warning message.
 
   [ Raphaël Hertzog ]
   * Drop myself from Uploaders.
diff --git a/scripts/dpkg-name.pl b/scripts/dpkg-name.pl
index ea80c5d..e020fea 100755
--- a/scripts/dpkg-name.pl
+++ b/scripts/dpkg-name.pl
@@ -171,7 +171,7 @@ sub move($)
         my $fields = getfields($filename);
 
         unless (exists $fields->{Package}) {
-            warning(g_("no Package field found in '%s', skipping it"),
+            warning(g_("no Package field found in '%s', skipping package"),
                     $filename);
             return;
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/dpkg/dpkg.git


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to