]> git.donarmstrong.com Git - debhelper.git/commitdiff
Add ant buildsystem support. Closes: #537021
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 14 Jul 2009 20:36:13 +0000 (16:36 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 14 Jul 2009 20:36:13 +0000 (16:36 -0400)
Debian/Debhelper/Dh_Buildsystems.pm
debian/changelog
dh_auto_install

index a9a6b9141917e444514966397ef87ce2b2b7091e..4bac6a1240122d039b5485abd9a2ed059e1740de 100644 (file)
@@ -23,6 +23,7 @@ our @BUILDSYSTEMS = (
     "python_distutils",
     "perl_build",
     "cmake",
+    "ant",
 );
 
 my $opt_buildsys;
index a9360b765e4a7e3b2e39081351c7c3df2993371b..b68e6d24158f1cf95237186af6e888d6de686420 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.3.3) UNRELEASED; urgency=low
+
+  * Add ant buildsystem support. Closes: #537021
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 14 Jul 2009 16:35:50 -0400
+
 debhelper (7.3.2) experimental; urgency=low
 
   * Merged debhelper 7.2.21.
index 2e2aa2143659823038b7db397a7cb69b21f26cfb..b57db8399efb4edae5aaf1ceb2a630d5af462796 100755 (executable)
@@ -22,7 +22,8 @@ built files. It does so by running the appropriate command for the build
 system it detects the package uses. For example, if there's a Makefile and
 it contains a "install" target, then this is done by running make (or MAKE,
 if the environment variable is set). If there is a setup.py or Build.PL,
-it is used.
+it is used. Note that the Ant build system does not support installation,
+so dh_auto_install will not install files built using Ant.
 
 The files are installed into debian/<package>/ if there is only one binary
 package. In the multiple binary package case, the files are instead