summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSam Hartman <hartmans@painless-security.com>2014-03-06 08:31:58 -0500
committerSam Hartman <hartmans@painless-security.com>2014-03-06 08:31:58 -0500
commitfc9c13e018d2a1104b5f8d1c095bf26af1248990 (patch)
tree9f72d0435cb6c85cd01f1746aba6d2f3f9b6c145 /debian
parent856332bf1247ba965b6e3da1fe90cf6a3e3ebbd0 (diff)
move debian directory up
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog41
-rw-r--r--debian/compat1
-rw-r--r--debian/control23
-rw-r--r--debian/copyright109
-rw-r--r--debian/docs1
-rw-r--r--debian/libradsec-dev.install3
-rw-r--r--debian/libradsec0.install1
-rwxr-xr-xdebian/rules15
-rw-r--r--debian/source/format1
9 files changed, 195 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..97bff4a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,41 @@
+libradsec (0.0.4-2) UNRELEASED; urgency=low
+
+ * Add disable_hostname_check option
+
+ -- Sam Hartman <hartmans@debian.org> Thu, 03 Oct 2013 10:57:37 -0400
+
+libradsec (0.0.4-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Sam Hartman <hartmans@debian.org> Mon, 30 Sep 2013 13:05:03 -0400
+
+libradsec (0.0.3-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Sam Hartman <hartmans@debian.org> Tue, 18 Sep 2012 16:12:42 -0400
+
+libradsec (0.0.2+20120125-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Sam Hartman <hartmans@debian.org> Wed, 25 Jan 2012 11:54:28 -0500
+
+libradsec (0.0.2+20110426-4) unstable; urgency=low
+
+ * Work around old oneiric dpkg-buildflags
+
+ -- Sam Hartman <hartmans@debian.org> Thu, 19 Jan 2012 08:03:38 -0500
+
+libradsec (0.0.2+20110426-2) unstable; urgency=low
+
+ * Include -threads in CFLAGS for ubuntu builds
+
+ -- Sam Hartman <hartmans@debian.org> Wed, 18 Jan 2012 16:48:10 -0500
+
+libradsec (0.0.2+20110426-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Sam Hartman <hartmans@debian.org> Tue, 26 Apr 2011 06:15:32 -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..5e5c24e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libradsec
+Priority: extra
+Maintainer: Sam Hartman <hartmans@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0)
+Standards-Version: 3.9.1
+Section: libs
+Homepage: <insert the upstream URL, if relevant>
+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/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f994c91
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,109 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libradsec
+Source: http://git.nordu.net/?p=libradsec.git;
+
+Files: *
+Copyright: 2010-2013, NORDUnet A/S
+ 2007-2012, UNINETT AS
+License: BSd-three-clause
+ * Copyright (c) 2007-2010, UNINETT AS
+ * Copyright (c) 2011, JANET(UK)
+ * Copyright (c) 2010-2013, 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 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 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: md5.*
+Copyright: 2001, Alexander Peslyak
+License:
+ * This software was written by Alexander Peslyak in 2001. No copyright is
+ * claimed, and the software is hereby placed in the public domain.
+ * In case this attempt to disclaim copyright and place the software in the
+ * public domain is deemed null and void, then the software is
+ * Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
+ * general public under the following terms:
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted.
+ *
+ * There's ABSOLUTELY NO WARRANTY, express or implied.
+
+Files: debian/*
+Copyright: 2011 Painless Security, LLC
+License: GPL-2
+
+Files: radius/*
+Copyright: 2011, Network RADIUS SARL
+License: bsd-three-clause-nr
+
+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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+
+License: bsd-three-clause-nr
+ Copyright (c) 2011, Network RADIUS SARL
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of the <organization> 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 COPYRIGHT HOLDERS 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 <COPYRIGHT HOLDER> 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.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libradsec-dev.install b/debian/libradsec-dev.install
new file mode 100644
index 0000000..444fb26
--- /dev/null
+++ b/debian/libradsec-dev.install
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/lib*.a
+usr/lib/lib*.so
diff --git a/debian/libradsec0.install b/debian/libradsec0.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libradsec0.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cb86f95
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Directly append until we no longer need oneiric support
+# oneiric doesn't seem to work with this construction
+#DEB_CFLAGS_MAINT_APPEND=-pthread
+#export DEB_CFLAGS_MAINT_APPEND
+
+%:
+ dh $@
+
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-tls --enable-tls-psk CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'
+
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)