[Python-modules-commits] r2203 - in
/packages/python-pysnmp4-apps/trunk/debian: changelog compat
control control.in
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Tue May 1 14:30:31 UTC 2007
Author: arnau-guest
Date: Tue May 1 14:30:30 2007
New Revision: 2203
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2203
Log:
Improve package description
Modified:
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/control.in
Modified: packages/python-pysnmp4-apps/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/changelog?rev=2203&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/changelog (original)
+++ packages/python-pysnmp4-apps/trunk/debian/changelog Tue May 1 14:30:30 2007
@@ -1,10 +1,14 @@
-python-pysnmp4-apps (0.2.5a-1) UNRELEASED; urgency=low
+python-pysnmp4-apps (0.2.5a-1) unstable; urgency=low
[ Jan Luebbe ]
* New upstream release.
[ Piotr Ozarowski ]
* Added XS-Vcs-Svn field
+
+ [ Arnaud Fontaine ]
+ * debian/control:
+ + Improve package description.
-- Jan Luebbe <jluebbe at lasnet.de> Tue, 17 Apr 2007 11:08:21 +0200
Modified: packages/python-pysnmp4-apps/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/compat?rev=2203&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/compat (original)
+++ packages/python-pysnmp4-apps/trunk/debian/compat Tue May 1 14:30:30 2007
@@ -1,1 +1,1 @@
-4
+5
Modified: packages/python-pysnmp4-apps/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/control?rev=2203&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/control (original)
+++ packages/python-pysnmp4-apps/trunk/debian/control Tue May 1 14:30:30 2007
@@ -11,22 +11,10 @@
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.
+Description: Applications for the Python SNMP library
+ This package contains a set of SNMP applications written on top of
+ the PYSNMP v4 package, which is written entirely in Python and is
+ self-sufficient in terms that it does not rely on any third party
+ tool.
.
Homepage: http://pysnmp.sourceforge.net/
Modified: packages/python-pysnmp4-apps/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/control.in?rev=2203&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/control.in (original)
+++ packages/python-pysnmp4-apps/trunk/debian/control.in Tue May 1 14:30:30 2007
@@ -5,27 +5,16 @@
Uploaders: Arnaud Fontaine <arnaud at andesi.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: @cdbs@
Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4-apps/trunk/
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.
+Description: Applications for the Python SNMP library
+ This package contains a set of SNMP applications written on top of
+ the PYSNMP v4 package, which is written entirely in Python and is
+ self-sufficient in terms that it does not rely on any third party
+ tool.
.
Homepage: http://pysnmp.sourceforge.net/
More information about the Python-modules-commits
mailing list