Build depend on openssl 1.0, Closes: #828410
[radsecproxy.git] / debian / control
index 5e5c24e..fc54c29 100644 (file)
@@ -1,23 +1,32 @@
 Source: libradsec
 Priority: extra
 Maintainer: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 9), autotools-dev, libconfuse-dev, libssl1.0-dev|libssl-dev (<= 1.1.0), libevent-dev (>= 2.0), dh-autoreconf
+Standards-Version: 3.9.8
 Section: libs
-Homepage: <insert the upstream URL, if relevant>
-Vcs-Git: http://www.project-moonshot.org/git/libradsec.git
+Vcs-Git: git://git.project-moonshot.org/git/libradsec.git
 #Vcs-Browser: http://git.debian.org/?p=collab-maint/libradsec.git;a=summary
 
 Package: libradsec-dev
 Section: libdevel
 Architecture: any
-Depends: libradsec0 (= ${binary:Version})
-Description: RADIUS library with RADSEc support 
- This is the development library for libradsec, a RADIUS library supporting RADIUS and RADSEC.
+Depends: libradsec0 (= ${binary:Version}), ${misc:Depends}
+Description: RADIUS library with RADSEC support 
+ RADIUS (RFC 2865) provides a protocol for authenticating and
+ authorizing users to network services.
+ .
+ This is the development library for libradsec, a RADIUS library
+ supporting RADIUS and RADSEC.
 
 Package: libradsec0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Description: RADIUS library supporting RADSEC
- This is the shared library for a RADIUS library supporting RADSEC.
+ RADIUS (RFC 2865) provides a mechanism for authenticating and
+ authorizing users to use network services.
+ .
+ This is the shared library for a RADIUS library supporting RADSEC
+ (RADIUS over TLS).