0.0.2+20110913-1 debian/0.0.2+20110913-1
authorSam Hartman <hartmans@painless-security.com>
Tue, 13 Sep 2011 13:42:46 +0000 (09:42 -0400)
committerSam Hartman <hartmans@painless-security.com>
Tue, 13 Sep 2011 13:43:03 +0000 (09:43 -0400)
debian/changelog
debian/control
debian/libmoonshot0.install [new file with mode: 0644]
debian/moonshot-ui-dev.install [new file with mode: 0644]
debian/moonshot-ui.install [new file with mode: 0644]

index 38d72be..68391fe 100644 (file)
@@ -1,3 +1,9 @@
+moonshot-ui (0.0.2+20110913-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Sam Hartman <hartmans@project-moonshot.org>  Tue, 13 Sep 2011 08:41:37 -0400
+
 moonshot-ui (0.0.2+20110704-1) unstable; urgency=low
 
   * New Upstream version
index dc72d3a..ef686e5 100644 (file)
@@ -1,10 +1,10 @@
 Source: moonshot-ui
-Section: non-free/net
+Section: net
 Priority: optional
 Maintainer: Sam Hartman <hartmans@debian.org>
 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 (file)
index 0000000..fec2c98
--- /dev/null
@@ -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 (file)
index 0000000..59fdf20
--- /dev/null
@@ -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 (file)
index 0000000..87deca1
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin/*
+usr/share/*