summaryrefslogtreecommitdiffstats
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
parent9d2779e3ae177f87067871da00abf198ae91499c (diff)
downloaddebootstrap-912b69a120840e3fe0b265614c5d1260b776181b.zip
debootstrap-912b69a120840e3fe0b265614c5d1260b776181b.tar.gz
debootstrap-912b69a120840e3fe0b265614c5d1260b776181b.tar.bz2
Add a dependency on gpg because of the above change.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ce81354..b65e28d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ debootstrap (1.0.47) UNRELEASED; urgency=low
APT behaviour and was revealed only with recent APT versions
Closes: #703146
Thanks to Michael Vogt for the analysis and patch
+ * Add a dependency on gpg because of the above change.
-- Christian Perrier <bubulle@debian.org> Wed, 20 Mar 2013 21:21:47 +0100
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,