The following commit has been merged in the master branch:
commit 2ee2a634b277a5a7541a5b95b0ed63caa37a3d3f
Author: Hideki Yamane <[email protected]>
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 
<[email protected]>
 Uploaders: Hideki Yamane <[email protected]>,
  Torsten Werner <[email protected]>
-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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to