Debian directory
authorSam Hartman <hartmans@debian.org>
Tue, 26 Apr 2011 10:31:21 +0000 (06:31 -0400)
committerSam Hartman <hartmans@painless-security.com>
Tue, 26 Apr 2011 10:30:56 +0000 (06:30 -0400)
lib/debian/changelog [new file with mode: 0644]
lib/debian/compat [new file with mode: 0644]
lib/debian/control [new file with mode: 0644]
lib/debian/copyright [new file with mode: 0644]
lib/debian/docs [new file with mode: 0644]
lib/debian/rules [new file with mode: 0755]
lib/debian/source/format [new file with mode: 0644]

diff --git a/lib/debian/changelog b/lib/debian/changelog
new file mode 100644 (file)
index 0000000..be1a1f9
--- /dev/null
@@ -0,0 +1,5 @@
+libradsec (0.1+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/lib/debian/compat b/lib/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/lib/debian/control b/lib/debian/control
new file mode 100644 (file)
index 0000000..637e168
--- /dev/null
@@ -0,0 +1,23 @@
+Source: libradsec
+Priority: extra
+Maintainer: Sam Hartman <hartmans@debian.org>
+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: <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/lib/debian/copyright b/lib/debian/copyright
new file mode 100644 (file)
index 0000000..c830be8
--- /dev/null
@@ -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 <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".
+
diff --git a/lib/debian/docs b/lib/debian/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
diff --git a/lib/debian/rules b/lib/debian/rules
new file mode 100755 (executable)
index 0000000..10241ff
--- /dev/null
@@ -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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)