Tizen 2.1 base
[platform/upstream/libnl2.git] / debian / control
1 Source: libnl2
2 Section: net
3 Priority: optional
4 Maintainer: Sunkey Lee <yuvjjang.lee@samsung.com>, Danny Jeongseok Seo <s.seo@samsung.com>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 7), cdbs, bison, flex
7 Standards-Version: 3.9.1
8 Homepage: http://people.suug.ch/~tgr/libnl/
9
10 Package: libnl2
11 Architecture: linux-any
12 Section: libs
13 Depends: ${misc:Depends}, ${shlibs:Depends}
14 Description: library for dealing with netlink sockets 
15  This is a library for applications dealing with netlink sockets. 
16  The library provides an interface for raw netlink messaging and various 
17  netlink family specific interfaces.
18
19 Package: libnl2-dev
20 Architecture: linux-any
21 Section: libdevel
22 Depends: libnl2 (= ${binary:Version}), ${misc:Depends}
23 Conflicts: libnl-dev
24 Description: development library and headers for libnl2
25  This is a library for applications dealing with netlink sockets. 
26  The library provides an interface for raw netlink messaging and various 
27  netlink family specific interfaces.
28  .
29  This package contains all files that are needed to build applications using
30  libnl2.
31
32 Package: libnl2-dbg
33 Architecture: linux-any
34 Section: debug
35 Depends: libnl2 (= ${binary:Version}), ${misc:Depends}
36 Priority: extra
37 Description: debug symbols for libnl2
38  This is a library for applications dealing with netlink sockets. 
39  The library provides an interface for raw netlink messaging and various 
40  netlink family specific interfaces.
41  .
42  This package contains unstripped shared libraries. It is provided primarily
43  to provide a backtrace with names in a debugger, this makes it somewhat easier
44  to interpret core dumps. The libraries are installed in /usr/lib/debug and
45  are automatically used by gdb.
46