[Python-modules-commits] r21864 - in packages/python-pysnmp4/tags (16 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue May 22 00:58:10 UTC 2012
Date: Tuesday, May 22, 2012 @ 00:58:09
Author: arnau
Revision: 21864
[svn-buildpackage] Tagging python-pysnmp4 4.2.2-1
Added:
packages/python-pysnmp4/tags/4.2.2-1/
packages/python-pysnmp4/tags/4.2.2-1/debian/
packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian
(from rev 21850, packages/python-pysnmp4/trunk/debian/README.Debian)
packages/python-pysnmp4/tags/4.2.2-1/debian/changelog
(from rev 21850, packages/python-pysnmp4/trunk/debian/changelog)
packages/python-pysnmp4/tags/4.2.2-1/debian/control
(from rev 21850, packages/python-pysnmp4/trunk/debian/control)
packages/python-pysnmp4/tags/4.2.2-1/debian/copyright
(from rev 21860, packages/python-pysnmp4/trunk/debian/copyright)
packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp4.NEWS
(from rev 21850, packages/python-pysnmp4/trunk/debian/python-pysnmp4.NEWS)
packages/python-pysnmp4/tags/4.2.2-1/debian/rules
(from rev 21850, packages/python-pysnmp4/trunk/debian/rules)
Deleted:
packages/python-pysnmp4/tags/4.2.2-1/debian/
packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian
packages/python-pysnmp4/tags/4.2.2-1/debian/changelog
packages/python-pysnmp4/tags/4.2.2-1/debian/control
packages/python-pysnmp4/tags/4.2.2-1/debian/copyright
packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp-common.dirs
packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp-common.install
packages/python-pysnmp4/tags/4.2.2-1/debian/rules
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian
===================================================================
--- packages/python-pysnmp4/trunk/debian/README.Debian 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1,20 +0,0 @@
----- Documentation ----
-The documentation and examples for this package is in
-python-pysnmp4-doc.
-
-When you install that package, you can find the documentation and
-examples in /usr/share/doc/python-pysnmp4-doc.
-
----- API Versions ----
-If more than one pysnmp version is installed, it is possible to choose
-a version by setting the PYSNMP_API_VERSION environment variable.
-
-You need to set the environment variable before importing pysnmp.
-If you need pysnmp2, use this code:
-
- import os
- os.environ['PYSNMP_API_VERSION'] = 'v2'
- import pysnmp
-
-If you need another version, replace v2 with the correct one.
-
Copied: packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian (from rev 21850, packages/python-pysnmp4/trunk/debian/README.Debian)
===================================================================
--- packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian (rev 0)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/README.Debian 2012-05-22 00:58:09 UTC (rev 21864)
@@ -0,0 +1,5 @@
+The documentation and examples for this package is in
+python-pysnmp4-doc.
+
+When you install that package, you can find the documentation and
+examples in /usr/share/doc/python-pysnmp4-doc.
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/changelog
===================================================================
--- packages/python-pysnmp4/trunk/debian/changelog 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/changelog 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1,113 +0,0 @@
-python-pysnmp4 (4.2.2-1) unstable; urgency=low
-
- * Team upload.
-
- [ Deepak Tripathi ]
- * Bumped Standard version to 3.8.4 (No changes).
- * debian/control
- + added myself to uploaders.
- + added ${misc:Depends} because debhelper required now.
- + removed python-dev and added python.
- + added python-twisted as Depends.
- + added python-setuptools as BD.
- * debian/copyright
- + added debian's copyright information.
- + formated and updated copy information.
- * debian/
- + added python-pysnmp4-doc.doc-base because package has some
- html,pdf files.
- * debian/source
- + switch to dpkg-source 3.0 (quilt) format.
- * debian/libsmi2pysnmp.1
- + removed hyphen-used-as-minus-sign
-
- [ Arnaud Fontaine ]
- * New upstream release. Closes: #620229, #585321.
- * debian/control:
- + Remove myself from Maintainer as Jan Lübbe is now the maintainer.
- + Bump Standards-Version to 3.9.3. No changes needed.
- * Switch from deprecated python-support to dh_python2.
- * Switch debian/copyright to machine-readable format.
- * Add debian/source/options to fix double build issue because of
- .egg-info by ignoring it.
-
- -- Arnaud Fontaine <arnau at debian.org> Mon, 21 May 2012 15:07:04 +0900
-
-python-pysnmp4 (4.1.9a-2) unstable; urgency=medium
-
- * Team upload.
- * Update Vcs-* fields.
- * Make sure that pysnmp/__init__.py is removed from the python-pysnmp4
- package even when built with python-support (>= 0.90). Thanks to Adam D.
- Barratt for spotting the bug.
- * Ensure that python-pysnmp{2,4,-common} use the same directory layout
- (closes: #591503).
- + Make python-pysnmp4 depend on python-pysnmp-common (>= 4.1.9a-2);
- + Make python-pysnmp-common break and replace python-pysnmp2 (<< 2.0.9-3).
- + Make python-pysnmp-common break python-pysnmp4 (<< 4.1.9a-2).
- Thanks to Christoph Egger for the bug report.
-
- -- Jakub Wilk <jwilk at debian.org> Wed, 12 Jan 2011 00:11:54 +0100
-
-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 ]
- * 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.
-
- -- Arnaud Fontaine <arnau at debian.org> Tue, 11 Mar 2008 15:32:48 +0000
-
-python-pysnmp4 (4.1.8a-1) unstable; urgency=low
-
- * New upstream release
- * Update my maintainer address
-
- -- Jan Luebbe <jluebbe at debian.org> Sun, 26 Aug 2007 13:48:44 +0200
-
-python-pysnmp4 (4.1.7a-1) unstable; urgency=low
-
- [ Arnaud Fontaine ]
- * New upstream release.
- + Now choose the last version of pysnmp when multiple versions are
- installed. Closes: #415032.
-
- [ Piotr Ozarowski ]
- * Added XS-Vcs-Svn field
-
- -- Arnaud Fontaine <arnaud at andesi.org> Tue, 17 Apr 2007 00:14:22 +0200
-
-python-pysnmp4 (4.1.6a-2) unstable; urgency=low
-
- * New Python policy changes.
- + debian/rules:
- - Add DEB_PYTHON_SYSTEM=pysupport.
- - Clean debian/rules.
- + debian/control.in
- - Clean Build-Depends and Depends, cdbs handles that
- automatically now.
- - XB-Python-Version and Provides for binary package.
- + debian/postinst && debian/prerm:
- - Remove "hand made" python-support stuff, cdbs does this.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Tue, 20 Jun 2006 12:20:29 +0200
-
-python-pysnmp4 (4.1.6a-1) unstable; urgency=low
-
- * Initial release. Closes: #263417.
-
- -- Jan Luebbe <jluebbe at lasnet.de> Thu, 1 Jun 2006 16:39:10 +0200
Copied: packages/python-pysnmp4/tags/4.2.2-1/debian/changelog (from rev 21850, packages/python-pysnmp4/trunk/debian/changelog)
===================================================================
--- packages/python-pysnmp4/tags/4.2.2-1/debian/changelog (rev 0)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/changelog 2012-05-22 00:58:09 UTC (rev 21864)
@@ -0,0 +1,115 @@
+python-pysnmp4 (4.2.2-1) unstable; urgency=low
+
+ * Team upload.
+
+ [ Deepak Tripathi ]
+ * Bumped Standard version to 3.8.4 (No changes).
+ * debian/control
+ + added myself to uploaders.
+ + added ${misc:Depends} because debhelper required now.
+ + removed python-dev and added python.
+ + added python-twisted as Depends.
+ + added python-setuptools as BD.
+ * debian/copyright
+ + added debian's copyright information.
+ + formated and updated copy information.
+ * debian/
+ + added python-pysnmp4-doc.doc-base because package has some
+ html,pdf files.
+ * debian/source
+ + switch to dpkg-source 3.0 (quilt) format.
+ * debian/libsmi2pysnmp.1
+ + removed hyphen-used-as-minus-sign.
+
+ [ Arnaud Fontaine ]
+ * New upstream release. Closes: #620229, #585321.
+ + API versioning has been retired since 4.1.12a and pysnmp version 2
+ is not supported nor available anymore, so drop python-pysnmp-common.
+ * debian/control:
+ + Remove myself from Maintainer as Jan Lübbe is now the maintainer.
+ + Bump Standards-Version to 3.9.3. No changes needed.
+ * Switch from deprecated python-support to dh_python2.
+ * Switch debian/copyright to machine-readable format.
+ * Add debian/source/options to fix double build issue because of
+ .egg-info by ignoring it.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 21 May 2012 15:07:04 +0900
+
+python-pysnmp4 (4.1.9a-2) unstable; urgency=medium
+
+ * Team upload.
+ * Update Vcs-* fields.
+ * Make sure that pysnmp/__init__.py is removed from the python-pysnmp4
+ package even when built with python-support (>= 0.90). Thanks to Adam D.
+ Barratt for spotting the bug.
+ * Ensure that python-pysnmp{2,4,-common} use the same directory layout
+ (closes: #591503).
+ + Make python-pysnmp4 depend on python-pysnmp-common (>= 4.1.9a-2);
+ + Make python-pysnmp-common break and replace python-pysnmp2 (<< 2.0.9-3).
+ + Make python-pysnmp-common break python-pysnmp4 (<< 4.1.9a-2).
+ Thanks to Christoph Egger for the bug report.
+
+ -- Jakub Wilk <jwilk at debian.org> Wed, 12 Jan 2011 00:11:54 +0100
+
+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 ]
+ * 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.
+
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 11 Mar 2008 15:32:48 +0000
+
+python-pysnmp4 (4.1.8a-1) unstable; urgency=low
+
+ * New upstream release
+ * Update my maintainer address
+
+ -- Jan Luebbe <jluebbe at debian.org> Sun, 26 Aug 2007 13:48:44 +0200
+
+python-pysnmp4 (4.1.7a-1) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * New upstream release.
+ + Now choose the last version of pysnmp when multiple versions are
+ installed. Closes: #415032.
+
+ [ Piotr Ozarowski ]
+ * Added XS-Vcs-Svn field
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Tue, 17 Apr 2007 00:14:22 +0200
+
+python-pysnmp4 (4.1.6a-2) unstable; urgency=low
+
+ * New Python policy changes.
+ + debian/rules:
+ - Add DEB_PYTHON_SYSTEM=pysupport.
+ - Clean debian/rules.
+ + debian/control.in
+ - Clean Build-Depends and Depends, cdbs handles that
+ automatically now.
+ - XB-Python-Version and Provides for binary package.
+ + debian/postinst && debian/prerm:
+ - Remove "hand made" python-support stuff, cdbs does this.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Tue, 20 Jun 2006 12:20:29 +0200
+
+python-pysnmp4 (4.1.6a-1) unstable; urgency=low
+
+ * Initial release. Closes: #263417.
+
+ -- Jan Luebbe <jluebbe at lasnet.de> Thu, 1 Jun 2006 16:39:10 +0200
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/control
===================================================================
--- packages/python-pysnmp4/trunk/debian/control 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/control 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1,75 +0,0 @@
-Source: python-pysnmp4
-Section: python
-Priority: optional
-Maintainer: Jan Lübbe <jluebbe at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
- Deepak Tripathi <apenguinlinux at gmail.com>
-Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 5.0.37.2),
- cdbs (>= 0.4.90~),
- python-all (>= 2.6.6-3~),
- python-setuptools
-Homepage: http://pysnmp.sourceforge.net/
-X-Python-Version: >= 2.4
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pysnmp4/trunk/
-
-Package: python-pysnmp4
-Architecture: all
-Depends: ${python:Depends},
- libsmi2ldbl,
- libsmi2-common,
- python-pyasn1,
- python-pysnmp-common (>= 4.1.9a-2~),
- ${misc:Depends}
-Recommends: python-crypto,
- python-pysnmp4-mibs,
- python-pysnmp4-apps,
- python-twisted
-Suggests: python-pysnmp4-doc, doc-base
-Description: Python SNMP library for agents and managers (unstable branch)
- 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).
- .
- PySNMP 4.x is the unstable branch.
-
-Package: python-pysnmp4-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Python SNMP library for agents and managers (unstable branch)
- 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).
- .
- PySNMP 4.x is the unstable branch.
- .
- This package contains the documentation for PySNMP.
-
-Package: python-pysnmp-common
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Breaks: python-pysnmp2 (<< 2.0.9-3~), python-pysnmp4 (<< 4.1.9a-2~)
-Replaces: python-pysnmp2 (<< 2.0.9-3~)
-Recommends: python-pysnmp4
-Description: Python SNMP library for agents and managers (version selection module)
- 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
- select the API version.
Copied: packages/python-pysnmp4/tags/4.2.2-1/debian/control (from rev 21850, packages/python-pysnmp4/trunk/debian/control)
===================================================================
--- packages/python-pysnmp4/tags/4.2.2-1/debian/control (rev 0)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/control 2012-05-22 00:58:09 UTC (rev 21864)
@@ -0,0 +1,61 @@
+Source: python-pysnmp4
+Section: python
+Priority: optional
+Maintainer: Jan Lübbe <jluebbe at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Deepak Tripathi <apenguinlinux at gmail.com>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 5.0.37.2),
+ cdbs (>= 0.4.90~),
+ python-all (>= 2.6.6-3~),
+ python-setuptools
+Homepage: http://pysnmp.sourceforge.net/
+X-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pysnmp4/trunk/
+
+Package: python-pysnmp4
+Architecture: all
+Depends: ${python:Depends},
+ libsmi2ldbl,
+ libsmi2-common,
+ python-pyasn1,
+ ${misc:Depends}
+Recommends: python-crypto,
+ python-pysnmp4-mibs,
+ python-pysnmp4-apps,
+ python-twisted
+Suggests: python-pysnmp4-doc, doc-base
+Conflicts: python-pysnmp2,
+ python-pysnmp-common
+Replaces: python-pysnmp2,
+ python-pysnmp-common
+Provides: python-pysnmp2,
+ python-pysnmp-common
+Description: Python SNMP library for agents and managers (unstable branch)
+ 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).
+ .
+ PySNMP 4.x is the unstable branch.
+
+Package: python-pysnmp4-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Python SNMP library for agents and managers (unstable branch)
+ 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).
+ .
+ PySNMP 4.x is the unstable branch.
+ .
+ This package contains the documentation for PySNMP.
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/copyright
===================================================================
--- packages/python-pysnmp4/trunk/debian/copyright 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/copyright 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1,63 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: pysnmp
-Upstream-Contact: Ilya Etingof <ilya at glas.net>
-Source: http://pysnmp.sourceforge.net/download.html
-
-Files: *
-Copyright: 1999-2012, Ilya Etingof <ilya at glas.net>, all rights reserved.
-License:
- THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION
- ENDANGERING HUMAN LIFE OR PROPERTY.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- .
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- .
- * The name of the authors may not be used to endorse or promote products
- derived from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: pysnmp/carrier/twisted/dispatch.py
- pysnmp/carrier/twisted/base.py
-Copyright: 2008 Truelite Srl <info at truelite.it>
-License: GPL-2
-
-Files: debian/*
-Copyright: 2006-2012 Jan Lübbe <jluebbe at debian.org>
- 2006-2012 Arnaud Fontaine <arnau at debian.org>
- 2010-2012 Deepak Tripathi <apenguinlinux at gmail.com>
-License: GPL-2
-
-License: GPL-2
- This program is free software; you can redistribute it and/or modify it under
- the terms of the GNU General Public License as published by the Free Software
- Foundation; either version 2 of the License, or (at your option) any later
- version.
- .
- This program is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- details.
- .
- You should have received a copy of the GNU General Public License along with
- this package; if not, write to the Free Software Foundation, Inc., 51
- Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public License version 2
- can be found in the file `/usr/share/common-licenses/GPL-2'.
Copied: packages/python-pysnmp4/tags/4.2.2-1/debian/copyright (from rev 21860, packages/python-pysnmp4/trunk/debian/copyright)
===================================================================
--- packages/python-pysnmp4/tags/4.2.2-1/debian/copyright (rev 0)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/copyright 2012-05-22 00:58:09 UTC (rev 21864)
@@ -0,0 +1,62 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pysnmp
+Upstream-Contact: Ilya Etingof <ilya at glas.net>
+Source: http://pysnmp.sourceforge.net/download.html
+
+Files: *
+Copyright: 1999-2012, Ilya Etingof <ilya at glas.net>, all rights reserved.
+License: BSD-3-clause
+ THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION
+ ENDANGERING HUMAN LIFE OR PROPERTY.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ * The name of the authors may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: pysnmp/carrier/twisted/dispatch.py
+ pysnmp/carrier/twisted/base.py
+Copyright: 2008 Truelite Srl <info at truelite.it>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2006-2012 Jan Lübbe <jluebbe at debian.org>
+ 2006-2012 Arnaud Fontaine <arnau at debian.org>
+ 2010-2012 Deepak Tripathi <apenguinlinux at gmail.com>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free Software
+ Foundation, version 2 of the License.
+ .
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public License along with
+ this package; if not, write to the Free Software Foundation, Inc., 51
+ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public License version 2
+ can be found in the file `/usr/share/common-licenses/GPL-2'.
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp-common.dirs
===================================================================
--- packages/python-pysnmp4/trunk/debian/python-pysnmp-common.dirs 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp-common.dirs 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1 +0,0 @@
-usr/share/pyshared/pysnmp/
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp-common.install
===================================================================
--- packages/python-pysnmp4/trunk/debian/python-pysnmp-common.install 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp-common.install 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1 +0,0 @@
-pysnmp/__init__.py usr/share/pyshared/pysnmp/
Copied: packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp4.NEWS (from rev 21850, packages/python-pysnmp4/trunk/debian/python-pysnmp4.NEWS)
===================================================================
--- packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp4.NEWS (rev 0)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/python-pysnmp4.NEWS 2012-05-22 00:58:09 UTC (rev 21864)
@@ -0,0 +1,7 @@
+python-pysnmp4 (4.2.2-1) unstable; urgency=low
+
+ Version 2 of pysnmp API, previously available in python-pysnmp2, is now
+ deprecated and not supported upstream anymore. Please consider updating your
+ code to version 4 of pysnmp API.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 21 May 2012 19:24:19 +0900
Deleted: packages/python-pysnmp4/tags/4.2.2-1/debian/rules
===================================================================
--- packages/python-pysnmp4/trunk/debian/rules 2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/rules 2012-05-22 00:58:09 UTC (rev 21864)
@@ -1,17 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-# Don't compress .py files
-DEB_COMPRESS_EXCLUDE := .py
-
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb
-DEB_DESTDIR=debian/python-pysnmp4
-
-binary-install/python-pysnmp4::
- rm -f debian/python-pysnmp4/usr/lib/python$(cdbs_python_current_version)/*-packages/pysnmp/__init__.py
-
-binary-install/python-pysnmp-common::
- dh_python2 -ppython-pysnmp-common
Copied: packages/python-pysnmp4/tags/4.2.2-1/debian/rules (from rev 21850, packages/python-pysnmp4/trunk/debian/rules)
===================================================================
--- packages/python-pysnmp4/tags/4.2.2-1/debian/rules (rev 0)
+++ packages/python-pysnmp4/tags/4.2.2-1/debian/rules 2012-05-22 00:58:09 UTC (rev 21864)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# Don't compress .py files
+DEB_COMPRESS_EXCLUDE := .py
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb
+DEB_DESTDIR=debian/python-pysnmp4
More information about the Python-modules-commits
mailing list