It's 2013.
[usmb.git] / debian / control
blobd0095e364665e7debeb5dd569a92d262747fb9b3
1 Source: usmb
2 Section: otherosfs
3 Priority: optional
4 Build-Depends:
5  debhelper,
6  autoconf (>= 2.63),
7  devscripts,
8  libfuse-dev (>= 2.6),
9  libglib2.0-dev,
10  libsmbclient-dev (>= 3),
11  libxml2-dev,
12  pkg-config
13 Standards-Version: 3.8.4
14 Maintainer: Michal Suchanek <hramrach@centrum.cz>
15 Homepage: http://repo.or.cz/w/usmb.git
17 Package: usmb
18 Recommends: fuse-utils
19 Architecture: any
20 Depends:
21  ${shlibs:Depends},
22  ${misc:Depends},
23 Description: samba (CIFS) FUSE module
24  usmb mounts samba (CIFS, Windows, NetBIOS) shares just like smbfs does,
25  but uses FUSE to allow users other than root to mount shares.
26  .
27  Previously smbfs allowed the same by making mount.cifs setuid root but
28  this was recently disabled in the smbfs package due to security
29  concerns.