summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2016-04-16 13:16:21 +0300
committerNiels Thykier <niels@thykier.net>2016-04-24 11:42:45 +0000
commit32dea5d8140606c9756634905f3baeaa97d0b2c7 (patch)
tree02dde56eb93deba5f8ce58205717c9e128912181
parentda70872eb53140f9b30139eefd883d6abb5b1fb1 (diff)
downloaddebhelper-32dea5d8140606c9756634905f3baeaa97d0b2c7.tar.gz
compat file message nits.
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r--Debian/Debhelper/Dh_Lib.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 59da1229..1e4e0766 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -414,7 +414,7 @@ sub dirname {
my $l=<COMPAT_IN>;
close COMPAT_IN;
if (! defined $l || ! length $l) {
- error("debian/compat must contain a postive number (found: \"$c\")");
+ error("debian/compat must contain a postive number (found an empty first line)");
}
else {
@@ -428,7 +428,7 @@ sub dirname {
}
}
elsif (not $nowarn) {
- error("Please specific the compatibility level in debian/compat");
+ error("Please specify the compatibility level in debian/compat");
}
if (defined $ENV{DH_COMPAT}) {