[debsums] 01/01: Fix typos found Niels Thykier
Axel Beckert
abe at deuxchevaux.org
Sun May 7 19:14:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository debsums.
commit 86e603d16d91212bec2e74ca6a8fe59846638dd6
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun May 7 21:13:22 2017 +0200
Fix typos found Niels Thykier
Thanks!
---
debian/changelog | 8 +++++++-
debsums | 2 +-
t/debsums.t | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index af9a3a8..53992f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debsums (2.2.3) UNRELEASED; urgency=medium
+
+ * Fix typos found Niels Thykier. Thanks!
+
+ -- Axel Beckert <abe at debian.org> Sun, 07 May 2017 21:12:53 +0200
+
debsums (2.2.2) unstable; urgency=medium
[ Axel Beckert ]
@@ -13,7 +19,7 @@ debsums (2.2.2) unstable; urgency=medium
debsums (2.2.1) unstable; urgency=low
- * Release umodified as 2.2.1 and upload to unstable. Thanks to Andreas
+ * Release unmodified as 2.2.1 and upload to unstable. Thanks to Andreas
Beckmann for testing the release candidate!
-- Axel Beckert <abe at debian.org> Wed, 03 May 2017 02:49:52 +0200
diff --git a/debsums b/debsums
index e98eabe..c7cee60 100755
--- a/debsums
+++ b/debsums
@@ -447,7 +447,7 @@ sub resolve_path {
# better die now with a clear error message then later
# with a sysopen fails
die "$self: Error: symlink loop detected in path '$path'. ",
- "Please file a bug again $package.\n";
+ "Please file a bug against $package.\n";
}
$seen{$fp} = 1;
if (-l $fp) {
diff --git a/t/debsums.t b/t/debsums.t
index 97780e1..909dced 100644
--- a/t/debsums.t
+++ b/t/debsums.t
@@ -196,7 +196,7 @@ $chroot = "t/fakechroots/link-with-loop";
foreach my $option (qw(-c -s)) {
run(@command, $option);
is(stderr,
- "debsums: Error: symlink loop detected in path 'usr/share/doc/fakepkg/loop.1'. Please file a bug again fakepkg.\n",
+ "debsums: Error: symlink loop detected in path 'usr/share/doc/fakepkg/loop.1'. Please file a bug against fakepkg.\n",
'Warning on STDERR');
expected_rc(255);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git
More information about the Pkg-perl-cvs-commits
mailing list