summaryrefslogtreecommitdiff
path: root/debian/control
blob: 949b8d618a7a502d508bd66d6c8de6879f75dceb (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
43
44
Source: libmowgli
Priority: optional
Maintainer: Andrew O. Shadura <bugzilla@tut.by>
Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config
Standards-Version: 3.9.3
Homepage: http://www.atheme.org/projects/mowgli
Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/libmowgli
Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/libmowgli/summary
Section: libs

Package: libmowgli-dev
Section: libdevel
Architecture: any
Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: high performance development framework for C (development)
 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 high performance block allocator.
 .
 This package contains files needed for development with this library and code
 examples.

Package: libmowgli2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: 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: debug
Architecture: any
Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: high performance development framework for C (debug)
 This package contains the debug symbols needed to create meaningful backtraces
 for applications that use the mowgli library.