[Python-modules-commits] r427 - in /packages/python-pysnmp4-mibs/trunk/debian: ./ changelog compat control copyright rules

jluebbe-guest at users.alioth.debian.org jluebbe-guest at users.alioth.debian.org
Fri May 5 06:12:04 UTC 2006


Author: jluebbe-guest
Date: Fri May  5 06:12:02 2006
New Revision: 427

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=427
Log:
Load python-pysnmp4-mibs-0.0.3a into
packages/python-pysnmp4-mibs/trunk.

Added:
    packages/python-pysnmp4-mibs/trunk/debian/
    packages/python-pysnmp4-mibs/trunk/debian/changelog
    packages/python-pysnmp4-mibs/trunk/debian/compat
    packages/python-pysnmp4-mibs/trunk/debian/control
    packages/python-pysnmp4-mibs/trunk/debian/copyright
    packages/python-pysnmp4-mibs/trunk/debian/rules   (with props)

Added: packages/python-pysnmp4-mibs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-mibs/trunk/debian/changelog?rev=427&op=file
==============================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/changelog (added)
+++ packages/python-pysnmp4-mibs/trunk/debian/changelog Fri May  5 06:12:02 2006
@@ -1,0 +1,5 @@
+python-pysnmp4-mibs (0.0.3a-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jan Luebbe <jluebbe at lasnet.de>  Tue, 28 Feb 2006 22:36:04 +0100

Added: packages/python-pysnmp4-mibs/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-mibs/trunk/debian/compat?rev=427&op=file
==============================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/compat (added)
+++ packages/python-pysnmp4-mibs/trunk/debian/compat Fri May  5 06:12:02 2006
@@ -1,0 +1,1 @@
+4

Added: packages/python-pysnmp4-mibs/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-mibs/trunk/debian/control?rev=427&op=file
==============================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/control (added)
+++ packages/python-pysnmp4-mibs/trunk/debian/control Fri May  5 06:12:02 2006
@@ -1,0 +1,75 @@
+Source: python-pysnmp4-mibs
+Section: python
+Priority: optional
+Maintainer: Jan Luebbe <jluebbe at lasnet.de>
+Build-Depends-Indep: debhelper (>= 4.1.67), cdbs (>=0.4.26), python, python2.3-dev, python2.4-dev
+Standards-Version: 3.6.2.1
+
+Package: python-pysnmp4-mibs
+Architecture: all
+Depends: ${python:Depends}
+Description: Python SNMP library for agents and managers (new development branch)
+ This is an alpha-quality revision of pure-Python, open source and free
+ implementation of v1/v2c/v3 SNMP engine.
+ .
+ PySNMP is written entirely in Python and is self-sufficient in terms
+ that it does not rely on any third party tool (it is not a wrapper!).
+ .
+ Features:
+  * Complete SNMPv1/v2c and SNMPv3 support
+  * SMI framework for resolving MIB information and managing MIB objects
+  * Complete SNMP entity implementation
+  * Extensible network transports framework (UDP and UNIX domain implemented)
+  * Asynchronous socket-based IO API support
+  * 100% Python, works with Python 1.5 and later
+  * MT-safe
+ .
+ PySNMP 4.x is the new development branch.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Python version and respective python-pysnmp4 package version (currently 2.3).
+
+Package: python2.3-pysnmp4-mibs
+Architecture: all
+Depends: ${python:Depends}, python2.3-pysnmp4
+Description: Python SNMP library for agents and managers (new development branch)
+ This is an alpha-quality revision of pure-Python, open source and free
+ implementation of v1/v2c/v3 SNMP engine.
+ .
+ PySNMP is written entirely in Python and is self-sufficient in terms
+ that it does not rely on any third party tool (it is not a wrapper!).
+ .
+ Features:
+  * Complete SNMPv1/v2c and SNMPv3 support
+  * SMI framework for resolving MIB information and managing MIB objects
+  * Complete SNMP entity implementation
+  * Extensible network transports framework (UDP and UNIX domain implemented)
+  * Asynchronous socket-based IO API support
+  * 100% Python, works with Python 1.5 and later
+  * MT-safe
+ .
+ This package provides modules for Python 2.3
+
+Package: python2.4-pysnmp4-mibs
+Architecture: all
+Depends: ${python:Depends}, python2.4-pysnmp4
+Description: Python SNMP library for agents and managers (new development branch)
+ This is an alpha-quality revision of pure-Python, open source and free
+ implementation of v1/v2c/v3 SNMP engine.
+ .
+ PySNMP is written entirely in Python and is self-sufficient in terms
+ that it does not rely on any third party tool (it is not a wrapper!).
+ .
+ Features:
+  * Complete SNMPv1/v2c and SNMPv3 support
+  * SMI framework for resolving MIB information and managing MIB objects
+  * Complete SNMP entity implementation
+  * Extensible network transports framework (UDP and UNIX domain implemented)
+  * Asynchronous socket-based IO API support
+  * 100% Python, works with Python 1.5 and later
+  * MT-safe
+ .
+ PySNMP 4.x is the new development branch.
+ .
+ This package provides modules for Python 2.4
+

Added: packages/python-pysnmp4-mibs/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-mibs/trunk/debian/copyright?rev=427&op=file
==============================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/copyright (added)
+++ packages/python-pysnmp4-mibs/trunk/debian/copyright Fri May  5 06:12:02 2006
@@ -1,0 +1,39 @@
+This package was debianized by Jan Luebbe <jluebbe at lasnet.de> on
+Sat, 29 Jan 2005 10:57:57 +0100.
+
+It was downloaded from http://sourceforge.net/projects/pysnmp/
+
+Copyright:
+
+Upstream Author: Ilya Etingof <ilya at glas.net>
+
+License:
+
+Copyright (c) 1999-2004, Ilya Etingof <ilya at glas.net>, all rights reserved.
+
+THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION
+ENDANGERING HUMAN LIFE OR PROPERTY.
+
+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.
+
+  * The name of the authors may not 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 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/python-pysnmp4-mibs/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-mibs/trunk/debian/rules?rev=427&op=file
==============================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/rules (added)
+++ packages/python-pysnmp4-mibs/trunk/debian/rules Fri May  5 06:12:02 2006
@@ -1,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+

Propchange: packages/python-pysnmp4-mibs/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list