[perl-openssl-defaults] 04/04: Slightly improve debian/rules comments

ntyni at debian.org ntyni at debian.org
Thu Dec 22 13:31:24 UTC 2016


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

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

commit 5b54d01e1c286b7fbaaf9ff3e94c061f33017460
Author: Niko Tyni <ntyni at debian.org>
Date:   Thu Dec 22 13:59:53 2016 +0200

    Slightly improve debian/rules comments
    
    Thanks to Gregor Herrmann for the suggestions.
---
 debian/rules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5057165..1422d7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
 CC      = $(DEB_HOST_GNU_TYPE)-gcc
 
-# this number comes from the SONAME of libssl.so
+# we determine the ABI level comes from the SONAME of libssl.so
 # it is used for the Provides: perl-openssl-abi-XX relationship
 # see #848113
 
@@ -30,7 +30,10 @@ override_dh_auto_build: debian/perl-openssl.make debian/dh_perl_openssl.1
 	dh_auto_build -- CC=$(CC)
 
 # we don't use anything outside perl-base for ourself;
-# debhelper may # but that's not our business
+# debhelper may but that's not our business
+#
+# note that this currently makes perl:Depends totally empty
+# (as perl-base is Essential:yes)
 override_dh_perl:
 	dh_perl -d
 

-- 
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