This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository cme.
commit a8078a16d17925f17b42bebc081ceb321fea2f3f Author: Dominique Dumont <[email protected]> Date: Tue Dec 2 13:42:52 2014 +0100 re-use libconfig-model-perl rules file --- debian/rules | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2d33f6a..c8ed70e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,14 @@ #!/usr/bin/make -f +BUILDHOME = $(CURDIR)/debian/build + %: - dh $@ + dh $@ --with bash-completion + +override_dh_clean: + dh_clean + rm -rf $(BUILDHOME) + +override_dh_auto_test: + mkdir -p $(BUILDHOME) + HOME=$(BUILDHOME) dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/cme.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
