Fix Vcs-Git header.
[abartlet/talloc-debian.git] / debian / control
1 Source: talloc
2 Section: devel
3 Priority: optional
4 Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
5 Uploaders: Jelmer Vernooij <jelmer@debian.org>, Christian Perrier <bubulle@debian.org>
6 Homepage: http://talloc.samba.org/
7 Build-Depends: debhelper (>= 8.1.3), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig, python-all (>= 2.6.6-3), python-all-dev (>= 2.6.6-3)
8 Standards-Version: 3.9.5
9 Vcs-Git: git://anonscm.debian.org/pkg-samba/talloc.git -b unstable
10 XS-Testsuite: autopkgtest
11
12 Package: libtalloc2
13 Multi-Arch: same
14 Pre-Depends: ${misc:Pre-Depends}
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Section: libs
18 Description: hierarchical pool based memory allocator
19  A hierarchical pool based memory allocator with destructors. It uses
20  reference counting to determine when memory should be freed.
21
22 Package: libtalloc2-dbg
23 Pre-Depends: ${misc:Pre-Depends}
24 Section: debug
25 Priority: extra
26 Depends: libtalloc2 (= ${binary:Version}), ${misc:Depends}
27 Architecture: any
28 Recommends: libc6-dbg
29 Description: hierarchical pool based memory allocator - debug symbols
30  A hierarchical pool based memory allocator with destructors. It uses
31  reference counting to determine when memory should be freed.
32  .
33  This package contains the debug symbols.
34
35 Package: libtalloc-dev
36 Section: libdevel
37 Depends: libtalloc2 (=${binary:Version}), ${misc:Depends}, pkg-config
38 Architecture: any
39 Description: hierarchical pool based memory allocator - development files
40  A hierarchical pool based memory allocator with destructors. It uses
41  reference counting to determine when memory should be freed.
42  .
43  This package contains the development files.
44
45 Package: python-talloc
46 Pre-Depends: ${misc:Pre-Depends}
47 Architecture: any
48 Section: python
49 Provides: ${python:Provides}
50 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
51 Description: hierarchical pool based memory allocator - Python bindings
52  A hierarchical pool based memory allocator with destructors. It uses
53  reference counting to determine when memory should be freed.
54  .
55  This package contains the Python bindings.
56
57 Package: python-talloc-dbg
58 Architecture: any
59 Pre-Depends: ${misc:Pre-Depends}
60 Section: debug
61 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-talloc (= ${binary:Version})
62 Recommends: python-dbg, libtalloc2-dbg
63 Priority: extra
64 Description: hierarchical pool based memory allocator - Python debug extension
65  A hierarchical pool based memory allocator with destructors. It uses
66  reference counting to determine when memory should be freed.
67  .
68  This package contains the Python debug extension.
69
70 Package: python-talloc-dev
71 Architecture: any
72 Section: libdevel
73 Depends: python-talloc (= ${binary:Version}), ${misc:Depends}, pkg-config
74 Description: talloc Python bindings - development files
75  A hierarchical pool based memory allocator with destructors. It uses
76  reference counting to determine when memory should be freed.
77  .
78  This package contains the development files for the Python bindings.