From c29ff05fa7754e0d7f208938b4abf0e3c9eef655 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sun, 25 Feb 2018 22:34:51 +0100 Subject: [PATCH] add: ant and wget in build dependencies Ant is clearly used for the whole build process, and wget is used to download the public suffix list as part of the update-effective-tlds Ant build target. Change-Id: Ic167f4dc062c38cba309ab44d25a497703c4c847 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 750d5819..54c5b165 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wpia-gigi Section: java Priority: optional Maintainer: unknown -Build-Depends: debhelper (>= 8.0.0), dh-systemd, java7-sdk-headless +Build-Depends: debhelper (>= 8.0.0), dh-systemd, java7-sdk-headless, ant, wget Standards-Version: 3.9.4 Homepage: https://wpia.club #Vcs-Git: git://git.debian.org/collab-maint/gigi.git -- 2.39.2