diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-25 14:23:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-25 14:23:24 -0400 |
commit | a83170288740003d23968f8107d1ad32e0dc0452 (patch) | |
tree | 12e67976eba33f4a8446b95c7fbc043780ec2a09 /debian/control | |
parent | e5c267d5b0d0e153ba6a72eb56e7e76ada15edbc (diff) | |
download | debootstrap-a83170288740003d23968f8107d1ad32e0dc0452.tar.gz |
check keyrings by default, when possible
* Recommend debian-archive-keyring, and if it is installed,
default to checking gpg signatures of the Release file against it
when bootstrapping sid, squeeze, wheezy, etch, and lenny.
Closes: #560038
* Add --no-check-gpg option that can be used to disable release file
verification.
* Needs base-installer 1.117.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6bb9ec9..3c68977 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/d-i/debootstrap.git Package: debootstrap Architecture: all Depends: ${misc:Depends}, wget -Recommends: gnupg +Recommends: gnupg, debian-archive-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 |