[json-simple] 01/02: Fix clean rule
Andrew Ross
rockclimb-guest at alioth.debian.org
Sun Sep 22 15:00:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
rockclimb-guest pushed a commit to branch master
in repository json-simple.
commit 008a6dac4ae6fa61ae8d6b9b65d44e425d029e89
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date: Sun Sep 22 15:55:51 2013 +0100
Fix clean rule
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0ada9a9..9646f9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_build:
org.json.simple
override_dh_auto_clean:
- [ ! -d build/main ] || dh_auto_clean
+ [ ! -d target ] || dh_auto_clean
rm -fr docs
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/json-simple.git
More information about the pkg-java-commits
mailing list