~ubuntu-branches/ubuntu/vivid/samba/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + 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.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + 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.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Build-Depends: debhelper (>= 8.9.4~), libpam0g-dev, libreadline-dev,
8
8
        libcups2-dev | libcupsys2-dev,
9
9
        libacl1-dev [linux-any],
10
 
        libkrb5-dev (>= 1.10+dfsg~), libldap2-dev, po-debconf, libpopt-dev, uuid-dev,
 
10
        libkrb5-dev(>= 1.10+dfsg~), libldap2-dev , po-debconf, libpopt-dev, uuid-dev,
11
11
        libtalloc-dev (>= 2.0.1-1~bpo50+1),
12
12
        libtdb-dev (>= 1.2.1~),
13
13
        libcap-dev [linux-any],
16
16
Build-Conflicts: libfam-dev
17
17
Standards-Version: 3.9.2
18
18
Homepage: http://www.samba.org
19
 
XS-Debian-Vcs-Browser: http://svn.debian.org/wsvn/pkg-samba/trunk/samba/
20
 
XS-Debian-Vcs-Svn: svn://svn.debian.org/svn/pkg-samba/trunk/samba
 
19
Vcs-Browser: http://svn.debian.org/wsvn/pkg-samba/trunk/samba/
 
20
Vcs-Svn: svn://svn.debian.org/svn/pkg-samba/trunk/samba
21
21
 
22
22
Package: 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, ufw
 
26
Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools, ctdb, 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
42
42
 
43
43
Package: samba-common-bin
44
44
Architecture: any
 
45
Multi-Arch: foreign
45
46
Depends: ${shlibs:Depends}, ${misc:Depends}, samba-common (>= 2:3.4.0~pre1-2)
46
47
Replaces: samba (<< 3.0.20b-1), samba-common (<< 2:3.4.0~pre1-2)
47
48
Description: common files used by both the Samba server and client
54
55
 
55
56
Package: samba-common
56
57
Architecture: all
57
 
Multi-Arch: foreign
58
58
Depends: ucf, ${misc:Depends}
59
59
Replaces: samba (<< 3.0.20b-1), samba4-common (<< 4.0.0~alpha7-1)
60
60
Conflicts: samba4-common (<< 4.0.0~alpha7-1)
217
217
 This package provides pam_winbind and nss_winbind, plugins that integrate
218
218
 with a local winbindd server to provide Windows domain authentication and
219
219
 user/group name lookups to the system; and nss_wins, which provides
220
 
 hostname lookups via the WINS and NBNS protocols.
 
220
 hostname lookups via both the NBNS and NetBIOS broadcast protocols.
221
221
 
222
222
Package: samba-dbg
223
223
Section: debug