summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,