Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328647 - dev-util/debootstrap missing dep on app-crypt/gnupg
Summary: dev-util/debootstrap missing dep on app-crypt/gnupg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 20:23 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2010-08-05 16:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-07-16 20:23:55 UTC
FYI: The --keyring function is broken if gnupg isn't installed.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-18 16:00:07 UTC
It actually fails quite gracefully if gpgv isn't found.

Would this do? (I hesitate to add a runtime dependency.)

Index: debootstrap-1.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.23.ebuild,v
retrieving revision 1.4
diff -u -B -r1.4 debootstrap-1.0.23.ebuild
--- debootstrap-1.0.23.ebuild   13 Jul 2010 02:00:19 -0000      1.4
+++ debootstrap-1.0.23.ebuild   17 Jul 2010 16:41:21 -0000
@@ -35,3 +35,8 @@
        dodoc TODO
        doman debootstrap.8
 }
+
+pkg_postinst() {
+       elog "To check Release files against a keyring"
+       elog " (--keyring=K), please install app-crypt/gnupg."
+}
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-08-05 15:50:04 UTC
your call as maintainer.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-05 16:12:22 UTC
OK, that patch is in 23-r1. Thanks for reporting.