[perl-openssl-defaults] 01/01: typo in error message

gregor herrmann gregoa at debian.org
Sun Dec 18 23:05:21 UTC 2016


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

gregoa pushed a commit to branch master
in repository perl-openssl-defaults.

commit 9f35fc4ed7ffe87d2450094ce9facebbe5644ce9
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 19 00:02:30 2016 +0100

    typo in error message
    
    Gbp-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fa208f2..ca28dd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ SOFILE  = /usr/lib/$(DEB_HOST_MULTIARCH)/libssl.so
 OPENSSL_ABI_VERSION=$(shell $(OBJDUMP) -p $(SOFILE) | perl -ne '/SONAME\s+libssl\.so\.(.+)/ and print $$1')
 
 ifeq (,$(OPENSSL_ABI_VERSION))
-    $(error Cannot determine ABI version form $(SOFILE) SONAME)
+    $(error Cannot determine ABI version from $(SOFILE) SONAME)
 endif
 
 override_dh_gencontrol:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/perl-openssl-defaults.git



More information about the Pkg-perl-cvs-commits mailing list