diff options
author | ctrlsoft-guest <ctrlsoft-guest@alioth.debian.org> | 2008-09-29 14:03:58 +0000 |
---|---|---|
committer | ctrlsoft-guest <ctrlsoft-guest@alioth.debian.org> | 2008-09-29 14:03:58 +0000 |
commit | 0f5d1a9a82a036b8f065a65f0a2298284d8084f1 (patch) | |
tree | 0c4d47a4c4faf4fc3e617a8485b23518e7bb0280 | |
parent | d545efbaea5774a2d37f65da2888a3b6cf814a2c (diff) | |
download | samba-0f5d1a9a82a036b8f065a65f0a2298284d8084f1.tar.gz |
Add ldb-tools to suggests of Samba.
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2165 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 02feb2f308..f43e1210c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ samba (2:3.2.3-3) UNRELEASED; urgency=low + [ Steve Langasek ] * Add missing manpage for cifs.upcall; thanks to Per Olofsson for pointing this out. Closes: #497857. * Georgian debconf translation added. Closes: #498426 * Polish debconf translation added. Thanks to Łukasz Paździora. - -- Steve Langasek <vorlon@debian.org> Sat, 30 Aug 2008 00:59:58 -0700 + [ Jelmer Vernooij ] + * Add ldb-tools to Suggests: of samba. Closes: #488384 + + -- Jelmer Vernooij <jelmer@samba.org> Mon, 29 Sep 2008 16:01:38 +0200 samba (2:3.2.3-2) unstable; urgency=low diff --git a/debian/control b/debian/control index f808968e5a..f992ec2411 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Standards-Version: 3.8.0 Package: samba Architecture: any Depends: samba-common (= ${binary:Version}), logrotate, ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-13.1), libpam-modules, lsb-base (>= 3.0-6), procps, update-inetd, adduser -Suggests: openbsd-inetd | inet-superserver, smbldap-tools +Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools Replaces: samba-common (<= 2.0.5a-2) Description: a LanManager-like file and printer server for Unix The Samba software suite is a collection of programs that |