[SCM] client, protocol, and server for running Java programs from CLI branch, master, updated. debian/0.9.0+trunk95-3-18-gbcb445c

Hideki Yamane henrich at debian.org
Tue Jun 11 09:52:28 UTC 2013


The following commit has been merged in the master branch:
commit 5f75f628aca3b01a898152b03833e627e2c704d2
Author: Hideki Yamane <henrich at debian.org>
Date:   Tue Jun 11 18:11:16 2013 +0900

    don't specify ant as buildsystem (for clean target)

diff --git a/debian/rules b/debian/rules
index 47874f3..a0e2bed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
 	cp $(CURDIR)/ng	$(CURDIR)/ng-nailgun
 
 override_dh_auto_clean:
-	-dh_auto_clean -S ant
+	-dh_auto_clean 
 	-rm $(CURDIR)/ng-nailgun
 
 get-orig-source:

-- 
client, protocol, and server for running Java programs from CLI



More information about the pkg-java-commits mailing list