File: control

package info (click to toggle)
python-llfuse 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,856 kB
  • ctags: 2,667
  • sloc: python: 1,945; ansic: 483; makefile: 39; sh: 2
file content (129 lines) | stat: -rw-r--r-- 5,063 bytes parent folder | download | duplicates (2)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Source: python-llfuse
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Priority: optional
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Maintainer: Nikolaus Rath <Nikolaus@rath.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               libfuse-dev (>= 2.9.0),
               libattr1-dev,
               python-all-dev (>= 2.6.6-3~),
               python-all-dbg,
               python3-all-dev,
               python3-all-dbg,
               python3-sphinx (>= 1.0.7+dfsg),
               python-pytest (>= 2.8.0),
               python-pytest-catchlog,
               python-contextlib2,
               python3-pytest (>= 2.8.0),
               python3-pytest-catchlog,
               pkg-config,
               fuse [linux-any], fuse4bsd [kfreebsd-any],
               python-distribute,
               python3-setuptools,
               cython3 (>= 0.23)
Standards-Version: 3.9.7
Homepage: https://bitbucket.org/nikratio/python-llfuse/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-llfuse.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-llfuse.git

Package: python-llfuse
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Suggests: python-llfuse-doc
Replaces: s3ql (<= 0.28)
Breaks: s3ql (<< 1.2),
        borgbackup (<= 1.0.0~rc1-3)
Provides: ${python:Provides}
Description: Python bindings for the low-level FUSE API
 Python-llfuse is a set of Python bindings for the low level
 FUSE API. Bindings for the high level API are provided
 by the python-fuse 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: python-llfuse-dbg
Section: debug
Priority: extra
Architecture: any
Recommends: python-dbg
Breaks: python-llfuse (<< 0.40+dfsg-1)
Replaces: python-llfuse (<< 0.40+dfsg-1)
Depends: python-llfuse (= ${binary:Version}), 
         ${shlibs:Depends}, 
         ${misc:Depends}
Description: Python bindings for the low-level FUSE API (debugging symbols)
 Python-llfuse is a set of Python bindings for the low level
 FUSE API. Bindings for the high level API are provided
 by the python-fuse 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.
 .
 This package contains the debugging symbols as well as the extension
 built for the Python 2 debug interpreter.

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
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
Priority: extra
Architecture: any
Recommends: python-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
Recommends: python-llfuse | 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.