[Python-modules-commits] r423 - in
/packages/python-pysnmp4-apps/trunk: debian/ debian/changelog
debian/compat debian/control debian/copyright debian/rules
tools/pysnmpbulkwalk tools/pysnmpget tools/pysnmpset tools/pysnmpwalk
jluebbe-guest at users.alioth.debian.org
jluebbe-guest at users.alioth.debian.org
Fri May 5 06:11:25 UTC 2006
Author: jluebbe-guest
Date: Fri May 5 06:11:24 2006
New Revision: 423
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=423
Log:
Load python-pysnmp4-apps-0.2.3a into
packages/python-pysnmp4-apps/trunk.
Added:
packages/python-pysnmp4-apps/trunk/debian/
packages/python-pysnmp4-apps/trunk/debian/changelog
packages/python-pysnmp4-apps/trunk/debian/compat
packages/python-pysnmp4-apps/trunk/debian/control
packages/python-pysnmp4-apps/trunk/debian/copyright
packages/python-pysnmp4-apps/trunk/debian/rules (with props)
Modified:
packages/python-pysnmp4-apps/trunk/tools/pysnmpbulkwalk (props changed)
packages/python-pysnmp4-apps/trunk/tools/pysnmpget (props changed)
packages/python-pysnmp4-apps/trunk/tools/pysnmpset (props changed)
packages/python-pysnmp4-apps/trunk/tools/pysnmpwalk (props changed)
Added: packages/python-pysnmp4-apps/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/changelog?rev=423&op=file
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/changelog (added)
+++ packages/python-pysnmp4-apps/trunk/debian/changelog Fri May 5 06:11:24 2006
@@ -1,0 +1,11 @@
+python-pysnmp4-apps (0.2.3a-2) unstable; urgency=low
+
+ * Build only for the default python version.
+
+ -- Jan Luebbe <jluebbe at lasnet.de> Thu, 2 Mar 2006 11:47:39 +0100
+
+python-pysnmp4-apps (0.2.3a-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Jan Luebbe <jluebbe at lasnet.de> Tue, 28 Feb 2006 22:40:03 +0100
Added: packages/python-pysnmp4-apps/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/compat?rev=423&op=file
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/compat (added)
+++ packages/python-pysnmp4-apps/trunk/debian/compat Fri May 5 06:11:24 2006
@@ -1,0 +1,1 @@
+4
Added: packages/python-pysnmp4-apps/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/control?rev=423&op=file
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/control (added)
+++ packages/python-pysnmp4-apps/trunk/debian/control Fri May 5 06:11:24 2006
@@ -1,0 +1,30 @@
+Source: python-pysnmp4-apps
+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-apps
+Architecture: all
+Depends: ${python:Depends}, python-pysnmp4
+Suggests: python-pysnmp4-mibs
+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 uses the default python version.
Added: packages/python-pysnmp4-apps/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/copyright?rev=423&op=file
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/copyright (added)
+++ packages/python-pysnmp4-apps/trunk/debian/copyright Fri May 5 06:11:24 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-apps/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/rules?rev=423&op=file
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/rules (added)
+++ packages/python-pysnmp4-apps/trunk/debian/rules Fri May 5 06:11:24 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-apps/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Propchange: packages/python-pysnmp4-apps/trunk/tools/pysnmpbulkwalk
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri May 5 06:11:24 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/python-pysnmp4-apps/trunk/tools/pysnmpget
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri May 5 06:11:24 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/python-pysnmp4-apps/trunk/tools/pysnmpset
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri May 5 06:11:24 2006
@@ -1,0 +1,1 @@
+*
Propchange: packages/python-pysnmp4-apps/trunk/tools/pysnmpwalk
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri May 5 06:11:24 2006
@@ -1,0 +1,1 @@
+*
More information about the Python-modules-commits
mailing list