[openlayers3] 05/08: Fix dh_auto_* overrides, also override dh_auto_test.

Bas Couwenberg sebastic at xs4all.nl
Sun Dec 28 20:28:05 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository openlayers3.

commit a5c9db1e0caeadf5d9de6634cdda3fee09b28412
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Dec 26 11:23:26 2014 +0100

    Fix dh_auto_* overrides, also override dh_auto_test.
---
 debian/rules | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index c35591a..1384805 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,17 @@
 %:
 	dh $@
 
-override_auto_build:
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build
+	rm -f pake.pyc
+
+override_dh_auto_build:
 	python build.py host-examples
 	python build.py apidoc
 	dh_auto_build
 
-override_auto_clean:
-	dh_auto_clean
-	rm -rf build
-	rm -f pake.pyc
+overide_dh_auto_test:
+	dh_auto_test
+	python build.py test
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/openlayers3.git



More information about the Pkg-grass-devel mailing list