diff options
author | Christian Perrier <bubulle@debian.org> | 2013-03-20 21:49:50 +0100 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2013-03-20 21:49:50 +0100 |
commit | b2cd44ed955b519d24fd1a8bb58fcf2caf5c0a12 (patch) | |
tree | 0535eb7d7acb8d00261e8bc625eeb775bfa391bc | |
parent | 912b69a120840e3fe0b265614c5d1260b776181b (diff) | |
download | debootstrap-b2cd44ed955b519d24fd1a8bb58fcf2caf5c0a12.tar.gz |
If we Depend on gnupg, we maybe don't need to Recommend it
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a705977..41af2df 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, gnupg -Recommends: gnupg, ${keyring} +Recommends: ${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 |