File: control

package info (click to toggle)
netatalk 3.1.12~ds-8%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,232 kB
  • sloc: ansic: 105,290; sh: 8,274; xml: 7,394; perl: 1,936; makefile: 1,395; python: 1,342; yacc: 311; lex: 49
file content (76 lines) | stat: -rw-r--r-- 1,812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: netatalk
Section: net
Priority: optional
Maintainer: Debian Netatalk team <pkg-netatalk-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 Brian Campbell <brian.campbell@editshare.com>,
 Chris Boot <debian@bootc.net>,
Build-Depends:
 bison,
 debhelper-compat (= 12),
 flex,
 libacl1-dev,
 libavahi-client-dev,
 libcrack2-dev,
 libdb-dev,
 libdbus-glib-1-dev,
 libevent-dev,
 libgcrypt20-dev,
 libkrb5-dev,
 libldap2-dev,
 libltdl3-dev,
 libmariadb-dev-compat,
 libpam0g-dev,
 libssl-dev,
 libtalloc-dev,
 libtdb-dev,
 libtracker-miner-2.0-dev,
 libtracker-sparql-2.0-dev,
 libwrap0-dev,
 systemtap-sdt-dev,
 tracker,
Build-Conflicts:
 libavahi-compat-libdnssd-dev,
Vcs-Git: https://salsa.debian.org/netatalk-team/netatalk.git
Vcs-Browser: https://salsa.debian.org/netatalk-team/netatalk
Standards-Version: 4.5.1
Homepage: http://netatalk.sourceforge.net/
Rules-Requires-Root: no

Package: netatalk
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libpam-modules,
 lsb-base,
 netbase,
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Recommends:
 avahi-daemon,
 cracklib-runtime,
 dbus,
 lsof,
 procps,
 python3,
 python3-dbus,
 tracker,
Suggests:
 quota,
Description: Apple Filing Protocol service
 Netatalk is an implementation of the Apple Filing Protocol (AFP),
 for offering file service (mainly) to macOS clients.
 .
 Compared to the Windows-native SMB protocol
 (which is also supported on macOS),
 the Macintosh-native AFP protocol is accessible from a different network,
 can be simpler to setup and faster for some operations
 (e.g. server-to-server copying),
 and some features (e.g. the backup service Time Machine)
 may work more reliably than over SMB.
 .
 This package contains all daemon and utility programs
 as well as Netatalk's libraries.