--- pyxmpp-1.1.1.orig/debian/python-pyxmpp.install +++ pyxmpp-1.1.1/debian/python-pyxmpp.install @@ -0,0 +1 @@ +debian/tmp/* --- pyxmpp-1.1.1.orig/debian/changelog +++ pyxmpp-1.1.1/debian/changelog @@ -0,0 +1,113 @@ +pyxmpp (1.1.1-1build2) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:45:23 +0000 + +pyxmpp (1.1.1-1build1) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:13:22 +0000 + +pyxmpp (1.1.1-1) unstable; urgency=low + + * New upstream version. + * Recommend python-zope.interface as pyxmpp uses it if available. + + -- Bernd Zeimetz Thu, 06 May 2010 16:26:55 +0200 + +pyxmpp (1.1.0-1) unstable; urgency=low + + * New upstream version. + * Adding Homepage and Vcs-* fields to debian/control. + * Bumping Standards-Version to 3.8.4, no changes needed. + * Required Python version is 2.6 now. + * Update debian/rules to use python_distutils as buildsystem. Make sure + tests are being run. Clean build directory properly. + * Require debhelper (>= 7.0.50~) as this is the first version which supports + overrides. + + -- Bernd Zeimetz Wed, 14 Apr 2010 23:45:14 +0200 + +pyxmpp (1.0.1-1) unstable; urgency=low + + * New upstream version. + * Taking over maintenance from Patrick Dreker as he doesn't + have the time to take care of the package anymore. Thanks + a lot for your work Patrick! + The package will be maintained in the Ptyhon-Modules-Team. + * Bumping Standards-Version to 3.8.1, no changes needed. + * Getting rid of cdbs, using dh now. + * Rising Build-Dep of python-support to 0.7.1 + * Adding python-dnspython, python-m2crypto, python-libxml2 + as Build-Deps. + * Adding watch file. + * Adding debian/pyversions, limiting to 2.4 and later. + * Adding Section: doc for python-pyxmpp-doc. + * Adding missing ${misc:Depends} and ${shlibs:Depends} + + -- Bernd Zeimetz Sat, 09 May 2009 00:11:19 +0200 + +pyxmpp (1.0.0-4) unstable; urgency=medium + + * fix missing dependencies on python-libxml2 and change dependency + from m2crypto to python-m2crypto (closes: #394858) + + -- Patrick Dreker Fri, 3 Nov 2006 10:57:04 +0000 + +pyxmpp (1.0.0-3) unstable; urgency=medium + + * Fix missing dependency on m2crypto (closes: #381013) + + -- Patrick Dreker Thu, 3 Aug 2006 10:53:21 +0200 + +pyxmpp (1.0.0-2) unstable; urgency=low + + * Acknowledge NMU (closes: #373375) + * Fix missing dependency on python-dnspython introduced by NMU + (closes: #379281) + + -- Patrick Dreker Mon, 24 Jul 2006 11:02:18 +0200 + +pyxmpp (1.0.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop custom class, use cdbs one. + * Update package to the new python policy (Closes: #373375). + + -- Pierre Habouzit Thu, 29 Jun 2006 14:28:32 +0200 + +pyxmpp (1.0.0-1) unstable; urgency=low + + [ Patrick Dreker ] + * New upstream release + * remove pyxmpp-muc-history.patch, merged upstream, disable cdbs simplepatch + in debian/rules, as there are no patches left + * fix typo in debian/control + * put API documentation into separate python-pyxmpp-doc package + * move examples into python-pyxmpp-doc package, don't adapt them to a + specific python version. + * swap Maintainer and Uploader field, as I am the official maintainer + now. Cleared with Florian Ragwitz (rafl). + + [ Florian Ragwitz ] + * We don't use debian/control autogeneration anymore. I remove + debian/control.in and coresponding debian/rules code. + * Switched to DH_COMPAT version 5. + + -- Florian Ragwitz Sun, 19 Mar 2006 17:35:52 +0100 + +pyxmpp (0.5+svn20051124-1) unstable; urgency=low + + * New upstream version + * add a patch to actually make MUC History work. Already sent upstream. + + -- Patrick Dreker Sun, 27 Nov 2005 22:44:46 +0100 + +pyxmpp (0.5+svn20051015-1) unstable; urgency=low + + * Initial release (Closes: #335236). + + -- Florian Ragwitz Tue, 1 Nov 2005 15:41:02 +0100 + --- pyxmpp-1.1.1.orig/debian/python-pyxmpp-doc.examples +++ pyxmpp-1.1.1/debian/python-pyxmpp-doc.examples @@ -0,0 +1 @@ +examples/*.py --- pyxmpp-1.1.1.orig/debian/rules +++ pyxmpp-1.1.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +PYVERS := $(shell pyversions -rv 2>/dev/null) + +%: + dh $@ --buildsystem=python_distutils + +override_dh_auto_test: +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + set -e; cd tests; \ + for py in $(PYVERS); do \ + PYTHONPATH=`find $(CURDIR)/build -mindepth 1 -maxdepth 1 -type d -name "lib.*-$$py"` python$$py all.py -v 2 ;\ + done +endif + +clean: + dh $@ --buildsystem=python_distutils + rm -rf build --- pyxmpp-1.1.1.orig/debian/pyversions +++ pyxmpp-1.1.1/debian/pyversions @@ -0,0 +1 @@ +2.6- --- pyxmpp-1.1.1.orig/debian/python-pyxmpp-doc.docs +++ pyxmpp-1.1.1/debian/python-pyxmpp-doc.docs @@ -0,0 +1,2 @@ +doc/index.html +doc/www/ --- pyxmpp-1.1.1.orig/debian/control +++ pyxmpp-1.1.1/debian/control @@ -0,0 +1,73 @@ +Source: pyxmpp +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Bernd Zeimetz +Build-Depends: debhelper (>= 7.0.50~), python-dnspython, python-m2crypto, python-libxml2, + libxml2-dev, python-all-dev (>= 2.4), python-support (>= 0.7.1) +Standards-Version: 3.8.4 +Homepage: http://pyxmpp.jajcus.net/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyxmpp/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyxmpp/trunk/ + +Package: python-pyxmpp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, + python-dnspython, python-m2crypto, python-libxml2 +Provides: ${python:Provides} +Recommends: python-zope.interface +Conflicts: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1) +Replaces: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1) +Suggests: python-pyxmpp-doc +Description: XMPP and Jabber implementation for Python + PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber + (http://www.jabber.org/protocol/) implementation. It is based on libxml2 -- + fast and fully-featured XML parser. + . + PyXMPP provides most core features of the XMPP protocol and several + JSF-defined extensions. PyXMPP provides building blocks for creating Jabber + clients and components. Developer uses them to setup XMPP streams, handle + incoming events and create outgoing stanzas (XMPP "packets"). + . + Features: + * nearly complete XMPP Core (RFC 3920) protocol for client connections + (includes SASL, TLS and Stringprep) + * mostly complete XMPP IM (RFC 3921) protocol (lacks privacy lists) + * XMPP error objects including translations to and from legacy codes for + backward compatibility (JEP-0086). + * legacy authentication ("digest" and "plain") (JEP-0078). + * component protocol (JEP-0114). + * Service Discovery (JEP-0030). + * vCards -- both Jabber "vcard-temp" and RFC 2426 + * basic parts of the Multi-User Chat protocol (JEP-0045) + * delayed delivery timestamps (JEP-0091). + +Package: python-pyxmpp-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: XMPP and Jabber implementation for Python (documentation) + PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber + (http://www.jabber.org/protocol/) implementation. It is based on libxml2 -- + fast and fully-featured XML parser. + . + PyXMPP provides most core features of the XMPP protocol and several + JSF-defined extensions. PyXMPP provides building blocks for creating Jabber + clients and components. Developer uses them to setup XMPP streams, handle + incoming events and create outgoing stanzas (XMPP "packets"). + . + Features: + * nearly complete XMPP Core (RFC 3920) protocol for client connections + (includes SASL, TLS and Stringprep) + * mostly complete XMPP IM (RFC 3921) protocol (lacks privacy lists) + * XMPP error objects including translations to and from legacy codes for + backward compatibility (JEP-0086). + * legacy authentication ("digest" and "plain") (JEP-0078). + * component protocol (JEP-0114). + * Service Discovery (JEP-0030). + * vCards -- both Jabber "vcard-temp" and RFC 2426 + * basic parts of the Multi-User Chat protocol (JEP-0045) + * delayed delivery timestamps (JEP-0091). + . + This package contains the API documentation of PyXMPP. + --- pyxmpp-1.1.1.orig/debian/copyright +++ pyxmpp-1.1.1/debian/copyright @@ -0,0 +1,124 @@ +This package was debianized by Florian Ragwitz on +Sat, 22 Oct 2005 20:53:19 +0200. + +It was downloaded from http://pyxmpp.jabberstudio.org/ + +Most of the code is (C) Copyright 2003-2005 Jacek Konieczny +. The license follows: + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License Version 2.1 as published by +the Free Software Foundation. + +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 Lesser General Public License for more +details. + +A copy of the LGPL-2.1 can be found at /usr/share/common-licenses/LGPL-2 on +any Debian system. + + +The c-bits of the library (located in ext/ inside the source tree) are +Copyright (C) 1998-2002 Daniel Veillard. All Rights Reserved. + +They're licensed under the same terms as the Python libxml2 bindings, where +some code is borrowed from. The license follows: + +Except where otherwise noted in the source code (trio files, hash.c and list.c) +covered by a similar licence but with different Copyright notices: + +Copyright (C) 1998-2002 Daniel Veillard. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Daniel Veillard shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. +========================== +trio.c, trio.h: +Copyright (C) 1998 Bjorn Reese and Daniel Stenberg. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +========================== +triop.h: +Copyright (C) 2000 Bjorn Reese and Daniel Stenberg. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +========================== +hash.c: +Copyright (C) 2000 Bjorn Reese and Daniel Veillard. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +========================== +list.c: +Copyright (C) 2000 Gary Pennington and Daniel Veillard. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +========================== +triodef.h, trionan.c, trionan.h: +Copyright (C) 2001 Bjorn Reese + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +========================== +triostr.c, triostr.h: +Copyright (C) 2001 Bjorn Reese and Daniel Stenberg. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. --- pyxmpp-1.1.1.orig/debian/pycompat +++ pyxmpp-1.1.1/debian/pycompat @@ -0,0 +1 @@ +2 --- pyxmpp-1.1.1.orig/debian/watch +++ pyxmpp-1.1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://pyxmpp.jajcus.net/downloads/pyxmpp-(.*)\.tar\.gz --- pyxmpp-1.1.1.orig/debian/compat +++ pyxmpp-1.1.1/debian/compat @@ -0,0 +1 @@ +7 --- pyxmpp-1.1.1.orig/debian/docs +++ pyxmpp-1.1.1/debian/docs @@ -0,0 +1 @@ +TODO --- pyxmpp-1.1.1.orig/debian/source/format +++ pyxmpp-1.1.1/debian/source/format @@ -0,0 +1 @@ +1.0