f6f921c2087b93f33daef9321abae2d17f3bd014
[gssweb.git] / debian / control
1 Source: gssweb
2 Section: net
3 Priority: optional
4 Maintainer: Sam Hartman <hartmans@debian.org>
5 Build-Depends: debhelper (>= 9), cmake, libkrb5-dev, libjansson-dev, libcppunit-dev, libssl-dev
6 Standards-Version: 3.9.5
7 Homepage: https://launchpad.net/gssweb/
8 Vcs-Git: git://git.project-moonshot.org/gssweb.git
9 #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/gssweb.git;a=summary
10
11 Package: json-gssapi
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Pre-Depends: ${misc:Pre-Depends}
15 Multi-Arch: foreign
16 Description: JSON Interface to GSSAPI
17  Gssweb provides an implementation of the Generic Security Services
18  API for Javascript and the web.
19  .
20  This package includes the native client implementation of GSS-API
21  needed by Chromium.
22
23
24 Package: libjsongssapi1
25 Depends: ${shlibs:Depends}, ${misc:Depends}
26 Pre-Depends: ${misc:Pre-Depends}
27 Architecture: any
28 Multi-Arch: same
29 Description: JSON GSSAPI Libraries
30  Gssweb provides an implementation of the Generic Security Services
31  API for Javascript and the web.
32  .
33  This package include shared libraries that encapsulate GSS-API calls
34  in Javascript messages.  These shared libraries can be linked into an
35  application or used directly as a plugin.