Build depend on openssl 1.0, Closes: #828410
[libradsec.git] / debian / control
1 Source: libradsec
2 Priority: extra
3 Maintainer: Sam Hartman <hartmans@debian.org>
4 Build-Depends: debhelper (>= 9), autotools-dev, libconfuse-dev, libssl1.0-dev|libssl-dev (<= 1.1.0), libevent-dev (>= 2.0), dh-autoreconf
5 Standards-Version: 3.9.8
6 Section: libs
7 Vcs-Git: git://git.project-moonshot.org/git/libradsec.git
8 #Vcs-Browser: http://git.debian.org/?p=collab-maint/libradsec.git;a=summary
9
10 Package: libradsec-dev
11 Section: libdevel
12 Architecture: any
13 Depends: libradsec0 (= ${binary:Version}), ${misc:Depends}
14 Description: RADIUS library with RADSEC support 
15  RADIUS (RFC 2865) provides a protocol for authenticating and
16  authorizing users to network services.
17  .
18  This is the development library for libradsec, a RADIUS library
19  supporting RADIUS and RADSEC.
20
21 Package: libradsec0
22 Section: libs
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Multi-Arch: same
26 Pre-Depends: ${misc:Pre-Depends}
27 Description: RADIUS library supporting RADSEC
28  RADIUS (RFC 2865) provides a mechanism for authenticating and
29  authorizing users to use network services.
30  .
31  This is the shared library for a RADIUS library supporting RADSEC
32  (RADIUS over TLS).