debian directory
authorSam Hartman <hartmans@debian.org>
Wed, 27 Apr 2011 13:41:24 +0000 (09:41 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 27 Apr 2011 13:41:24 +0000 (09:41 -0400)
moonshot/debian/changelog [new file with mode: 0644]
moonshot/debian/compat [new file with mode: 0644]
moonshot/debian/control [new file with mode: 0644]
moonshot/debian/copyright [new file with mode: 0644]
moonshot/debian/docs [new file with mode: 0644]
moonshot/debian/rules [new file with mode: 0755]
moonshot/debian/source/format [new file with mode: 0644]

diff --git a/moonshot/debian/changelog b/moonshot/debian/changelog
new file mode 100644 (file)
index 0000000..19308dd
--- /dev/null
@@ -0,0 +1,5 @@
+moonshot-gss-eap (0.1+20110427-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sam Hartman <hartmans@debian.org>  Wed, 27 Apr 2011 08:53:16 -0400
diff --git a/moonshot/debian/compat b/moonshot/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/moonshot/debian/control b/moonshot/debian/control
new file mode 100644 (file)
index 0000000..102983c
--- /dev/null
@@ -0,0 +1,18 @@
+Source: moonshot-gss-eap
+Section: net
+Priority: optional
+Maintainer: Sam Hartman <hartmans@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libshibsp-dev (>= 1.5+dfsg~moonshot1), 
+    libradsec-dev, libkrb5-dev (>= 1.9), libshib-resolver-dev
+Standards-Version: 3.9.1
+Homepage: http://www.project-moonshot.org/
+Vcs-Git: http://www.project-moonshot.org/git/moonshot.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/moonshot-gss-eap.git;a=summary
+
+Package: moonshot-gss-eap
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Moonshot Federated Authentication - authentication mechanism
+ Project moonshot provides federated authentication using EAP, RADIUS
+ and SAML to applications beyond the web platform. This package
+ contains the client and server plugins to perform authentication.
diff --git a/moonshot/debian/copyright b/moonshot/debian/copyright
new file mode 100644 (file)
index 0000000..439234f
--- /dev/null
@@ -0,0 +1,44 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: moonshot-gss-eap
+Source: http://www.project-moonshot.org/
+
+Files: *
+Copyright: 2010-2011 JANET(UK)
+License: BSD-3-Clause
+
+files: libeap/*
+copyright: 2002-2007, Jouni Malinen <j@w1.fi> and contributors
+license: gpl2+-or-bsd
+u
+Files: debian/*
+Copyright: 2011 Painless Security, LLC
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+license: gpl2+-or-bsd
+ These program is dual-licensed under both the GPL version 2 and BSD
+ license. Either license may be used at your option.
diff --git a/moonshot/debian/docs b/moonshot/debian/docs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/moonshot/debian/rules b/moonshot/debian/rules
new file mode 100755 (executable)
index 0000000..b760bee
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@ 
diff --git a/moonshot/debian/source/format b/moonshot/debian/source/format
new file mode 100644 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)