summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2013-03-25 13:31:44 (GMT)
committerJulien Cristau <jcristau@debian.org>2013-03-25 13:31:44 (GMT)
commit56cd612223507d9744224ec4d7c0aa9c06cc9985 (patch)
tree86d817d3a388867603093612877dafb4cdf53a5c /debian/control
parent896e9210fee36312e3e8ab1c6d42ae07d0bbd223 (diff)
downloaddebootstrap-56cd612223507d9744224ec4d7c0aa9c06cc9985.zip
debootstrap-56cd612223507d9744224ec4d7c0aa9c06cc9985.tar.gz
debootstrap-56cd612223507d9744224ec4d7c0aa9c06cc9985.tar.bz2
Disable InRelease support.
gpgv won't give us back the signed data, and full gpg is not available inside d-i (closes: #703889).
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 41af2df..0894e08 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Vcs-Git: git://git.debian.org/d-i/debootstrap.git
Package: debootstrap
Architecture: all
-Depends: ${misc:Depends}, wget, gnupg
-Recommends: ${keyring}
+Depends: ${misc:Depends}, wget
+Recommends: gnupg, ${keyring}
Description: Bootstrap a basic Debian system
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this by