summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSam Hartman <hartmans@painless-security.com>2014-03-06 08:31:58 -0500
committerSam Hartman <hartmans@painless-security.com>2014-03-06 08:31:58 -0500
commitfc9c13e018d2a1104b5f8d1c095bf26af1248990 (patch)
tree9f72d0435cb6c85cd01f1746aba6d2f3f9b6c145 /debian/control
parent856332bf1247ba965b6e3da1fe90cf6a3e3ebbd0 (diff)
move debian directory up
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5e5c24e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+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
+Section: libs
+Homepage: <insert the upstream URL, if relevant>
+Vcs-Git: http://www.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.
+
+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.