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" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-01-14 10:40:32 -05:00
parent 351db0b55d
commit 1b671fea0a
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -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