[Python-modules-commits] r26336 - in packages/python-pysnmp4/trunk/debian (control)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Fri Nov 1 10:30:21 UTC 2013


    Date: Friday, November 1, 2013 @ 10:30:19
  Author: bernat
Revision: 26336

Rearrange debian/control so that libsmi2pysnmp is using python

Modified:
  packages/python-pysnmp4/trunk/debian/control

Modified: packages/python-pysnmp4/trunk/debian/control
===================================================================
--- packages/python-pysnmp4/trunk/debian/control	2013-11-01 10:25:26 UTC (rev 26335)
+++ packages/python-pysnmp4/trunk/debian/control	2013-11-01 10:30:19 UTC (rev 26336)
@@ -15,23 +15,6 @@
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pysnmp4/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pysnmp4/trunk/
 
-Package: python3-pysnmp4
-Architecture: all
-Depends: ${python3:Depends},
-	 ${misc:Depends}
-Recommends: python3-crypto,
-Suggests: python-pysnmp4-doc, doc-base
-Description: Python SNMP library for agents and managers (Python 3 module)
- This  is a  Python implementation  of SNMP  v.1/v.2c/v.3  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 provides Python 3 module.
-
 Package: python-pysnmp4
 Architecture: all
 Depends: ${python:Depends},
@@ -59,6 +42,23 @@
  .
  This package provides Python 2 module.
 
+Package: python3-pysnmp4
+Architecture: all
+Depends: ${python3:Depends},
+	 ${misc:Depends}
+Recommends: python3-crypto,
+Suggests: python-pysnmp4-doc, doc-base
+Description: Python SNMP library for agents and managers (Python 3 module)
+ This  is a  Python implementation  of SNMP  v.1/v.2c/v.3  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 provides Python 3 module.
+
 Package: python-pysnmp4-doc
 Section: doc
 Architecture: all




More information about the Python-modules-commits mailing list