[Pkg-owncloud-commits] [php-sabre-vobject] 126/128: Remove temp dir from tests
David Prévot
taffit at moszumanska.debian.org
Tue May 20 23:11:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit ff157bdd34a226005fde7f9b93ca6b22d17dbbe4
Author: David Prévot <taffit at debian.org>
Date: Mon Apr 7 21:48:04 2014 -0400
Remove temp dir from tests
Git-Dch: Ignore
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1e6b168..d283e9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,13 @@
%:
dh $@ --with phpcomposer
+override_dh_auto_clean:
+ rm -rf tests/temp
+ dh_auto_clean
+
override_dh_auto_test:
cd tests && phpunit
+ dh_auto_test
get-orig-source:
uscan --verbose --rename --force
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list