Package: gnunet
Version: 0.20.0-2
Severity: serious
Tags: patch

Dear maintainer:

When installing this package on a minimal chroot, this is what happens:

Creating new GNUnet group gnunet:/var/lib/dpkg/info/gnunet.postinst: 30: 
groupadd: not found
dpkg: error processing package gnunet (--configure):
 installed gnunet package post-installation script subprocess returned error 
exit status 127

This is because the package should have a Depends on "passwd",
which is not essential.

Trivial patch attached.

Thanks.
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,7 @@ Depends:
  libgnunet0.20 (= ${binary:Version}),
  lsb-base,
  netbase,
+ passwd,
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends:

Reply via email to