# HG changeset patch # User Paul Boddie # Date 1217777827 -7200 # Node ID 213169cb119b1db3d9d3782db7d92712130bfe99 # Parent 32746c36a99e536384a587d3dca6c7c2e5b0abb1 Ensure that the gnupg package is installed. diff -r 32746c36a99e -r 213169cb119b user-setup --- a/user-setup Sun Aug 03 00:22:14 2008 +0200 +++ b/user-setup Sun Aug 03 17:37:07 2008 +0200 @@ -22,4 +22,4 @@ exit 1 fi -fakeroot fakechroot --use-system-libs debootstrap --variant=fakechroot $DISTNAME $PACKAGEROOT $1 +fakeroot fakechroot --use-system-libs debootstrap --variant=fakechroot --include=gnupg $DISTNAME $PACKAGEROOT $1