X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=bef99e1c8582b960b30b78df40ce01041774ec23;hb=210dcd42a683f6c7ea6abe370f89018fcb3b89a5;hp=dec7396f915a19428bfe51a7026d9fbdd4a0ec54;hpb=f13521f938ac7a60132be89f4e71ce99649dbc3e;p=moonshot-ui.git diff --git a/debian/control b/debian/control index dec7396..bef99e1 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,53 @@ Source: moonshot-ui -Section: non-free/net +Section: net Priority: optional Maintainer: Sam Hartman -Build-Depends: debhelper (>= 7.0.50~), valac, - libatk1.0-dev (>= 1.20), libglib-2.0-dev (>= 2.26), libgtk2.0-dev, - gettext, autotools-dev -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 9), + libatk1.0-dev (>= 1.20), libglib2.0-dev, libgtk2.0-dev, + gettext, autotools-dev, libdbus-glib-1-dev, desktop-file-utils, libgee-0.8-dev, autopoint, autoconf, autotools-dev, automake, libtool, + dh-autoreconf, valac, libgnome-keyring-dev +Standards-Version: 3.9.5 Homepage: http://www.project-moonshot.org/ Vcs-Git: http://www.project-moonshot.org/git/moonshot-ui.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/moonshot-ui.git;a=summary Package: moonshot-ui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11, libmoonshot1 (= ${binary:Version}) Description: Moonshot Identity Selector Project moonshot provides federated authentication using EAP, RADIUS - and SAML to applications beyond the web platform. \ No newline at end of file + and SAML to applications beyond the web platform. + This package provides a service to manage the local identity store + and to select which identity is used with a given service. + +Package: moonshot-ui-dbg +Section: debug +Priority: extra +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, moonshot-ui|libmoonshot1 +Description: Moonshot Identity Selector Debug Symbols + Project moonshot provides federated authentication using EAP, RADIUS + and SAML to applications beyond the web platform. This package + includes debugging symbols. + +Package: moonshot-ui-dev +Architecture: any +Section: libdevel +Depends: libmoonshot1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Moonshot Identity Development Files + Project moonshot provides federated authentication using EAP, RADIUS + and SAML to applications beyond the web platform. + +Package: libmoonshot1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Breaks: moonshot-ui (<< 0.7.1-1~) +Pre-Depends: ${misc:Pre-Depends} +Description: Moonshot Identity Shared Library + Project moonshot provides federated authentication using EAP, RADIUS + and SAML to applications beyond the web platform. This library + allows other components to interact with the Moonshot identity store.