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

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


Author: jluebbe-guest
Date: Mon May  8 11:24:34 2006
New Revision: 516

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=516
Log:
Fix depends

Modified:
    packages/python-pysnmp4-apps/trunk/debian/control
    packages/python-pysnmp4-apps/trunk/debian/control.in

Modified: packages/python-pysnmp4-apps/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4-apps/trunk/debian/control?rev=516&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/control (original)
+++ packages/python-pysnmp4-apps/trunk/debian/control Mon May  8 11:24:34 2006
@@ -7,7 +7,7 @@
 
 Package: python-pysnmp4-apps
 Architecture: all
-Depends: python, python-pysnmp4
+Depends: python (>= 2.3), python-support (>= 0.2), 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
@@ -26,5 +26,3 @@
   * MT-safe
  .
  PySNMP 4.x is the new development branch.
- .
- This package uses the default python version.

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=516&op=diff
==============================================================================
--- packages/python-pysnmp4-apps/trunk/debian/control.in (original)
+++ packages/python-pysnmp4-apps/trunk/debian/control.in Mon May  8 11:24:34 2006
@@ -7,7 +7,7 @@
 
 Package: python-pysnmp4-apps
 Architecture: all
-Depends: python, python-pysnmp4
+Depends: python (>= 2.3), python-support (>= 0.2), 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
@@ -26,5 +26,3 @@
   * MT-safe
  .
  PySNMP 4.x is the new development branch.
- .
- This package uses the default python version.




More information about the Python-modules-commits mailing list