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

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Sep 24 18:41:27 UTC 2013


    Date: Tuesday, September 24, 2013 @ 18:41:25
  Author: bernat
Revision: 25959

Invert python and python3 packages in debian/control.

This is to build python3 first and let the files in bin be erased by
the python2 version. Hence, we ship the files with the python2
version. Quite a hack.

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

Modified: packages/python-pysnmp4/trunk/debian/control
===================================================================
--- packages/python-pysnmp4/trunk/debian/control	2013-09-24 17:03:10 UTC (rev 25958)
+++ packages/python-pysnmp4/trunk/debian/control	2013-09-24 18:41:25 UTC (rev 25959)
@@ -15,6 +15,23 @@
 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},
@@ -42,23 +59,6 @@
  .
  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