File: control

package info (click to toggle)
libax25 0.0.11-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,092 kB
  • ctags: 656
  • sloc: sh: 9,207; ansic: 2,773; makefile: 98
file content (29 lines) | stat: -rw-r--r-- 1,192 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
28
29
Source: libax25
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Jaime Robles <jaime@debian.org>, Joop Stakenborg <pa3aba@debian.org>, Patrick Ouellette <pouelle@debian.org>, Hamish Moffatt <hamish@debian.org>, Ramakrishnan Muthukrishnan <rkrishnan@debian.org>
Build-Depends: autoconf, automake, debhelper (>=4), libtool
Standards-Version: 3.6.1

Package: libax25
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: ax25-utils, ax25-tools (<< 0.0.3-1)
Replaces: ax25-utils
Description: ax25 library for hamradio applications
 This library is for ham radio applications that use the ax25
 protocol.  Included are routines to do ax25 address parsing, common
 ax25 application config file parsing, etc.

Package: libax25-dev
Architecture: any
Depends: libax25 (= ${Source-Version})
Description: ax25 library development files
 This library is used for applications that use the ax25 protocol.
 Included are routines to do ax25 address parsing, common ax25
 application config file parsing, etc.  This development library
 package includes some man pages and include files for compiling
 applications which use libax25.