[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:22 UTC 2013
The following commit has been merged in the master branch:
commit 2ee2a634b277a5a7541a5b95b0ed63caa37a3d3f
Author: Hideki Yamane <henrich at debian.org>
Date: Tue Jun 11 18:00:05 2013 +0900
use maven not ant
diff --git a/debian/control b/debian/control
index 5e87097..e3faec3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich at debian.org>,
Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 9), ant, ant-optional, default-jdk,
+Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper,
libcobertura-java, junit
Standards-Version: 3.9.4
Homepage: http://martiansoftware.com/nailgun/
diff --git a/debian/rules b/debian/rules
index 50d6340..47874f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties"
dh $@
override_dh_auto_build:
- dh_auto_build -S ant
+ dh_auto_build
cp $(CURDIR)/ng $(CURDIR)/ng-nailgun
override_dh_auto_clean:
--
client, protocol, and server for running Java programs from CLI
More information about the pkg-java-commits
mailing list