File: control

package info (click to toggle)
libapache2-mod-nss 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,500 kB
  • sloc: sh: 8,803; ansic: 6,150; perl: 251; lex: 190; makefile: 132; yacc: 95
file content (33 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: libapache2-mod-nss
Section: web
Priority: extra
Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Build-Depends: debhelper (>= 5),
 apache2-threaded-dev (>= 2.2.3),
 libnss3-dev,
 libapr1-dev, 
 quilt,
 autoconf (>= 2.65),
 autotools-dev,
 automake,
 libtool,
 pkg-config,
 flex,
Standards-Version: 3.9.3
Homepage: http://directory.fedoraproject.org
Vcs-Git: git://git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fedora-ds/libapache2-mod-nss.git

Package: libapache2-mod-nss
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 apache2.2-common (>= 2.2.3-2),
 libnss3-tools,
Description: NSS-based SSL module for Apache2
 This Apache module provides strong cryptography for the Apache 2.0 webserver
 via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
 v1) protocols by the help of the SSL/TLS implementation library NSS
 .
 This module is based heavily on the mod_ssl package. In fact, it's more
 a conversion than anything else.