[libdbd-mysql-perl] 10/11: Remove unused --testuser switch 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 64e728da6e07e5c66b4e62b30b36e7ed54d24a7b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 24 16:41:47 2016 +0200

    Remove unused --testuser switch from Makefile.PL call.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4f2a2dc..9de14fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 override_dh_auto_configure:
 	! [ -e t/$(PROB_FILE) ] || mv t/$(PROB_FILE) debian/$(PROB_FILE).save
-	dh_auto_configure -- --testuser=test
+	dh_auto_configure
 
 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