~ubuntu-branches/ubuntu/quantal/samba/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-05-15 17:00:56 UTC
  • mfrom: (178.1.1 precise-security) (0.39.27 sid)
  • Revision ID: package-import@ubuntu.com-20120515170056-gludtas4257eb61q
Tags: 2:3.6.5-2ubuntu1
* Merge from Debian unstable, remaining changes: 
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Other changes now in Debian packaging.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.install: install profile.
    - debian/control: have samba suggest ufw.
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba-common-bin.install: install hook.
  + Switch to upstart:
    - Added debian/samba.{nmbd,smbd}.upstart.
    - debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
      Make upstart compatible.
* d/samba.install, d/samba-common-bin.install: Restore apport hook and ufw
  profile (LP: #999764).
* Dropped:
  + debian/patches/CVE-2012-1182-*.patch: fixed in upstream release 3.6.4.
  + debian/patches/CVE-2012-2111.patch: fixed in upstream release 3.6.5.
  + debian/patches/fix-debuglevel-name-conflict.patch: fixed upstream -
    debug_level is no longer used as a global variable name.
  + debian/patches/error-trans.fix-276472: fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
6
6
Uploaders: Steve Langasek <vorlon@debian.org>, Christian Perrier <bubulle@debian.org>, Noèl Köthe <noel@debian.org>, Jelmer Vernooij <jelmer@debian.org>
7
 
Build-Depends: debhelper (>= 8.9.4~), libpam0g-dev, libreadline-dev,
 
7
Build-Depends: debhelper (>= 9~), libpam0g-dev, libreadline-dev,
8
8
        libcups2-dev | libcupsys2-dev,
9
9
        libacl1-dev [linux-any],
10
10
        libkrb5-dev(>= 1.10+dfsg~), libldap2-dev , po-debconf, libpopt-dev, uuid-dev,
13
13
        libcap-dev [linux-any],
14
14
        libkeyutils-dev [linux-any],
15
15
        pkg-config
16
 
Build-Conflicts: libfam-dev
17
 
Standards-Version: 3.9.2
 
16
Build-Conflicts: libfam-dev,python-ldb,python-ldb-dev
 
17
Standards-Version: 3.9.3
18
18
Homepage: http://www.samba.org
19
19
Vcs-Browser: http://svn.debian.org/wsvn/pkg-samba/trunk/samba/
20
20
Vcs-Svn: svn://svn.debian.org/svn/pkg-samba/trunk/samba
23
23
Architecture: any
24
24
Depends: samba-common (= ${source:Version}), libwbclient0 (= ${binary:Version}),${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 1.0.1-11), libpam-modules, lsb-base (>= 3.2-13), procps, update-inetd, adduser, samba-common-bin
25
25
Recommends: logrotate, tdb-tools
26
 
Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools, ctdb, ufw
 
26
Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools, ufw
27
27
Replaces: samba-common (<= 2.0.5a-2)
28
28
Conflicts: samba4 (<< 4.0.0~alpha6-2)
29
29
Description: SMB/CIFS file, print, and login server for Unix
184
184
Architecture: any
185
185
Multi-Arch: foreign
186
186
Depends: ${shlibs:Depends}, ${misc:Depends}, libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version}), lsb-base (>= 3.0-6), adduser
187
 
Recommends: libpam-winbind
 
187
Recommends: libpam-winbind, libnss-winbind
188
188
Replaces: samba (<= 2.2.3-2)
189
189
Description: Samba nameservice integration server
190
190
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
208
208
Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version}), libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2~)
209
209
Breaks: winbind (<< 2:3.5.11~dfsg-3)
210
210
Replaces: samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3)
211
 
Description: Samba nameservice and authentication integration plugins
212
 
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
213
 
 providing support for cross-platform file and printer sharing with
214
 
 Microsoft Windows, OS X, and other Unix systems.  Samba can also function
215
 
 as an NT4-style domain controller, and can integrate with both NT4 domains
216
 
 and Active Directory realms as a member server.
217
 
 .
218
 
 This package provides pam_winbind and nss_winbind, plugins that integrate
 
211
Description: Windows domain authentication integration plugin
 
212
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 
213
 providing support for cross-platform file and printer sharing with
 
214
 Microsoft Windows, OS X, and other Unix systems.  Samba can also function
 
215
 as an NT4-style domain controller, and can integrate with both NT4 domains
 
216
 and Active Directory realms as a member server.
 
217
 .
 
218
 This package provides pam_winbind, a plugin that integrates
 
219
 with a local winbindd server to provide Windows domain authentication and
 
220
 user/group name lookups to the system.
 
221
 
 
222
Package: libnss-winbind
 
223
Section: net
 
224
Priority: optional
 
225
Architecture: any
 
226
Multi-Arch: same
 
227
Pre-Depends: ${misc:Pre-Depends}
 
228
Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version})
 
229
Breaks: winbind (<< 2:3.5.11~dfsg-3)
 
230
Replaces: samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3)
 
231
Description: Samba nameservice integration plugins
 
232
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 
233
 providing support for cross-platform file and printer sharing with
 
234
 Microsoft Windows, OS X, and other Unix systems.  Samba can also function
 
235
 as an NT4-style domain controller, and can integrate with both NT4 domains
 
236
 and Active Directory realms as a member server.
 
237
 .
 
238
 This package provides nss_winbind, a plugin that integrates
219
239
 with a local winbindd server to provide Windows domain authentication and
220
240
 user/group name lookups to the system; and nss_wins, which provides
221
241
 hostname lookups via both the NBNS and NetBIOS broadcast protocols.