debian/0000755000000000000000000000000011707016776007202 5ustar debian/control0000644000000000000000000000265011707017010010566 0ustar Source: sleekxmpp Section: python Priority: optional Maintainer: Jonas Smedegaard Build-Depends: devscripts, python (>= 2.6.5), python3, cdbs (>= 0.4.97~), debhelper, dh-buildinfo Standards-Version: 3.9.2 Homepage: http://wiki.github.com/fritzy/SleekXMPP Vcs-Git: git://git.debian.org/git/collab-maint/sleekxmpp Vcs-Browser: http://git.debian.org/?p=collab-maint/sleekxmpp.git X-Python-Version: >= 2.6 Package: python-sleekxmpp Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: ${python:Recommends} Suggests: ${python:Suggests} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python XMPP (Jabber) Library Implementing Everything as a Plugin SleekXMPP is a pet project of an XMPP enthusiast. The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage. Ideally the community will be able to use this for bots, easy XEP protocoling, etc. Package: python3-sleekxmpp Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: Python XMPP (Jabber) Library Implementing Everything as a Plugin SleekXMPP is a pet project of an XMPP enthusiast. The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage. Ideally the community will be able to use this for bots, easy XEP protocoling, etc. debian/source/0000755000000000000000000000000011707012647010473 5ustar debian/source/format0000644000000000000000000000001411707012647011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000354311707016452011050 0ustar sleekxmpp (1.0~beta5-2) unstable; urgency=low * Bump policy compliance to standards-version 3.9.2. * Improve watch file: + Suppress out of order (due to oddly naming) 1.0.0 beta release. + Handle RC releases. * Fix recommend python-dnspython (not depend on python-dns) and suggest python3-dnspython (as it is not yet in Debian). Closes: bug#656466. Thanks to Scott Kitterman. * Extend copyright years for debian packaging. -- Jonas Smedegaard Sun, 22 Jan 2012 15:28:56 +0100 sleekxmpp (1.0~beta5-1) unstable; urgency=low * New upstream release. * Drop dpkg local-options hints from packaging source: now defaults. * Update copyright file: + Bump format to Subversion draft 173 of DEP5. + Quote license name in comment. + Add more copyright holders. * Update package relations: + Tighten build-dependency on cdbs. + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). -- Jonas Smedegaard Wed, 30 Nov 2011 17:46:17 +0700 sleekxmpp (1.0~beta4-3) unstable; urgency=low * Update copyright file: + Bump format to Subversion draft 173 of DEP5. + Fix use wildcard Files section (not header section) for default copyright/licensing. + Tidy comment of GPL-2+ License section. -- Jonas Smedegaard Tue, 29 Mar 2011 10:36:27 +0200 sleekxmpp (1.0~beta4-2) experimental; urgency=low * Fix add ${python:Depends} and ${python:Provides}. * Fix suppress double build-dependency on cdbs. * Fix limit to Python 2.6 or newer. * Declare dpendency on python-dns via dh_python{2.3}. -- Jonas Smedegaard Sat, 08 Jan 2011 23:37:30 +0100 sleekxmpp (1.0~beta4-1) experimental; urgency=low * Initial release. Closes: Bug#588973. -- Jonas Smedegaard Sat, 08 Jan 2011 22:28:11 +0100 debian/compat0000644000000000000000000000000111707012647010370 0ustar 7debian/watch0000644000000000000000000000023211707012647010221 0ustar version=3 opts=uversionmangle=s/-Beta/~beta/;s/-RC/~rc/;s/1\.0\.0-beta5/1.0~beta5/ \ http://githubredir.debian.net/github/fritzy/SleekXMPP /(\d.*).tar.gz debian/copyright_hints0000644000000000000000000001400311707013024012317 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: conn_tests/testpubsub.py examples/adhoc_provider.py examples/adhoc_user.py examples/config_component.py examples/disco_browser.py examples/echo_client.py examples/muc.py examples/ping.py setup.py sleekxmpp/__init__.py sleekxmpp/basexmpp.py sleekxmpp/clientxmpp.py sleekxmpp/componentxmpp.py sleekxmpp/exceptions.py sleekxmpp/plugins/__init__.py sleekxmpp/plugins/base.py sleekxmpp/plugins/old_0004.py sleekxmpp/plugins/old_0050.py sleekxmpp/plugins/xep_0012.py sleekxmpp/plugins/xep_0045.py sleekxmpp/plugins/xep_0078.py sleekxmpp/plugins/xep_0092/stanza.py sleekxmpp/plugins/xep_0092/version.py sleekxmpp/plugins/xep_0199/__init__.py sleekxmpp/plugins/xep_0199/ping.py sleekxmpp/plugins/xep_0199/stanza.py sleekxmpp/plugins/xep_0202.py sleekxmpp/stanza/__init__.py sleekxmpp/stanza/atom.py sleekxmpp/stanza/error.py sleekxmpp/stanza/htmlim.py sleekxmpp/stanza/iq.py sleekxmpp/stanza/message.py sleekxmpp/stanza/nick.py sleekxmpp/stanza/presence.py sleekxmpp/stanza/rootstanza.py sleekxmpp/stanza/roster.py sleekxmpp/stanza/stream_error.py sleekxmpp/thirdparty/statemachine.py sleekxmpp/xmlstream/__init__.py sleekxmpp/xmlstream/filesocket.py sleekxmpp/xmlstream/handler/__init__.py sleekxmpp/xmlstream/handler/base.py sleekxmpp/xmlstream/handler/callback.py sleekxmpp/xmlstream/handler/waiter.py sleekxmpp/xmlstream/handler/xmlcallback.py sleekxmpp/xmlstream/handler/xmlwaiter.py sleekxmpp/xmlstream/jid.py sleekxmpp/xmlstream/matcher/__init__.py sleekxmpp/xmlstream/matcher/base.py sleekxmpp/xmlstream/matcher/id.py sleekxmpp/xmlstream/matcher/many.py sleekxmpp/xmlstream/matcher/stanzapath.py sleekxmpp/xmlstream/matcher/xmlmask.py sleekxmpp/xmlstream/matcher/xpath.py sleekxmpp/xmlstream/scheduler.py sleekxmpp/xmlstream/stanzabase.py sleekxmpp/xmlstream/tostring/__init__.py sleekxmpp/xmlstream/tostring/tostring.py sleekxmpp/xmlstream/tostring/tostring26.py sleekxmpp/xmlstream/xmlstream.py Copyright: 2007-2008, Nathanael C. Fritz 2010, Nathanael C. Fritz License: UNKNOWN FIXME Files: INSTALL README conn_tests/test_pubsubjobs.py conn_tests/test_pubsubserver.py conn_tests/testconfig.ini debian/compat debian/control debian/control.in debian/gbp.conf debian/python-sleekxmpp.install debian/python3-sleekxmpp.install debian/source/format debian/watch examples/config.xml ez_setup.py sleekxmpp/plugins/jobs.py sleekxmpp/plugins/old_0009.py sleekxmpp/plugins/stanza_pubsub.py sleekxmpp/plugins/xep_0060.py sleekxmpp/thirdparty/__init__.py sleekxmpp/xmlstream/test.py sleekxmpp/xmlstream/test.xml sleekxmpp/xmlstream/testclient.py testall.py tests/live_multiple_streams.py tests/live_test.py tests/test_events.py tests/test_jid.py tests/test_stanza_base.py tests/test_stanza_element.py tests/test_stanza_error.py tests/test_stanza_gmail.py tests/test_stanza_iq.py tests/test_stanza_message.py tests/test_stanza_presence.py tests/test_stanza_roster.py tests/test_stanza_xep_0004.py tests/test_stanza_xep_0030.py tests/test_stanza_xep_0033.py tests/test_stanza_xep_0050.py tests/test_stanza_xep_0059.py tests/test_stanza_xep_0060.py tests/test_stanza_xep_0085.py tests/test_stream.py tests/test_stream_exceptions.py tests/test_stream_handlers.py tests/test_stream_presence.py tests/test_stream_roster.py tests/test_stream_xep_0030.py tests/test_stream_xep_0050.py tests/test_stream_xep_0059.py tests/test_stream_xep_0085.py tests/test_stream_xep_0092.py tests/test_stream_xep_0128.py tests/test_stream_xep_0249.py tests/test_tostring.py todo1.0 Copyright: *No copyright* License: UNKNOWN FIXME Files: sleekxmpp/plugins/gmail_notify.py sleekxmpp/plugins/xep_0004.py sleekxmpp/plugins/xep_0030/__init__.py sleekxmpp/plugins/xep_0030/disco.py sleekxmpp/plugins/xep_0030/stanza/__init__.py sleekxmpp/plugins/xep_0030/stanza/info.py sleekxmpp/plugins/xep_0030/stanza/items.py sleekxmpp/plugins/xep_0030/static.py sleekxmpp/plugins/xep_0033.py sleekxmpp/plugins/xep_0050/__init__.py sleekxmpp/plugins/xep_0050/adhoc.py sleekxmpp/plugins/xep_0050/stanza.py sleekxmpp/plugins/xep_0085/__init__.py sleekxmpp/plugins/xep_0085/chat_states.py sleekxmpp/plugins/xep_0085/stanza.py sleekxmpp/plugins/xep_0086/__init__.py sleekxmpp/plugins/xep_0086/legacy_error.py sleekxmpp/plugins/xep_0086/stanza.py sleekxmpp/plugins/xep_0092/__init__.py sleekxmpp/plugins/xep_0128/__init__.py sleekxmpp/plugins/xep_0128/extended_disco.py sleekxmpp/plugins/xep_0128/static.py sleekxmpp/test/__init__.py sleekxmpp/test/livesocket.py sleekxmpp/test/mocksocket.py sleekxmpp/test/sleektest.py Copyright: 2010, Nathanael C. Fritz, Lance J.T. Stout 2011, Nathanael C. Fritz, Lance J.T. Stout License: UNKNOWN FIXME Files: sleekxmpp/plugins/xep_0009/__init__.py sleekxmpp/plugins/xep_0009/binding.py sleekxmpp/plugins/xep_0009/remote.py sleekxmpp/plugins/xep_0009/rpc.py sleekxmpp/plugins/xep_0009/stanza/RPC.py sleekxmpp/plugins/xep_0009/stanza/__init__.py tests/test_stanza_xep_0009.py Copyright: 2011, Nathanael C. Fritz, Dann Martens (TOMOTON) License: UNKNOWN FIXME Files: examples/rpc_async.py examples/rpc_client_side.py examples/rpc_server_side.py Copyright: 2011, Dann Martens License: UNKNOWN FIXME Files: sleekxmpp/plugins/xep_0249/__init__.py sleekxmpp/plugins/xep_0249/invite.py sleekxmpp/plugins/xep_0249/stanza.py Copyright: 2011, Nathanael C. Fritz, Dalek License: UNKNOWN FIXME Files: sleekxmpp/plugins/xep_0059/__init__.py sleekxmpp/plugins/xep_0059/rsm.py sleekxmpp/plugins/xep_0059/stanza.py Copyright: 2010, Nathanael C. Fritz, Erik Reuterborg Larsson License: UNKNOWN FIXME Files: debian/rules Copyright: 2011-2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 2010, Nathanael C. Fritz HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER License: MIT/X11 (BSD like) FIXME Files: sleekxmpp/thirdparty/ordereddict.py Copyright: 2009, Raymond Hettinger License: MIT/X11 (BSD like) FIXME debian/copyright0000644000000000000000000000604611707012647011134 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: SleekXMPP Upstream-Contact: Nathanael C. Fritz Source: https://github.com/fritzy/SleekXMPP/downloads Files: * Copyright: 2007-2008, 2010-2011, Nathanael C. Fritz 2010-2011, Lance J.T. Stout License: Expat Files: sleekxmpp/plugins/xep_0009* tests/test_stanza_xep_0009.py Copyright: 2011, Dann Martens (TOMOTON) 2011, Nathanael C. Fritz License: Expat Files: examples/rpc_async.py examples/rpc_client_side.py examples/rpc_server_side.py Copyright: 2011, Dann Martens License: Expat Files: sleekxmpp/plugins/xep_0249/* Copyright: 2011, Dalek 2011, Nathanael C. Fritz License: Expat Files: sleekxmpp/plugins/xep_0059/* Copyright: 2010, Erik Reuterborg Larsson 2010, Nathanael C. Fritz License: Expat Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME Files: LICENSE Copyright: 2010, Nathanael C. Fritz HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER License: MIT/X11 (BSD like) FIXME Files: sleekxmpp/thirdparty/ordereddict.py Copyright: 2009, Raymond Hettinger License: MIT/X11 (BSD like) FIXME Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Expat 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 furnished 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, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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, 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. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/python3-sleekxmpp.install0000644000000000000000000000002111707012647014166 0ustar usr/lib/python3* debian/gbp.conf0000644000000000000000000000014611707012647010613 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000324411707016354010255 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011-2012 Jonas Smedegaard # Description: Main Debian packaging script for SleekXMPP # # 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, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_URL = http://githubredir.debian.net/github/fritzy/SleekXMPP DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~beta/-Beta/ DEB_UPSTREAM_WGET_OPTS += --no-check-certificate DEB_UPSTREAM_TARBALL_MD5 = 09802f9dd733fef6fd5229601b7d5538 # Suppress unneeded build-dependencies CDBS_BUILD_DEPENDS_class_python-distutils_python = # FIXME: Use proper variable when implemented in cdbs # TODO: Recommend (not sugest) for python3 when available in Debian DEB_PYTHON_PRIVATE_MODULES_DIRS_python-sleekxmpp = --recommends=python-dnspython DEB_PYTHON_PRIVATE_MODULES_DIRS_python3-sleekxmpp = --suggests=python-dnspython DEB_INSTALL_EXAMPLES_ALL = examples/* debian/python-sleekxmpp.install0000644000000000000000000000002111707012647014103 0ustar usr/lib/python2* debian/control.in0000644000000000000000000000252711707016762011213 0ustar Source: sleekxmpp Section: python Priority: optional Maintainer: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.2 Homepage: http://wiki.github.com/fritzy/SleekXMPP Vcs-Git: git://git.debian.org/git/collab-maint/sleekxmpp Vcs-Browser: http://git.debian.org/?p=collab-maint/sleekxmpp.git X-Python-Version: >= 2.6 Package: python-sleekxmpp Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: ${python:Recommends} Suggests: ${python:Suggests} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python XMPP (Jabber) Library Implementing Everything as a Plugin SleekXMPP is a pet project of an XMPP enthusiast. The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage. Ideally the community will be able to use this for bots, easy XEP protocoling, etc. Package: python3-sleekxmpp Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: Python XMPP (Jabber) Library Implementing Everything as a Plugin SleekXMPP is a pet project of an XMPP enthusiast. The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage. Ideally the community will be able to use this for bots, easy XEP protocoling, etc.