From: Sam Hartman Date: Tue, 13 Sep 2011 13:42:46 +0000 (-0400) Subject: 0.0.2+20110913-1 X-Git-Tag: debian/0.0.2+20110913-1 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=df5a4017567a736d2cec1a8276c5bc90a52034d8;p=moonshot-ui.git 0.0.2+20110913-1 --- diff --git a/debian/changelog b/debian/changelog index 38d72be..68391fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moonshot-ui (0.0.2+20110913-1) unstable; urgency=low + + * New upstream version + + -- Sam Hartman Tue, 13 Sep 2011 08:41:37 -0400 + moonshot-ui (0.0.2+20110704-1) unstable; urgency=low * New Upstream version diff --git a/debian/control b/debian/control index dc72d3a..ef686e5 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: moonshot-ui -Section: non-free/net +Section: net Priority: optional Maintainer: Sam Hartman Build-Depends: debhelper (>= 7.0.50~), libatk1.0-dev (>= 1.20), libglib2.0-dev, libgtk2.0-dev, - gettext, autotools-dev, libdbus-glib-1-dev + gettext, autotools-dev, libdbus-glib-1-dev, desktop-file-utils Standards-Version: 3.9.1 Homepage: http://www.project-moonshot.org/ Vcs-Git: http://www.project-moonshot.org/git/moonshot-ui.git @@ -15,4 +15,20 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} 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. + +Package: moonshot-ui-dev +Architecture: any +Section: libdevel +Depends: libmoonshot0 (= ${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: libmoonshot0 +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Moonshot Identity Shared Library + Project moonshot provides federated authentication using EAP, RADIUS + and SAML to applications beyond the web platform. diff --git a/debian/libmoonshot0.install b/debian/libmoonshot0.install new file mode 100644 index 0000000..fec2c98 --- /dev/null +++ b/debian/libmoonshot0.install @@ -0,0 +1 @@ +usr/lib/libmoonshot.so* diff --git a/debian/moonshot-ui-dev.install b/debian/moonshot-ui-dev.install new file mode 100644 index 0000000..59fdf20 --- /dev/null +++ b/debian/moonshot-ui-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*.so +usr/lib/*.a diff --git a/debian/moonshot-ui.install b/debian/moonshot-ui.install new file mode 100644 index 0000000..87deca1 --- /dev/null +++ b/debian/moonshot-ui.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/*