summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-14 16:36:13 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-14 16:36:13 -0400
commit1681cb48a6cb9f33de3fc2da5b62ace493dde79a (patch)
treed8c9ab7ffc641ae5608f3c19491b8ee787ec7d1d /Debian/Debhelper
parent278e416302f4389b3bfbdc68998edfeee4decc26 (diff)
Add ant buildsystem support. Closes: #537021
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm1
1 files changed, 1 insertions, 0 deletions
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;