From 1b671fea0af25d8e6d37b7ad029c01e6c9b957ee Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 14 Jan 2008 10:40:32 -0500 Subject: [PATCH] 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" --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 626ae2f..9e6e9ed 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 -- 1.8.3.1