summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-16 14:50:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-16 14:50:31 -0400
commit93dc3c40c8549b454a424ea7ac2422060051cde3 (patch)
treee5dac1117a625ccab98dec61ad407bee25660217 /debian/control
parent5a3b7e484fb64b26cf343143d36d0e1e582d5e50 (diff)
add wget and curl to build deps, so configure can find them
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c8a15ed80..4e13e002e 100644
--- a/debian/control
+++ b/debian/control
@@ -48,8 +48,9 @@ Build-Depends:
ikiwiki,
perlmagick,
git,
- uuid,
rsync,
+ wget,
+ curl,
openssh-client,
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.3
@@ -61,7 +62,6 @@ Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends},
git (>= 1:1.7.7.6),
- uuid,
rsync,
wget,
curl,