5e5c24e9d0638f1b2b6010ebb9f9e5c4f488bea6
[radsecproxy.git] / lib / debian / control
1 Source: libradsec
2 Priority: extra
3 Maintainer: Sam Hartman <hartmans@debian.org>
4 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0)
5 Standards-Version: 3.9.1
6 Section: libs
7 Homepage: <insert the upstream URL, if relevant>
8 Vcs-Git: http://www.project-moonshot.org/git/libradsec.git
9 #Vcs-Browser: http://git.debian.org/?p=collab-maint/libradsec.git;a=summary
10
11 Package: libradsec-dev
12 Section: libdevel
13 Architecture: any
14 Depends: libradsec0 (= ${binary:Version})
15 Description: RADIUS library with RADSEc support 
16  This is the development library for libradsec, a RADIUS library supporting RADIUS and RADSEC.
17
18 Package: libradsec0
19 Section: libs
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}
22 Description: RADIUS library supporting RADSEC
23  This is the shared library for a RADIUS library supporting RADSEC.