[Python-modules-commits] r514 - in /packages: pysnmp4/ python-pysnmp4/ python-pysnmp4/trunk/debian/changelog python-pysnmp4/trunk/debian/control python-pysnmp4/trunk/debian/control.in

jluebbe-guest at users.alioth.debian.org jluebbe-guest at users.alioth.debian.org
Mon May 8 11:01:38 UTC 2006


Author: jluebbe-guest
Date: Mon May  8 11:01:38 2006
New Revision: 514

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=514
Log:
Rename pysnmp4 to python-pysnmp4 for consitency
Introduce python-pysnmp-common package

Added:
    packages/python-pysnmp4/
      - copied from r513, packages/pysnmp4/
Removed:
    packages/pysnmp4/
Modified:
    packages/python-pysnmp4/trunk/debian/changelog
    packages/python-pysnmp4/trunk/debian/control
    packages/python-pysnmp4/trunk/debian/control.in

Modified: packages/python-pysnmp4/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4/trunk/debian/changelog?rev=514&op=diff
==============================================================================
--- packages/python-pysnmp4/trunk/debian/changelog (original)
+++ packages/python-pysnmp4/trunk/debian/changelog Mon May  8 11:01:38 2006
@@ -1,4 +1,4 @@
-pysnmp4 (4.1.5a-1) unstable; urgency=low
+python-pysnmp4 (4.1.5a-1) unstable; urgency=low
 
   * Initial release. Closes: #263417.
 

Modified: packages/python-pysnmp4/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4/trunk/debian/control?rev=514&op=diff
==============================================================================
--- packages/python-pysnmp4/trunk/debian/control (original)
+++ packages/python-pysnmp4/trunk/debian/control Mon May  8 11:01:38 2006
@@ -1,4 +1,4 @@
-Source: pysnmp4
+Source: python-pysnmp4
 Section: python
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
@@ -42,3 +42,19 @@
  This package contains the documentation for PySNMP.
  .
   Homepage: http://pysnmp.sourceforge.net/
+
+Package: python-pysnmp-common
+Architecture: all
+Depends: python (>= 2.3), python-support, python-pysnmp4 | python-pysnmp3 | python-pysnmp2
+Description: Python SNMP library for agents and managers (version selection module)
+ This is a Python implementation  of SNMP v.1/v.2c engine. Its general
+ functionality  is  to  assemble/disassemble SNMP  messages  from/into
+ given  SNMP Object  IDs  along with  associated  values. PySNMP  also
+ provides a few transport methods specific to TCP/IP networking.
+ .
+ PySNMP is written entirely in  Python and is self-sufficient in terms
+ that it does not rely on any third party tool (it isn't a wrapper).
+ .
+ This package contains a python module that allows users of PySNMP to
+ select the API version.
+ 

Modified: packages/python-pysnmp4/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4/trunk/debian/control.in?rev=514&op=diff
==============================================================================
--- packages/python-pysnmp4/trunk/debian/control.in (original)
+++ packages/python-pysnmp4/trunk/debian/control.in Mon May  8 11:01:38 2006
@@ -1,4 +1,4 @@
-Source: pysnmp4
+Source: python-pysnmp4
 Section: python
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
@@ -42,3 +42,19 @@
  This package contains the documentation for PySNMP.
  .
   Homepage: http://pysnmp.sourceforge.net/
+
+Package: python-pysnmp-common
+Architecture: all
+Depends: python (>= 2.3), python-support, python-pysnmp4 | python-pysnmp3 | python-pysnmp2
+Description: Python SNMP library for agents and managers (version selection module)
+ This is a Python implementation  of SNMP v.1/v.2c engine. Its general
+ functionality  is  to  assemble/disassemble SNMP  messages  from/into
+ given  SNMP Object  IDs  along with  associated  values. PySNMP  also
+ provides a few transport methods specific to TCP/IP networking.
+ .
+ PySNMP is written entirely in  Python and is self-sufficient in terms
+ that it does not rely on any third party tool (it isn't a wrapper).
+ .
+ This package contains a python module that allows users of PySNMP to
+ select the API version.
+ 




More information about the Python-modules-commits mailing list