[openlayers3] 02/04: Remove autogenerated files and directories on clean.

Bas Couwenberg sebastic at xs4all.nl
Sun Jan 4 13:14:04 UTC 2015


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

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

commit 10a8e29aaf0da29b2f6daa413a6fcfc75ef1640c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 4 00:15:34 2015 +0100

    Remove autogenerated files and directories on clean.
---
 debian/rules | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1384805..7435f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,15 +7,23 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf build
-	rm -f pake.pyc
+
+	$(RM) *.pyc
+	$(RM) examples/*.html.png
+	$(RM) examples/example-list.js
+	$(RM) examples/example-list.xml
+	$(RM) -r build/
+	$(RM) -r dist/
+	$(RM) -r node_modules/
 
 override_dh_auto_build:
+	dh_auto_build
+
 	python build.py host-examples
 	python build.py apidoc
-	dh_auto_build
 
 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