[libplack-middleware-file-sass-perl] 01/02: debian/rules: move broken file from inc/ out of the way before tests.
gregor herrmann
gregoa at debian.org
Mon Jul 21 20:34:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libplack-middleware-file-sass-perl.
commit 628638c2e356a4009e20a01866b560fbc472975a
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jul 21 22:33:40 2014 +0200
debian/rules: move broken file from inc/ out of the way before tests.
Closes: #753036
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1681c43..9835cda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,3 +34,11 @@ common-depends = libplack-perl
CDBS_BUILD_DEPENDS += , $(common-depends), libtest-requires-perl, libtext-sass-perl
CDBS_DEPENDS_ALL = $(common-depends), ruby-sass | libhaml-ruby (<< 3.1) | libtext-sass-perl
CDBS_RECOMMENDS_ALL = ruby-sass | libhaml-ruby (<< 3.1)
+
+BADFILE=inc/Test/Builder/Module.pm
+
+pre-build::
+ [ ! -f $(CURDIR)/$(BADFILE) ] || mv -v $(CURDIR)/$(BADFILE) $(CURDIR)/$(BADFILE).broken
+
+cleanbuilddir::
+ [ ! -f $(CURDIR)/$(BADFILE).broken ] || mv -v $(CURDIR)/$(BADFILE).broken $(CURDIR)/$(BADFILE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-file-sass-perl.git
More information about the Pkg-perl-cvs-commits
mailing list