[Python-modules-commits] r4787 - in packages/python-pysnmp4/trunk/debian (6 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Mar 11 16:15:03 UTC 2008


    Date: Tuesday, March 11, 2008 @ 16:15:01
  Author: arnau
Revision: 4787

* New upstream release.
* New email address.
* Remove useless debian/control.in.
* debian/control:
  + Update Standards-Version to 3.7.3. No changes needed.
  + Rename libsmi2 to libsmi2ldbl in Depends due to long double
    transition.  Closes: #469846.
  + Stated that pysnmp4 also supports SNMP v.3. Closes: #469739.

Modified:
  packages/python-pysnmp4/trunk/debian/changelog
  packages/python-pysnmp4/trunk/debian/control
  packages/python-pysnmp4/trunk/debian/copyright
  packages/python-pysnmp4/trunk/debian/rules
Deleted:
  packages/python-pysnmp4/trunk/debian/control.in
  packages/python-pysnmp4/trunk/debian/patches/

Modified: packages/python-pysnmp4/trunk/debian/changelog
===================================================================
--- packages/python-pysnmp4/trunk/debian/changelog	2008-03-11 15:07:53 UTC (rev 4786)
+++ packages/python-pysnmp4/trunk/debian/changelog	2008-03-11 16:15:01 UTC (rev 4787)
@@ -1,14 +1,25 @@
-python-pysnmp4 (4.1.8a-2) UNRELEASED; urgency=low
+python-pysnmp4 (4.1.9a-1) unstable; urgency=low
 
+  [ Arnaud Fontaine ]
+  * New upstream release.
+  * New email address.
+  * Remove useless debian/control.in.
+  * debian/control:
+    + Update Standards-Version to 3.7.3. No changes needed.
+    + Rename libsmi2 to libsmi2ldbl in Depends due to long double
+      transition.  Closes: #469846.
+    + Stated that pysnmp4 also supports SNMP v.3. Closes: #469739.
+
   [ Piotr Ożarowski ]
-  * Vcs-Browser and Homepage fields added
-  * XS-Vcs-Svn field renamed to Vcs-Svn
+  * debian/control:
+    + Vcs-Browser and Homepage fields added (dpkg support them now).
+    + XS-Vcs-Svn field renamed to Vcs-Svn (dpkg support it now).
 
   [ Sandro Tosi ]
   * debian/control
-    - uniforming Vcs-Browser field
+    - Uniforming Vcs-Browser field.
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:15 +0200
+ -- Arnaud Fontaine <arnau at debian.org>  Tue, 11 Mar 2008 15:32:48 +0000
 
 python-pysnmp4 (4.1.8a-1) unstable; urgency=low
 

Modified: packages/python-pysnmp4/trunk/debian/control
===================================================================
--- packages/python-pysnmp4/trunk/debian/control	2008-03-11 15:07:53 UTC (rev 4786)
+++ packages/python-pysnmp4/trunk/debian/control	2008-03-11 16:15:01 UTC (rev 4787)
@@ -1,25 +1,31 @@
 Source: python-pysnmp4
 Section: python
 Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: Jan Luebbe <jluebbe at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python-dev (>= 2.3.5-7), python-support (>= 0.3)
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5.0.37.2),
+               cdbs (>= 0.4.42), 
+               python-dev (>= 2.3.5-7),
+               python-support (>= 0.3)
 Homepage: http://pysnmp.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4/trunk/?op=log
 
 Package: python-pysnmp4
 Architecture: all
-Depends: ${python:Depends}, libsmi2, libsmi2-common, python-pyasn1, python-pysnmp-common
+Depends: ${python:Depends},
+         libsmi2ldbl,
+         libsmi2-common,
+         python-pyasn1,
+         python-pysnmp-common
 Recommends: python-crypto, python-pysnmp4-mibs, python-pysnmp4-apps
 Suggests: python-pysnmp4-doc
-XB-Python-Version: ${python:Versions}
 Description: Python SNMP library for agents and managers (unstable branch)
- 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.
+ 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).
@@ -30,10 +36,10 @@
 Section: doc
 Architecture: all
 Description: Python SNMP library for agents and managers (unstable branch)
- 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.
+ 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).
@@ -48,13 +54,14 @@
 Recommends: python-pysnmp4
 XB-Python-Version: ${python:Versions}
 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.
+ This is a Python implementation of SNMP v.1/v.2c/v.3 engine (SNMP v.3
+ is  only supported  by  pysnmp4).  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
+ This package contains a Python module that allows users of PySNMP to
  select the API version.

Deleted: packages/python-pysnmp4/trunk/debian/control.in
===================================================================
--- packages/python-pysnmp4/trunk/debian/control.in	2008-03-11 15:07:53 UTC (rev 4786)
+++ packages/python-pysnmp4/trunk/debian/control.in	2008-03-11 16:15:01 UTC (rev 4787)
@@ -1,61 +0,0 @@
-Source: python-pysnmp4
-Section: python
-Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
-Uploaders: Jan Luebbe <jluebbe at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.2
-XS-Python-Version: all
-Build-Depends: @cdbs@
-Homepage: http://pysnmp.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp4/?op=log
-
-Package: python-pysnmp4
-Architecture: all
-Depends: ${python:Depends}, libsmi2, libsmi2-common, python-pyasn1, python-pysnmp-common
-Recommends: python-crypto, python-pysnmp4-mibs, python-pysnmp4-apps
-Suggests: python-pysnmp4-doc
-XB-Python-Version: ${python:Versions}
-Description: Python SNMP library for agents and managers (unstable branch)
- 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).
- .
- PySNMP 4.x is the unstable branch.
-
-Package: python-pysnmp4-doc
-Section: doc
-Architecture: all
-Description: Python SNMP library for agents and managers (unstable branch)
- 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).
- .
- PySNMP 4.x is the unstable branch.
- .
- This package contains the documentation for PySNMP.
-
-Package: python-pysnmp-common
-Architecture: all
-Depends: ${python:Depends}
-Recommends: python-pysnmp4
-XB-Python-Version: ${python:Versions}
-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/copyright
===================================================================
--- packages/python-pysnmp4/trunk/debian/copyright	2008-03-11 15:07:53 UTC (rev 4786)
+++ packages/python-pysnmp4/trunk/debian/copyright	2008-03-11 16:15:01 UTC (rev 4787)
@@ -1,4 +1,4 @@
-This package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
+This package was debianized by Arnaud Fontaine <arnau at debian.org> on
 Fri, 21 Apr 2006 08:07:03 +0200.
 
 It was downloaded from http://pysnmp.sourceforge.net/download.html

Modified: packages/python-pysnmp4/trunk/debian/rules
===================================================================
--- packages/python-pysnmp4/trunk/debian/rules	2008-03-11 15:07:53 UTC (rev 4786)
+++ packages/python-pysnmp4/trunk/debian/rules	2008-03-11 16:15:01 UTC (rev 4787)
@@ -5,7 +5,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # Don't compress .py files
 DEB_COMPRESS_EXCLUDE := .py




More information about the Python-modules-commits mailing list