File: control

package info (click to toggle)
python-pylibacl 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: ansic: 1,517; python: 352; makefile: 57; sh: 21
file content (77 lines) | stat: -rw-r--r-- 3,101 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
Source: python-pylibacl
Section: python
Priority: optional
Maintainer: Iustin Pop <iustin@debian.org>
Build-Depends: debhelper-compat (= 12), dh-python,
 python (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~), python-all-dbg,
 python3-all, python3-all-dev, python3-all-dbg,
 libacl1-dev, python-setuptools, python3-setuptools,
 python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
Standards-Version: 4.3.0
Homepage: http://pylibacl.k1024.org/
Vcs-Browser: https://salsa.debian.org/debian/python-pylibacl
Vcs-Git: https://salsa.debian.org/debian/python-pylibacl.git
Rules-Requires-Root: no

Package: python-pylibacl
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Suggests: python-pylibacl-dbg, python-pylibacl-doc
Description: module for manipulating POSIX.1e ACLs
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the library for Python 2.

Package: python-pylibacl-dbg
Section: debug
Architecture: any
Depends: python-pylibacl (= ${binary:Version}), python-dbg, ${shlibs:Depends},
 ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: module for manipulating POSIX.1e ACLs (debug extension)
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the library for the Python 2 debug interpreter.

Package: python3-pylibacl
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Suggests: python3-pylibacl-dbg, python-pylibacl-doc
Description: module for manipulating POSIX.1e ACLs (Python3 version)
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the library for Python 3.

Package: python3-pylibacl-dbg
Section: debug
Architecture: any
Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
 ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: module for manipulating POSIX.1e ACLs (Python3 debug extension)
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the library for the Python 3 debug interpreter.

Package: python-pylibacl-doc
Architecture: all
Section: doc
Replaces: python-pylibacl (<< 0.5.3-1)
Breaks: python-pylibacl (<< 0.5.3-1)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: module for manipulating POSIX.1e ACLs (documentation)
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the HTML documentation for the library.