[libdbd-mysql-perl] 03/05: debian/rules: drop handling of t/mysql.mtest

gregor herrmann gregoa at debian.org
Mon Aug 29 18:53:13 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 f577717086702e783bba9adad958666afbdfe0e7
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 29 20:42:02 2016 +0200

    debian/rules: drop handling of t/mysql.mtest
    
    which was modified during tests.
    
    The file is not included in the tarball anymore.
---
 debian/rules | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9de14fd..be3553c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
-PROB_FILE = mysql.mtest
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
@@ -10,10 +9,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 %:
 	dh $@ --with perl_dbi
 
-override_dh_auto_configure:
-	! [ -e t/$(PROB_FILE) ] || mv t/$(PROB_FILE) debian/$(PROB_FILE).save
-	dh_auto_configure
-
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES='t/00base.t'
 
@@ -24,8 +19,3 @@ override_dh_auto_install:
 	[ ! -d $(TMP)/$(ARCHLIB)/Bundle/ ]                         || $(RM) -vr $(TMP)/$(ARCHLIB)/Bundle/
 	[ ! -f $(TMP)/usr/share/man/man3/Bundle::DBD::mysql.3pm ]  || $(RM) -v $(TMP)/usr/share/man/man3/Bundle::DBD::mysql.3pm
 	[ ! -f $(TMP)/usr/share/man/man3/DBD::mysql::INSTALL.3pm ] || $(RM) -v $(TMP)/usr/share/man/man3/DBD::mysql::INSTALL.3pm
-
-override_dh_clean:
-	dh_clean
-	! [ -e debian/$(PROB_FILE).save  ] \
-	    || mv debian/$(PROB_FILE).save  t/$(PROB_FILE)

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