[xsom] 02/04: remove target dir on clean

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Feb 26 18:33:34 UTC 2014


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

tjaalton-guest pushed a commit to branch master
in repository xsom.

commit 68435855919d3ae621ed4baec77666735e3f18bc
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Wed Feb 26 19:23:26 2014 +0200

    remove target dir on clean
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9aa3de0..5011c53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/maven.mk
 JAVA_HOME := /usr/lib/jvm/default-java
 
 clean::
-	rm -rf build
+	rm -rf build target
 
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename

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



More information about the pkg-java-commits mailing list