[Python-modules-commits] r21851 - in packages/python-pysnmp4-mibs/trunk/debian (7 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Mon May 21 11:18:20 UTC 2012
Date: Monday, May 21, 2012 @ 11:18:17
Author: arnau
Revision: 21851
* New upstream release.
* Switch debian/copyright to machine-readable format.
* Switch from python-support to dh_python2.
+ Bump Standard-Version to 3.9.3. No changes needed.
+ Replace python by python-all in Build-Depends.
* debian/watch: fix URL as upstream tarball is only provided on pypi
for the latest version.
Modified:
packages/python-pysnmp4-mibs/trunk/debian/changelog
packages/python-pysnmp4-mibs/trunk/debian/control
packages/python-pysnmp4-mibs/trunk/debian/copyright
packages/python-pysnmp4-mibs/trunk/debian/rules
packages/python-pysnmp4-mibs/trunk/debian/watch
Deleted:
packages/python-pysnmp4-mibs/trunk/debian/pycompat
packages/python-pysnmp4-mibs/trunk/debian/pyversions
Modified: packages/python-pysnmp4-mibs/trunk/debian/changelog
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/changelog 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/changelog 2012-05-21 11:18:17 UTC (rev 21851)
@@ -1,6 +1,8 @@
-python-pysnmp4-mibs (0.0.8a-1) UNRELEASED; urgency=low
+python-pysnmp4-mibs (0.1.3-1) unstable; urgency=low
- * New upstream release
+ * Team upload.
+
+ [ Deepak Tripathi ]
* Bumped Standard version to 3.8.4 (No changes).
* debian/control
+ added myself to uploaders.
@@ -13,14 +15,21 @@
+ switch to dpkg-source 3.0 (quilt) format.
[ Arnaud Fontaine ]
+ * New upstream release.
+ * Switch debian/copyright to machine-readable format.
+ * Switch from python-support to dh_python2.
* debian/control:
+ Remove myself from Uploaders.
+ + Bump Standard-Version to 3.9.3. No changes needed.
+ + Replace python by python-all in Build-Depends.
+ * debian/watch: fix URL as upstream tarball is only provided on pypi
+ for the latest version.
[ Sandro Tosi ]
* debian/control:
+ Switch Vcs-Browser field to viewsvn.
- -- Deepak Tripathi <apenguinlinux at gmail.com> Sat, 15 May 2010 18:39:39 -0400
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 21 May 2012 16:46:02 +0900
python-pysnmp4-mibs (0.0.6a-1) experimental; urgency=low
Modified: packages/python-pysnmp4-mibs/trunk/debian/control
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/control 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/control 2012-05-21 11:18:17 UTC (rev 21851)
@@ -2,16 +2,17 @@
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>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Deepak Tripathi <apenguinlinux at gmail.com>
Build-Depends: debhelper (>= 5.0.37.2),
- cdbs (>= 0.4.43),
- python,
- python-support (>= 0.3.2)
+ cdbs (>= 0.4.90~),
+ python-all (>= 2.6.6-3~),
Build-Depends-Indep: xsltproc,
docbook-xsl,
docbook-xml,
po4a (>= 0.21)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.4
Homepage: http://pysnmp.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4-mibs/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pysnmp4-mibs/trunk/
@@ -19,7 +20,6 @@
Package: python-pysnmp4-mibs
Architecture: all
Depends: ${python:Depends}, python-pysnmp4, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
Description: MIBs for the Python SNMP library
This package contains MIBs compiled for PySNMP v4, which is written
entirely in Python and is self-sufficient in terms that it does not
Modified: packages/python-pysnmp4-mibs/trunk/debian/copyright
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/copyright 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/copyright 2012-05-21 11:18:17 UTC (rev 21851)
@@ -1,52 +1,56 @@
-This package was debianized by Jan Luebbe <jluebbe at lasnet.de> on
-Sat, 29 Jan 2005 10:57:57 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pysnmp-mibs
+Upstream-Contact: Ilya Etingof <ilya at glas.net>
+Source: http://pysnmp.sourceforge.net/download.html
-It was downloaded from http://sourceforge.net/projects/pysnmp/
-
-Copyright:
-
-Upstream Author: Ilya Etingof <ilya at glas.net>
-
+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.
-Copyright (C) 1999-2009, Ilya Etingof <ilya at glas.net>, all rights
-reserved.
-
-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.
-
---
-The Debian packaging is:
- Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com>,
- Jan Lübbe <jluebbe at debian.org>, Arnaud Fontaine <arnau at debian.org>
- and is licensed under the GPL version 2 or above,
- see `/usr/share/common-licenses/GPL-2'.
-
+Files: debian/*
+Copyright: 2006-2012 Jan Luebbe <jluebbe at lasnet.de>
+ 2006-2012 Arnaud Fontaine <arnau at debian.org>
+ 2010-2012 Deepak Tripathi <apenguinlinux at gmail.com>
+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'.
Deleted: packages/python-pysnmp4-mibs/trunk/debian/pycompat
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/pycompat 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/pycompat 2012-05-21 11:18:17 UTC (rev 21851)
@@ -1 +0,0 @@
-2
Deleted: packages/python-pysnmp4-mibs/trunk/debian/pyversions
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/pyversions 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/pyversions 2012-05-21 11:18:17 UTC (rev 21851)
@@ -1 +0,0 @@
-2.3-
Modified: packages/python-pysnmp4-mibs/trunk/debian/rules
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/rules 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/rules 2012-05-21 11:18:17 UTC (rev 21851)
@@ -1,11 +1,9 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pysnmp4-mibs
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb
# Manpages stuff
DOC_DIR = debian/doc
@@ -16,8 +14,6 @@
XSLT_CMD = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pysnmp4-mibs
-
install/python-pysnmp4-mibs:: po $(MANPAGES)
po:
Modified: packages/python-pysnmp4-mibs/trunk/debian/watch
===================================================================
--- packages/python-pysnmp4-mibs/trunk/debian/watch 2012-05-21 10:36:19 UTC (rev 21850)
+++ packages/python-pysnmp4-mibs/trunk/debian/watch 2012-05-21 11:18:17 UTC (rev 21851)
@@ -1,2 +1,2 @@
version=3
-http://qa.debian.org/watch/sf.php/pysnmp/ pysnmp-mibs-(.*).tar.gz
+http://pypi.python.org/packages/source/p/pysnmp-mibs/pysnmp-mibs-([\d.]*)\.tar\.gz
More information about the Python-modules-commits
mailing list