From 1681cb48a6cb9f33de3fc2da5b62ace493dde79a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Jul 2009 16:36:13 -0400 Subject: Add ant buildsystem support. Closes: #537021 --- Debian/Debhelper/Dh_Buildsystems.pm | 1 + debian/changelog | 6 ++++++ dh_auto_install | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index a9a6b914..4bac6a12 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -23,6 +23,7 @@ our @BUILDSYSTEMS = ( "python_distutils", "perl_build", "cmake", + "ant", ); my $opt_buildsys; diff --git a/debian/changelog b/debian/changelog index a9360b76..b68e6d24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.3.3) UNRELEASED; urgency=low + + * Add ant buildsystem support. Closes: #537021 + + -- Joey Hess Tue, 14 Jul 2009 16:35:50 -0400 + debhelper (7.3.2) experimental; urgency=low * Merged debhelper 7.2.21. diff --git a/dh_auto_install b/dh_auto_install index 2e2aa214..b57db839 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -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// if there is only one binary package. In the multiple binary package case, the files are instead -- cgit v1.2.3