summaryrefslogtreecommitdiffstats
path: root/debian
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
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')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 97d9789..8dc903e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debootstrap (1.0.48) UNRELEASED; urgency=low
+
+ * Disable InRelease support. gpgv won't give us back the signed data, and
+ full gpg is not available inside d-i (closes: #703889).
+
+ -- Julien Cristau <jcristau@debian.org> Mon, 25 Mar 2013 14:16:19 +0100
+
debootstrap (1.0.47) unstable; urgency=low
* Team upload
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