summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2014-08-24 17:47:31 -0400
committerSam Hartman <hartmans@debian.org>2014-08-24 17:53:53 -0400
commit882f1a9bedea31ccbf2be7dfc56fd90d4f92d775 (patch)
tree3a50cdf2fe8b9fd5879e19c734f436dba3fa8ba0
parent3912d0f4415e4e90ffa8cad442bdc370b376d2bc (diff)
Add bmulti-arch lines
-rw-r--r--debian/control8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 3c4c3f4..b0a9a37 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,9 @@ Section: libdevel
Architecture: any
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.
@@ -19,6 +22,11 @@ Package: libradsec0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Description: 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).