tags 430681 patch thanks Attached is a patch for packaging pyrad 0.9 (no packaging changes other than changelog). I am uploading an NMU to the 7-day delayed queue, feel free to cancel if you are working on packaging pyrad 0.9 yourself.
Cheers, Jeremy -- http://www.jerryweb.org/ : JerryWeb.org http://sailcut.sourceforge.net/ : Sailcut CAD
--- pyrad-0.9.orig/debian/control +++ pyrad-0.9/debian/control @@ -0,0 +1,23 @@ +Source: pyrad +Section: python +Priority: optional +Maintainer: Bjorn Ove Grotan <[EMAIL PROTECTED]> +Build-Depends-Indep: python-support (>= 0.4) +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11) +Standards-Version: 3.7.2 + +Package: python-pyrad +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides}, pyrad +Conflicts: pyrad (<< 0.8-1.1) +Replaces: pyrad (<< 0.8-1.1) +Description: python module for creating and decoding RADIUS packets + It takes care of all the details like building RADIUS + packets, sending them and decoding responses. + This package contains several modules: + - client: RADIUS client code + - dictionary: RADIUS attribute dictionary + - server: Basic RADIUS server and proxy classes. + - packet: a RADIUS packet as send to/from servers + - tools: utility functions --- pyrad-0.9.orig/debian/compat +++ pyrad-0.9/debian/compat @@ -0,0 +1 @@ +5 --- pyrad-0.9.orig/debian/changelog +++ pyrad-0.9/debian/changelog @@ -0,0 +1,29 @@ +pyrad (0.9-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release (Closes: #420765, #430681). + + -- Jeremy Lainé <[EMAIL PROTECTED]> Sat, 30 Jun 2007 20:04:06 +0200 + +pyrad (0.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + + [ Ana Beatriz Guerrero Lopez ] + * Update package to the last python policy (Closes: #380915), + this includes renaming from pyrad to python-pyrad. + * Bumped compat to 5. + * Bumped Standards-Version to 3.7.2, no changes required. + + [ Pierre Habouzit ] + * Upload Ana's patch. + + -- Pierre Habouzit <[EMAIL PROTECTED]> Mon, 4 Sep 2006 13:35:04 +0200 + +pyrad (0.8-1) unstable; urgency=low + + * Initial packaging + * Closes: #204819: RFP: pyrad -- native python RADIUS implementation + + -- Bjorn Ove Grotan <[EMAIL PROTECTED]> Wed, 16 Feb 2005 08:08:00 +0100 + --- pyrad-0.9.orig/debian/copyright +++ pyrad-0.9/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Bjorn Ove Grotan <[EMAIL PROTECTED]> on +Mon, 27 Dec 2004 23:31:00 +0100. + +It was downloaded from http://www.wiggy.net/code/pyrad/ + +Upstream Author: Wichert Akkerman <[EMAIL PROTECTED]> + +Copyright: + +Copyright 2002,2003,2004 Wichert Akkerman + +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 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. + --- pyrad-0.9.orig/debian/rules +++ pyrad-0.9/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# # Copyright © 2002,2003 Colin Walters <[EMAIL PROTECTED]> + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + + --- pyrad-0.9.orig/debian/pycompat +++ pyrad-0.9/debian/pycompat @@ -0,0 +1 @@ +2
signature.asc
Description: This is a digitally signed message part.