summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2013-01-28 20:39:19 +0900
committerBen Carrillo <ben@futeisha.org>2013-01-28 20:39:19 +0900
commit36353e7f0fb3e8512a63e336d53ff9e84a908f1c (patch)
treefa9797b8bb8aa3bc319a4ac00e7b8d8ad4eef043 /debian/control
parent1a79317292270dbca81cb4893a7f411286bcea0e (diff)
join the doc package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 2 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index f389dfa..f7882bb 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Architecture: any
Depends:
${misc:Depends},
${python:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ${sphinxdoc:Depends}
Description: Secure Remote Password protocol implementation
This package provides an implementation of the Secure Remote Password
protocol (SRP). SRP is a cryptographically strong authentication
@@ -40,16 +41,3 @@ Description: Secure Remote Password protocol implementation
the authenticated connection. However, successful authentication does
result in a cryptographically strong shared key that can be used
for symmetric-key encryption.
-
-Package: python-srp-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Suggests: python-doc
-Description: Secure Remote Password protocol implementation
- This package provides an implementation of the Secure Remote Password
- protocol (SRP). SRP is a cryptographically strong authentication
- protocol for password-based, mutual authentication over an insecure
- network connection.
- .
- This package provides detailed documentation on python-srp usage.