add wget and curl to build deps, so configure can find them

This commit is contained in:
Joey Hess 2013-04-16 14:50:31 -04:00
parent 99dfc6131d
commit 8b27c366b8

4
debian/control vendored
View file

@ -48,8 +48,9 @@ Build-Depends:
ikiwiki, ikiwiki,
perlmagick, perlmagick,
git, git,
uuid,
rsync, rsync,
wget,
curl,
openssh-client, openssh-client,
Maintainer: Joey Hess <joeyh@debian.org> Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.3 Standards-Version: 3.9.3
@ -61,7 +62,6 @@ Architecture: any
Section: utils Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}, Depends: ${misc:Depends}, ${shlibs:Depends},
git (>= 1:1.7.7.6), git (>= 1:1.7.7.6),
uuid,
rsync, rsync,
wget, wget,
curl, curl,