[Python-modules-commits] r8394 - in packages/pyxmpp/trunk (11 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Fri May 8 21:26:03 UTC 2009


    Date: Friday, May 8, 2009 @ 21:26:02
  Author: bzed
Revision: 8394

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pyxmpp/trunk/debian/
  packages/pyxmpp/trunk/debian/cdbs/
  packages/pyxmpp/trunk/debian/cdbs/1/
  packages/pyxmpp/trunk/debian/cdbs/1/rules/
  packages/pyxmpp/trunk/debian/cdbs/1/rules/buildinfo.mk
  packages/pyxmpp/trunk/debian/changelog
  packages/pyxmpp/trunk/debian/compat
  packages/pyxmpp/trunk/debian/control
  packages/pyxmpp/trunk/debian/copyright
  packages/pyxmpp/trunk/debian/pycompat
  packages/pyxmpp/trunk/debian/rules


Property changes on: packages/pyxmpp/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pyxmpp/trunk/debian/cdbs/1/rules/buildinfo.mk
===================================================================
--- packages/pyxmpp/trunk/debian/cdbs/1/rules/buildinfo.mk	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/cdbs/1/rules/buildinfo.mk	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1,42 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2004 Jonas Smedegaard <dr at jones.dk>
+# Description: Generate and include build information
+#
+# 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, 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 program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+ifndef _cdbs_class_buildinfo
+_cdbs_class_buildinfo := 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), dh-buildinfo
+
+common-install-arch common-install-indep:: debian/stamp-buildinfo
+
+debian/stamp-buildinfo:
+	dh_buildinfo
+
+clean::
+	rm -f debian/stamp-buildinfo
+
+endif

Added: packages/pyxmpp/trunk/debian/changelog
===================================================================
--- packages/pyxmpp/trunk/debian/changelog	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/changelog	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1,62 @@
+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 <patrick at dreker.org>  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 <patrick at dreker.de>  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 <patrick at dreker.org>  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 <madcoder at debian.org>  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 <rafl at debian.org>  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 <patrick at dreker.org>  Sun, 27 Nov 2005 22:44:46 +0100
+
+pyxmpp (0.5+svn20051015-1) unstable; urgency=low
+
+  * Initial release (Closes: #335236).
+
+ -- Florian Ragwitz <rafl at debian.org>  Tue,  1 Nov 2005 15:41:02 +0100
+

Added: packages/pyxmpp/trunk/debian/compat
===================================================================
--- packages/pyxmpp/trunk/debian/compat	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/compat	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1 @@
+5

Added: packages/pyxmpp/trunk/debian/control
===================================================================
--- packages/pyxmpp/trunk/debian/control	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/control	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1,66 @@
+Source: pyxmpp
+Section: python
+Priority: optional
+Maintainer: Patrick Dreker <patrick at dreker.org>
+Uploaders: Florian Ragwitz <rafl at debian.org>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), dh-buildinfo,
+ libxml2-dev, python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
+Standards-Version: 3.7.2
+
+Package: python-pyxmpp
+Architecture: any
+Depends: ${python:Depends}, python-dnspython, python-m2crypto, python-libxml2
+Provides: ${python:Provides}
+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
+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.
+

Added: packages/pyxmpp/trunk/debian/copyright
===================================================================
--- packages/pyxmpp/trunk/debian/copyright	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/copyright	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1,124 @@
+This package was debianized by Florian Ragwitz <rafl at debianforum.de> 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
+<jajcus at jajcus.net>. 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 <breese at users.sourceforge.net>
+
+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.

Added: packages/pyxmpp/trunk/debian/pycompat
===================================================================
--- packages/pyxmpp/trunk/debian/pycompat	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/pycompat	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1 @@
+2

Added: packages/pyxmpp/trunk/debian/rules
===================================================================
--- packages/pyxmpp/trunk/debian/rules	                        (rev 0)
+++ packages/pyxmpp/trunk/debian/rules	2009-05-08 21:26:02 UTC (rev 8394)
@@ -0,0 +1,16 @@
+#!/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
+include debian/cdbs/1/rules/buildinfo.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_DESTDIR := debian/python-pyxmpp
+
+DEB_INSTALL_DOCS_ALL = TODO
+UPSTREAM_EXAMPLES := examples/*.py
+DEB_INSTALL_EXAMPLES_python-pyxmpp-doc := examples/*.py
+DEB_INSTALL_DOCS_python-pyxmpp-doc := doc/index.html doc/www/
+


Property changes on: packages/pyxmpp/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list