summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-25 18:23:24 (GMT)
committerJoey Hess <joey@kitenet.net>2011-03-25 18:23:24 (GMT)
commita83170288740003d23968f8107d1ad32e0dc0452 (patch)
tree12e67976eba33f4a8446b95c7fbc043780ec2a09 /debian
parente5c267d5b0d0e153ba6a72eb56e7e76ada15edbc (diff)
downloaddebootstrap-a83170288740003d23968f8107d1ad32e0dc0452.zip
debootstrap-a83170288740003d23968f8107d1ad32e0dc0452.tar.gz
debootstrap-a83170288740003d23968f8107d1ad32e0dc0452.tar.bz2
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')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c64cecd..1ad88c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+debootstrap (1.0.30) UNRELEASED; urgency=low
+
+ * 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.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 25 Mar 2011 14:12:43 -0400
+
debootstrap (1.0.29) unstable; urgency=low
[ Joey Hess ]
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