summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2013-03-20 20:34:13 (GMT)
committerChristian Perrier <bubulle@debian.org>2013-03-20 20:34:13 (GMT)
commit912b69a120840e3fe0b265614c5d1260b776181b (patch)
treec938b8ec7af474c823b5ac50b560cfb6808bd9f4 /debian/control
parent9d2779e3ae177f87067871da00abf198ae91499c (diff)
downloaddebootstrap-912b69a120840e3fe0b265614c5d1260b776181b.zip
debootstrap-912b69a120840e3fe0b265614c5d1260b776181b.tar.gz
debootstrap-912b69a120840e3fe0b265614c5d1260b776181b.tar.bz2
Add a dependency on gpg because of the above change.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 0894e08..a705977 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: git://git.debian.org/d-i/debootstrap.git
Package: debootstrap
Architecture: all
-Depends: ${misc:Depends}, wget
+Depends: ${misc:Depends}, wget, gnupg
Recommends: gnupg, ${keyring}
Description: Bootstrap a basic Debian system
debootstrap is used to create a Debian base system from scratch,