From: Lucas Werkmeister Date: Sun, 25 Feb 2018 21:34:51 +0000 (+0100) Subject: add: ant and wget in build dependencies X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=c29ff05fa7754e0d7f208938b4abf0e3c9eef655;hp=f8fd4a425309492e60c53133dc899ae3aa92914a 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 --- 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