aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 3128f3edc6ae77df0e207ed864932965f669c5b4 (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
45
Source: libgtpnl
Maintainer: Harald Welte <laforge@gnumonks.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               autoconf,
               automake,
               libtool,
               dh-autoreconf,
               git,
               pkg-config,
               libmnl-dev
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/libgtpnl.git
Vcs-Browser: http://git.osmocom.org/gitweb?p=libgtpnl.git;a=summary
Homepage: https://projects.osmocom.org/projects/openggsn

Package: libgtpnl0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Linux kernel GTP-U netlink library

Package: libgtpnl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmnl-dev,
         libgtpnl0 (= ${binary:Version}),
         ${misc:Depends}
Description: Development headers for Linux kernel GTP-U netlink library
 The header files provided by this package may be used to develop
 applications against the libgtpnl library.

Package: libgtpnl-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libgtpnl0 (= ${binary:Version}),
         ${misc:Depends}
Description: Debug symbols for Linux kernel GTP-U netlink library