summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2014-08-23 19:18:58 -0400
committerSam Hartman <hartmans@debian.org>2014-08-23 19:18:58 -0400
commit602bb609d9bde8fd206767342de0ebbda76be1cd (patch)
tree9e82dca2f7974333912687ade18770d20f4b6964
parente001adf7883e41e411c8fbdee31feaac5dfeac84 (diff)
Fix dependencies and homepage
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 2a240db..e5e4258 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,21 @@ Maintainer: Sam Hartman <hartmans@debian.org>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0), dh-autoreconf
Standards-Version: 3.9.1
Section: libs
-Homepage: <insert the upstream URL, if relevant>
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})
+Depends: libradsec0 (= ${binary:Version}), ${Misc:Depends}
Description: RADIUS library with RADSEc support
- This is the development library for libradsec, a RADIUS library supporting RADIUS and RADSEC.
+ 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}
Description: RADIUS library supporting RADSEC
- This is the shared library for a RADIUS library supporting RADSEC.
+ This is the shared library for a RADIUS library supporting RADSEC
+ (RADIUS over TLS).