أحمد المحمودي wrote: > The patch attached adds support for building/cleaning with 'ant' if > build.xml is found
This will need to be updated to use the new modular build system support
in debhelper 7.3.2 (in experimental) before it can be applied.
> diff --git a/dh_auto_build b/dh_auto_build
> index 75ce51c..ba519b8 100755
> --- a/dh_auto_build
> +++ b/dh_auto_build
> +elsif (-e "build.xml") {
> + doit("ant", @{$dh{U_PARAMS}});
> +}
>
> diff --git a/dh_auto_clean b/dh_auto_clean
> index 610155a..d720b68 100755
> --- a/dh_auto_clean
> +++ b/dh_auto_clean
> +elsif (-e "build.xml") {
> + doit("ant", "clean", @{$dh{U_PARAMS}});
> +}
I take it that with ant there is no configure step, and ant generates a
Makefile that is used for the install (and test?) steps?
--
see shy jo
signature.asc
Description: Digital signature

