[libdata-objectdriver-perl] 04/08: debian/rules: drop workaround for inc/Test/Builder.pm

gregor herrmann gregoa at debian.org
Sat Sep 30 13:34:06 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit 283a89358b0ec3950fe58884e4b95c5b6b3228cf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 30 15:22:37 2017 +0200

    debian/rules: drop workaround for inc/Test/Builder.pm
    
    which is gone.
---
 debian/rules | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index e67b545..a9d340c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,11 @@
 #!/usr/bin/make -f
 
-BADFILE=inc/Test/Builder.pm
-
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
-override_dh_auto_clean:
-	[ ! -f $(CURDIR)/$(BADFILE).broken ] || mv -v $(CURDIR)/$(BADFILE).broken $(CURDIR)/$(BADFILE)
-	dh_auto_clean
-
-override_dh_auto_test:
-	[ ! -f $(CURDIR)/$(BADFILE) ] || mv -v $(CURDIR)/$(BADFILE) $(CURDIR)/$(BADFILE).broken
-	dh_auto_test
-
 override_dh_auto_install:
 	dh_auto_install
 	# remove empty manpages
@@ -31,4 +21,3 @@ override_dh_auto_install:
 		; do \
 		$(RM) -v $(TMP)/usr/share/man/man3/$$M.3pm ; \
 	done
-	

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



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