Updates to Debian packaging including a xul-ext-gssweb package
[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, libglib2.0-dev, mozilla-devscripts
6 Standards-Version: 3.9.6
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.
36
37 Package: xul-ext-gssweb
38 Provides: firefox-gssweb, iceweasel-gssweb
39 Architecture: all
40 Depends: json-gssapi
41 Description: GSSWeb Extensions for Firefox and Iceweasel
42  Gssweb provides an implementation of the Generic Security Services
43  API for Javascript and the web.
44  .
45  This package adds support for GSS-API and Moonshot-based
46  authentication to Firefox and Iceweasel.