summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/control
diff options
context:
space:
mode:
authorEloy Paris <peloy@samba.org>2003-09-08 14:48:09 +0000
committerEloy Paris <peloy@samba.org>2003-09-08 14:48:09 +0000
commit657e9fa191c76b1ce41aa4c44e0626104c65bfa8 (patch)
tree4dbcd51e6702334c89922c8927f67f635b9e9bb6 /packaging/Debian/debian/control
parent7a0b58a012590009a0d05430ea0c75ac4509830c (diff)
downloadsamba-657e9fa191c76b1ce41aa4c44e0626104c65bfa8.tar.gz
samba-657e9fa191c76b1ce41aa4c44e0626104c65bfa8.tar.bz2
samba-657e9fa191c76b1ce41aa4c44e0626104c65bfa8.zip
Sync'ing packaging/Debian/ with the latest files from the official
Debian packages. This files are in sync. with the Debian packages for 3.0.0rc2. (This used to be commit 7d8d193c05d60ab9b86d52075bb9ec5ad1857903)
Diffstat (limited to 'packaging/Debian/debian/control')
-rw-r--r--packaging/Debian/debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/Debian/debian/control b/packaging/Debian/debian/control
index ddbf9e8e3a..7bfb41b79d 100644
--- a/packaging/Debian/debian/control
+++ b/packaging/Debian/debian/control
@@ -3,12 +3,12 @@ Section: net
Priority: optional
Maintainer: Eloy A. Paris <peloy@debian.org>
Uploaders: Steve Langasek <vorlon@debian.org>
-Build-Depends: debhelper (>= 4.1.13), libpam0g-dev, libreadline4-dev, libcupsys2-dev, autoconf, libacl1-dev (>= 2.2.11-1), libacl1 (>= 2.2.11-1), libkrb5-dev, libldap2-dev, po-debconf, python-dev (>= 2.2)
+Build-Depends: debhelper (>= 4.1.13), libpam0g-dev, libreadline4-dev, libcupsys2-dev, autoconf, libacl1-dev (>= 2.2.11-1), libacl1 (>= 2.2.11-1), libkrb5-dev, libldap2-dev, po-debconf, python2.3-dev
Standards-Version: 3.5.10
Package: samba
Architecture: any
-Depends: samba-common (= ${Source-Version}), netbase, logrotate, ${shlibs:Depends}, ${misc:Depends}
+Depends: samba-common (= ${Source-Version}), netbase, logrotate, ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-13.1), libpam-modules
Replaces: samba-common (<= 2.0.5a-2)
Suggests: samba-doc
Description: a LanManager-like file and printer server for Unix
@@ -32,7 +32,7 @@ Description: a LanManager-like file and printer server for Unix
libsmbclient - Shared library that allows applications to talk to SMB servers
libsmbclient-dev - libsmbclient shared libraries
winbind: Service to resolve user and group information from Windows NT servers
- python2.2-samba: Python bindings that allow access to various aspects of Samba
+ python2.3-samba: Python bindings that allow access to various aspects of Samba
.
It is possible to install a subset of these packages depending on
your particular needs. For example, to access other SMB servers you
@@ -175,14 +175,14 @@ Description: service to resolve user and group information from Windows NT serve
Windows NT server. The service can also provide authentication
services via an associated PAM module.
-Package: python2.2-samba
+Package: python2.3-samba
Section: python
Priority: optional
Architecture: any
-Depends: ${shlibs:Depends}, python2.2
+Depends: ${shlibs:Depends}, python2.3
Description: Python bindings that allow access to various aspects of Samba
The Samba Python bindings allow you to access various aspects of Samba.
At the moment their status is "experimental" but they have been reported
to work well.
.
- See /usr/share/doc/python2.2-samba/examples for a couple of examples.
+ See /usr/share/doc/python2.3-samba/examples for a couple of examples.