From: Sam Hartman Date: Wed, 27 Apr 2011 13:41:24 +0000 (-0400) Subject: debian directory X-Git-Tag: dvd/201105~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=commitdiff_plain;h=8de198b4fb117c08316372b3255fe71690ab7cfa debian directory --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..19308dd --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +moonshot-gss-eap (0.1+20110427-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Sam Hartman Wed, 27 Apr 2011 08:53:16 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..102983c --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: moonshot-gss-eap +Section: net +Priority: optional +Maintainer: Sam Hartman +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/debian/copyright b/debian/copyright new file mode 100644 index 0000000..439234f --- /dev/null +++ b/debian/copyright @@ -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 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/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -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/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)