From 61219336d6ef121111c34f6776a8e8ab4d894cbb Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 26 Apr 2011 06:31:21 -0400 Subject: [PATCH] Debian directory --- lib/debian/changelog | 5 +++++ lib/debian/compat | 1 + lib/debian/control | 23 +++++++++++++++++++ lib/debian/copyright | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ lib/debian/docs | 1 + lib/debian/rules | 9 ++++++++ lib/debian/source/format | 1 + 7 files changed, 98 insertions(+) create mode 100644 lib/debian/changelog create mode 100644 lib/debian/compat create mode 100644 lib/debian/control create mode 100644 lib/debian/copyright create mode 100644 lib/debian/docs create mode 100755 lib/debian/rules create mode 100644 lib/debian/source/format diff --git a/lib/debian/changelog b/lib/debian/changelog new file mode 100644 index 0000000..be1a1f9 --- /dev/null +++ b/lib/debian/changelog @@ -0,0 +1,5 @@ +libradsec (0.1+20110426-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Sam Hartman Tue, 26 Apr 2011 06:15:32 -0400 diff --git a/lib/debian/compat b/lib/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/lib/debian/compat @@ -0,0 +1 @@ +7 diff --git a/lib/debian/control b/lib/debian/control new file mode 100644 index 0000000..637e168 --- /dev/null +++ b/lib/debian/control @@ -0,0 +1,23 @@ +Source: libradsec +Priority: extra +Maintainer: Sam Hartman +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libfreeradius-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0) +Standards-Version: 3.9.1 +Section: libs +Homepage: +Vcs-Git: http://www.project-moonshot.org/git/libradsec.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/libradsec.git;a=summary + +Package: libradsec-dev +Section: libdevel +Architecture: any +Depends: libradsec0 (= ${binary:Version}) +Description: RADIUS library with RADSEc support + This is the development library for libradsec, a RADIUS library supporting RADIUS and RADSEC. + +Package: libradsec0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: RADIUS library supporting RADSEC + This is the shared library for a RADIUS library supporting RADSEC. diff --git a/lib/debian/copyright b/lib/debian/copyright new file mode 100644 index 0000000..c830be8 --- /dev/null +++ b/lib/debian/copyright @@ -0,0 +1,58 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: libradsec +Source: http://git.nordu.net/?p=radsecproxy.git;a=shortlog;h=refs/heads/libradsec + +Files: * +Copyright: 2006-2010, UNINETT AS +License: BSD or GPL2+ + Licensed under GPL2+ and the following + * Copyright (c) 2010-2011, NORDUnet A/S + * All rights reserved. + * + * 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 UNINETT AS or the NORDUnet A/S, nor the + * names of the contributors may be used to endorse or promote + * products derived from this software without specific prior + * written permission. + * + * THIS SOFTWARE IS PROVIDED BY UNINETT AS AND NORDUNET A/S ``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 NORDUNET A/S 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. + +Files: debian/* +Copyright: 2011 Painless Security, LLC +License: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License, + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + diff --git a/lib/debian/docs b/lib/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/lib/debian/docs @@ -0,0 +1 @@ +README diff --git a/lib/debian/rules b/lib/debian/rules new file mode 100755 index 0000000..10241ff --- /dev/null +++ b/lib/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ + + +override_dh_auto_configure: + dh_auto_configure -- --enable-tls diff --git a/lib/debian/source/format b/lib/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/lib/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 2.1.4