File: control

package info (click to toggle)
python-llfuse 1.3.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,204 kB
  • sloc: python: 1,965; ansic: 487; sh: 35; makefile: 19
file content (80 lines) | stat: -rw-r--r-- 3,170 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
77
78
79
80
Source: python-llfuse
Section: python
Priority: optional
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Maintainer: Nikolaus Rath <Nikolaus@rath.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libfuse-dev (>= 2.9.0),
               libattr1-dev,
               python3-all-dev,
               python3-all-dbg,
               python3-sphinx (>= 1.0.7+dfsg),
               python3-contextlib2,
               python3-pytest (>= 3.3.0),
               pkg-config,
               fuse [linux-any], fuse4bsd [kfreebsd-any],
               python3-setuptools,
               cython3 (>= 0.23)
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/python-llfuse/python-llfuse
Vcs-Git: https://salsa.debian.org/python-team/packages/python-llfuse.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-llfuse

Package: python3-llfuse
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Breaks: borgbackup (<= 1.0.0~rc1-3)
Suggests: python-llfuse-doc
Multi-Arch: same
Description: Python 3 bindings for the low-level FUSE API
 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the extension for the Python 3 interpreter. The
 documentation is contained in the python-llfuse-doc package.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

Package: python3-llfuse-dbg
Section: debug
Architecture: any
Recommends: python3-dbg
Breaks: python3-llfuse (<< 0.40+dfsg-1)
Replaces: python3-llfuse (<< 0.40+dfsg-1)
Depends: python3-llfuse (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: Python 3 bindings for the low-level FUSE API (debugging symbols)
 Python-llfuse is a set of Python bindings for the low level FUSE API.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.
 .
 This package contains the debugging symbols as well as the extension
 built for the Python 3 debug interpreter.

Package: python-llfuse-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Recommends: python3-llfuse
Depends: ${sphinxdoc:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Python bindings for the low-level FUSE API (documentation)
 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the documentation for both the Python 2 and
 Python 3 extension (packages python-llfuse and python3-llfuse).
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.