[debhelper-devel] [debhelper] 01/01: compat file message nits.

Niels Thykier nthykier at moszumanska.debian.org
Sun Apr 24 11:43:28 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 32dea5d8140606c9756634905f3baeaa97d0b2c7
Author: Peter Pentchev <roam at ringlet.net>
Date:   Sat Apr 16 13:16:21 2016 +0300

    compat file message nits.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Lib.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 59da122..1e4e076 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}) {

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




More information about the debhelper-devel mailing list