This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 5ff29d575f5910ce861d587e96f288b1464a476b Author: Guillem Jover <[email protected]> Date: Wed Feb 18 20:03:37 2015 +0100 Dpkg::Source::Patch: Add missing preposition in error message --- debian/changelog | 1 + scripts/Dpkg/Source/Patch.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d9c6cbd..5306b42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -90,6 +90,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low - Say directory instead of dir in output messages. - Merge the same dpkg-scanpackages warning messages into a single line. - Clarify dpkg-genchanges changes description open error. + - Add missing preposition in Dpkg::Source::Patch error message. [ Raphaƫl Hertzog ] * Drop myself from Uploaders. diff --git a/scripts/Dpkg/Source/Patch.pm b/scripts/Dpkg/Source/Patch.pm index 0904757..86ba326 100644 --- a/scripts/Dpkg/Source/Patch.pm +++ b/scripts/Dpkg/Source/Patch.pm @@ -426,7 +426,8 @@ sub analyze { $fn{old} = $line; } if ($line =~ /\.dpkg-orig$/) { - error(g_("diff `%s' patches file with name ending .dpkg-orig"), $diff); + error(g_("diff '%s' patches file with name ending in .dpkg-orig"), + $diff); } $line = _getline($self); -- 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]

