Update packaging
[moonshot-ui.git] / debian / control
1 Source: moonshot-ui
2 Section: net
3 Priority: optional
4 Maintainer: Sam Hartman <hartmans@debian.org>
5 Build-Depends: debhelper (>= 9), 
6     libatk1.0-dev (>= 1.20), libglib2.0-dev, libgtk2.0-dev,
7         gettext, autotools-dev, libdbus-glib-1-dev, desktop-file-utils, libgee-dev, autopoint, autoconf, autotools-dev, automake, libtool,
8  dh-autoreconf, valac, libgnome-keyring-dev
9 Standards-Version: 3.9.5
10 Homepage: http://www.project-moonshot.org/
11 Vcs-Git: http://www.project-moonshot.org/git/moonshot-ui.git
12 #Vcs-Browser: http://git.debian.org/?p=collab-maint/moonshot-ui.git;a=summary
13
14 Package: moonshot-ui
15 Architecture: any
16 Multi-Arch: foreign
17 Pre-Depends: ${misc:Pre-Depends}
18 Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11
19 Description: Moonshot Identity Selector
20  Project moonshot provides federated authentication using EAP, RADIUS
21  and SAML to applications beyond the web platform. 
22  This package provides a service to manage the local identity store
23  and to select which identity is used with a given service.
24
25 Package: moonshot-ui-dbg
26 Section: debug
27 Priority: extra
28 Architecture: any
29 Depends: ${shlibs:Depends}, ${misc:Depends}, moonshot-ui|libmoonshot1
30 Description: Moonshot Identity Selector Debug Symbols
31  Project moonshot provides federated authentication using EAP, RADIUS
32  and SAML to applications beyond the web platform.  This package
33  includes debugging symbols.
34
35 Package: moonshot-ui-dev
36 Architecture: any
37 Section: libdevel
38 Depends: libmoonshot1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
39 Description: Moonshot Identity Development Files
40  Project moonshot provides federated authentication using EAP, RADIUS
41  and SAML to applications beyond the web platform. 
42
43 Package: libmoonshot1
44 Architecture: any
45 Section: libs
46 Depends: ${shlibs:Depends}, ${misc:Depends}
47 Multi-Arch: same
48 Pre-Depends: ${misc:Pre-Depends}
49 Description: Moonshot Identity Shared Library
50  Project moonshot provides federated authentication using EAP, RADIUS
51  and SAML to applications beyond the web platform.  This library
52  allows other components to interact with the Moonshot identity store.