File: control

package info (click to toggle)
talloc 1.2.0~git20080616-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,428 kB
  • ctags: 1,019
  • sloc: ansic: 8,394; sh: 2,772; xml: 738; makefile: 143
file content (27 lines) | stat: -rw-r--r-- 967 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
Source: talloc
Section: devel
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@samba.org>
Homepage: http://talloc.samba.org/
Build-Depends: debhelper (>= 5.0.37.2), quilt (>= 0.40), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/talloc
DM-Upload-Allowed: yes

Package: libtalloc1
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Description: hierarchical pool based memory allocator
 A hierarchical pool based memory allocator with destructors. It uses 
 reference counting to determine when memory should be freed.

Package: libtalloc-dev
Section: libdevel
Depends: libtalloc1 (=${binary:Version})
Architecture: any
Description: hierarchical pool based memory allocator - development files
 A hierarchical pool based memory allocator with destructors. It uses 
 reference counting to determine when memory should be freed.
 .
 This package contains the development files.