summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4297a95893ea7e21a4d6b14e8001b20015a2aa3c (plain)
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
Source: libmowgli
Priority: optional
Maintainer: Patrick Schoenfeld <schoenfeld@debian.org>
Uploaders: Adam Cécile (Le_Vert) <gandalf@le-vert.net>, William Pitcock <nenolod@sacredspiral.co.uk>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config
Standards-Version: 3.9.2
Homepage: http://www.atheme.org/index.php/Projects/Libmowgli
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/libmowgli/trunk
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/libmowgli
Section: libs

Package: libmowgli-dev
Section: libdevel
Architecture: any
Depends: libmowgli2 (= ${binary:Version})
Description: a high performance development framework for C
 Mowgli is a development framework for C (like GLib), which provides high
 performance and highly flexible algorithms. It can be used as a supplement
 to GLib (to add additional functions (dictionaries, hashes), or replace some
 of the slow GLib list manipulation functions), or stand alone. It also
 provides a powerful hook system and convenient logging for your code, as well
 as a high performance block allocator.
 .
 This package contains files needed for development with this library and code
 examples.

Package: libmowgli2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a high performance development framework for C
 This package contains the shared library needed to run programs that use the
 mowgli library.

Package: libmowgli2-dbg
Priority: extra
Section: libdevel
Architecture: any
Depends: libmowgli2 (= ${binary:Version})
Description: a high performance development framework for C
 This package contains the debug symbols needed to create meaningful backtraces
 for applications that use the mowgli library.