From: Theodore Ts'o Date: Mon, 14 Jan 2008 15:40:32 +0000 (-0500) Subject: debian: Add passwd dependency to libuuid1 and uuid-runtime X-Git-Tag: v1.40.5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b671fea0af25d8e6d37b7ad029c01e6c9b957ee;p=thirdparty%2Fe2fsprogs.git debian: Add passwd dependency to libuuid1 and uuid-runtime The groupadd and useradd commands come from passwd, which is not Essential: yes, so a Depends is needed. Addresses-Debian-Bug: #459403 Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/control b/debian/control index 626ae2f21..9e6e9edf5 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,7 @@ Description: command-line interface parsing library - headers and static librari Package: libuuid1 Section: libs Priority: required -Depends: ${shlibs:Depends} +Depends: passwd, ${shlibs:Depends} Recommends: uuid-runtime Replaces: e2fsprogs (<< 1.34-1) Architecture: any @@ -88,7 +88,7 @@ Description: universally unique id library Package: uuid-runtime Section: libs Priority: optional -Depends: libuuid1 (>> 1.40.3-1), ${shlibs:Depends} +Depends: passwd, libuuid1 (>> 1.40.3-1), ${shlibs:Depends} Replaces: e2fsprogs (<= 1.40.3-1ubuntu1) Architecture: any Description: universally unique id library