[Python-modules-commits] r4359 - in packages (11 files)

sharky at users.alioth.debian.org sharky at users.alioth.debian.org
Mon Jan 14 09:37:40 UTC 2008


    Date: Monday, January 14, 2008 @ 09:37:39
  Author: sharky
Revision: 4359

import packaging for pyrad

Added:
  packages/pyrad/
  packages/pyrad/branches/
  packages/pyrad/tags/
  packages/pyrad/trunk/
  packages/pyrad/trunk/debian/
  packages/pyrad/trunk/debian/changelog
  packages/pyrad/trunk/debian/compat
  packages/pyrad/trunk/debian/control
  packages/pyrad/trunk/debian/copyright
  packages/pyrad/trunk/debian/pycompat
  packages/pyrad/trunk/debian/rules

Added: packages/pyrad/trunk/debian/changelog
===================================================================
--- packages/pyrad/trunk/debian/changelog	                        (rev 0)
+++ packages/pyrad/trunk/debian/changelog	2008-01-14 09:37:39 UTC (rev 4359)
@@ -0,0 +1,50 @@
+pyrad (1.1-3) UNRELEASED; urgency=low
+
+  * Add Homepage, Vcs-Svn and Vcs-Browser fields to debian/control.
+  * Add Debian Python Modules Team to Uploaders.
+  * Update Standards-Version to 3.7.3.
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Fri, 11 Jan 2008 02:49:09 +0100
+
+pyrad (1.1-2) unstable; urgency=low
+
+  * Add Build-Depends on python-setuptools (Closes: #453229).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Tue, 27 Nov 2007 23:22:30 +0100
+
+pyrad (1.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #448126).
+  * Change maintainer to Jeremy Lainé.
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Sun, 18 Nov 2007 11:41:37 +0100
+
+pyrad (0.9-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release (Closes: #420765, #430681).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  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 <madcoder at debian.org>  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 <bgrotan at grotan.com>  Wed, 16 Feb 2005 08:08:00 +0100
+

Added: packages/pyrad/trunk/debian/compat
===================================================================
--- packages/pyrad/trunk/debian/compat	                        (rev 0)
+++ packages/pyrad/trunk/debian/compat	2008-01-14 09:37:39 UTC (rev 4359)
@@ -0,0 +1 @@
+5

Added: packages/pyrad/trunk/debian/control
===================================================================
--- packages/pyrad/trunk/debian/control	                        (rev 0)
+++ packages/pyrad/trunk/debian/control	2008-01-14 09:37:39 UTC (rev 4359)
@@ -0,0 +1,26 @@
+Source: pyrad
+Section: python
+Priority: optional
+Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Bjorn Ove Grotan <bgrotan at grotan.com> 
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.4), python-setuptools
+Standards-Version: 3.7.3
+Homepage: http://www.wiggy.net/code/pyrad/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyrad/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyrad/trunk/?op=log
+
+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

Added: packages/pyrad/trunk/debian/copyright
===================================================================
--- packages/pyrad/trunk/debian/copyright	                        (rev 0)
+++ packages/pyrad/trunk/debian/copyright	2008-01-14 09:37:39 UTC (rev 4359)
@@ -0,0 +1,37 @@
+This package was debianized by Bjorn Ove Grotan <bgrotan at grotan.com> on
+Mon, 27 Dec 2004 23:31:00 +0100.
+
+It was downloaded from http://www.wiggy.net/code/pyrad/
+
+Upstream Author: Wichert Akkerman <wichert at wiggy.net>
+
+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.
+

Added: packages/pyrad/trunk/debian/pycompat
===================================================================
--- packages/pyrad/trunk/debian/pycompat	                        (rev 0)
+++ packages/pyrad/trunk/debian/pycompat	2008-01-14 09:37:39 UTC (rev 4359)
@@ -0,0 +1 @@
+2

Added: packages/pyrad/trunk/debian/rules
===================================================================
--- packages/pyrad/trunk/debian/rules	                        (rev 0)
+++ packages/pyrad/trunk/debian/rules	2008-01-14 09:37:39 UTC (rev 4359)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+#  # Copyright © 2002,2003 Colin Walters <walters at debian.org>
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+


Property changes on: packages/pyrad/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-modules-commits mailing list