[libdbd-mysql-perl] 03/11: Drop --ssl parameter from Makefile.PL call

gregor herrmann gregoa at debian.org
Sun Jul 24 14:48:20 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 69529f7f49f413e9ec7b7f99026cbb48ba885868
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 24 16:31:59 2016 +0200

    Drop --ssl parameter from Makefile.PL call
    
    which is now the default.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b5554d7..ccf46a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 override_dh_auto_configure:
 	! [ -e t/$(PROB_FILE) ] || mv t/$(PROB_FILE) debian/$(PROB_FILE).save
-	dh_auto_configure -- --ssl --testuser=test
+	dh_auto_configure -- --testuser=test
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES='t/00base.t'

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



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