From c3c858aaea0eac56dbdfea1ca8d9310322e1c8ee Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 25 Nov 2011 02:19:35 -0500 Subject: [PATCH] Pre-Depend adduser Signed-off-by: Anders Kaseorg --- debian/changelog | 6 ++++++ debian/control.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2319312..910f881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnss-nonlocal (2.0-0debathena2) UNRELEASED; urgency=low + + * Pre-Depend adduser. + + -- Anders Kaseorg Fri, 25 Nov 2011 02:19:17 -0500 + libnss-nonlocal (2.0-0debathena1) unstable; urgency=low * New upstream release. diff --git a/debian/control.in b/debian/control.in index 759fba5..ac7feb9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -9,7 +9,7 @@ Build-Depends: @cdbs@, gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i38 Package: libnss-nonlocal Architecture: any -Pre-Depends: ${misc:Pre-Depends} +Pre-Depends: ${misc:Pre-Depends}, adduser Depends: ${shlibs:Depends}, ${misc:Depends} Description: nsswitch proxy module to prevent local account spoofing This nsswitch module acts as a proxy for other nsswitch modules like @@ -18,7 +18,7 @@ Description: nsswitch proxy module to prevent local account spoofing Package: lib32nss-nonlocal Architecture: amd64 -Pre-Depends: ${misc:Pre-Depends} +Pre-Depends: ${misc:Pre-Depends}, adduser Depends: ${shlibs:Depends}, ${misc:Depends} Description: nsswitch proxy module to prevent local account spoofing (32-bit library) This nsswitch module acts as a proxy for other nsswitch modules like @@ -30,7 +30,7 @@ Description: nsswitch proxy module to prevent local account spoofing (32-bit lib Package: lib64nss-nonlocal Architecture: i386 -Pre-Depends: ${misc:Pre-Depends} +Pre-Depends: ${misc:Pre-Depends}, adduser Depends: ${shlibs:Depends}, ${misc:Depends} Description: nsswitch proxy module to prevent local account spoofing (64-bit library) This nsswitch module acts as a proxy for other nsswitch modules like -- 2.45.0